1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/tests
Karen Tracey 9df71371c2 Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,
as that can lead to incorrect SQL being generated for the query. Thanks to mat
for the report and test, tobias for the fix, and Alex for review.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@12830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-03-21 20:47:52 +00:00
..
modeltests Refs: #12286 -- Add a test to verify that a proxied model's table is created in 2010-03-21 20:29:11 +00:00
regressiontests Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set, 2010-03-21 20:47:52 +00:00
templates
runtests.py
test_sqlite.py Fixed #6298 - Added sample settings file to run the Django test suite (SQLite). Thanks, Eric Holscher. 2010-02-23 20:45:50 +00:00
urls.py