1
0
mirror of https://github.com/django/django.git synced 2025-01-10 18:36:05 +00:00
django/tests
Luke Plant eeb10d5f2c Optimised use of 'in' operator on QuerySet using an explicit __contains__ method.
Without this change, use of 'in' on a QuerySet resulted in ._result_cache
being fully populated, which sometimes is unnecessary work.



git-svn-id: http://code.djangoproject.com/svn/django/trunk@11803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-12-09 16:07:21 +00:00
..
modeltests Optimised use of 'in' operator on QuerySet using an explicit __contains__ method. 2009-12-09 16:07:21 +00:00
regressiontests Fixed #12340 -- BaseGenericInlineFormSet.get_queryset now returns an ordered queryset. 2009-12-09 03:49:25 +00:00
templates
runtests.py
urls.py