django-select2/django_select2
Johannes Hoppe 75c8c38e2d Impooved cacheing to reduce pickling issues
Not not the entire widget gets cached nor the entire queryset.
The query and gets pickeld separately.
2015-10-01 14:07:51 +02:00
..
static/django_select2 Added allow-clear support 2015-09-29 13:55:05 +02:00
__init__.py Fixed filter_queryset bug 2015-09-30 10:28:37 +02:00
cache.py Radical removal of all unneeded code 2015-09-29 13:54:23 +02:00
conf.py Added documentation 2015-09-29 14:33:06 +02:00
forms.py Impooved cacheing to reduce pickling issues 2015-10-01 14:07:51 +02:00
models.py Added documentation 2015-09-29 14:33:06 +02:00
urls.py Added documentation 2015-09-29 14:33:06 +02:00
views.py Impooved cacheing to reduce pickling issues 2015-10-01 14:07:51 +02:00