neithere / django-view-shortcuts
A set of shortcuts for Django views
Clone this repository (size: 74.4 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/neithere/django-view-shortcuts/
| commit 50: | 581292276ced |
| parent 49: | 06968cb01ece |
| branch: | default |
Fixed typo
- View neithere's profile
-
neithere's public repos »
- bitbucket-russian
- plasma-test
- glasnaegel
- django-autoslug
- pyrant
- datashaping
- libpluck
- scripts
- raindrop2
- pytyrant-rearranged
- nuvola
- django-ljsync
- django-view-shortcuts
- django-timeinput
- textutils
- glashammer-patches
- feedzilla
- django-common
- eav-django
- pytyrant
- django-todoist
- svarga-schemaless
- django-organizer-iad
- django-navigation
- django-organizer-gtd
- django-harness
- pymodels
- Send message
7 months ago
Changed (Δ3 bytes):
raw changeset »
view_shortcuts/__init__.py (1 lines added, 1 lines removed)
view_shortcuts/filters.py (1 lines added, 1 lines removed)
Up to file-list view_shortcuts/__init__.py:
12 |
12 |
__author__ = 'Andy Mikhailenko' |
13 |
13 |
__license__ = 'GNU Lesser General Public License (GPL), Version 3' |
14 |
14 |
__url__ = 'http://bitbucket.org/neithere/django-view-shortcuts/' |
15 |
__version__ = '1.3 |
|
15 |
__version__ = '1.3.1' |
Up to file-list view_shortcuts/filters.py:
| … | … | @@ -269,7 +269,7 @@ class FilterList(list): |
269 |
269 |
if isinstance(p, facet): |
270 |
270 |
lookup, param, klass = p['lookup'], p['param'], p['kind'] |
271 |
271 |
elif isinstance(p, (tuple,list)): |
272 |
warnings.warn("using tuple for lookup/param coupling is |
|
272 |
warnings.warn("using tuple for lookup/param coupling is "\ |
|
273 |
273 |
"deprecated, use filters.facet() instead.", |
274 |
274 |
DeprecationWarning, 2) |
275 |
275 |
lookup, param = p |
