django-select2/docs
Johannes Hoppe 33b7dffca1 Removed own caching solution in favour of django caching
The old multiprocessing support was hard to maintain.
Since signing and caching are part of `django.core`
there is really no need to stick to our own solution.

As a result multimachine support and security are now always in place.
Fields are stored in Django's cache. The default cache used by select2
is called 'default' but can be cachanged overwriting the setting
`SELECT2_CACHE_BACKEND`.

Recommended cache backends are memcached, redis or a DB-cache.

Refactored AutoResponseView

The main reason for this refactoring is
the fact that the pagingnation was slow.

I dropped major parts of the initial code
and wrote a more django-like-approach.

Noteabley:
- get_results now retuns a QuerySet
- This commit drops django 1.6 support in favour of the JsonResponse (Backporting is possible).
2015-09-29 13:53:29 +02:00
..
conf.py Doc update 2012-09-10 12:02:58 +05:30
external_req.txt Adding pip requirement file for docs. 2012-08-31 16:22:02 +05:30
get_started.rst Removed own caching solution in favour of django caching 2015-09-29 13:53:29 +02:00
index.rst Added AUTO_RENDER_SELECT2_STATICS setting. 2012-09-14 12:04:36 +05:30
make.bat * Sphinx docs added. * Fixed Issue 4 * Improved code docstrings 2012-08-31 11:34:23 +05:30
Makefile * Sphinx docs added. * Fixed Issue 4 * Improved code docstrings 2012-08-31 11:34:23 +05:30
ref_fields.rst Updating docs. 2013-09-16 02:43:52 +05:30
ref_util.rst Doc update 2012-09-10 12:02:58 +05:30
ref_views.rst Doc update 2012-09-10 12:02:58 +05:30
ref_widgets.rst Doc update 2012-09-10 12:02:58 +05:30
reference.rst Doc updates. Updating Select2 JS to 3.1 2012-09-03 23:51:18 +05:30
test.db * Sphinx docs added. * Fixed Issue 4 * Improved code docstrings 2012-08-31 11:34:23 +05:30