This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django-select2
Watch
1
Star
0
Fork
You've already forked django-select2
0
mirror of
https://github.com/Hopiu/django-select2.git
synced
2026-04-30 09:54:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
5dfd8553cc
django-select2
/
requirements_dev.txt
9 lines
82 B
Text
Raw
Normal View
History
Unescape
Escape
Added initial tests
2015-03-03 09:01:51 +00:00
pytest
pytest-django
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-07-17 18:10:16 +00:00
pep257
Added initial tests
2015-03-03 09:01:51 +00:00
selenium
Code cleanup -- Added pep8 tests for package.
2015-03-30 07:25:28 +00:00
model_mommy
Added six types and fixed setup
2015-03-30 09:19:27 +00:00
isort
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-07-17 18:10:16 +00:00
requests
Radical removal of all unneeded code
2015-08-06 09:58:27 +00:00
flake8
pep8-naming
Reference in a new issue
Copy permalink