1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/regressiontests/queries
2010-04-15 14:43:40 +00:00
..
__init__.py
models.py Fixed a test failure under Postgres caused by primary key sequence allocation. 2010-04-15 14:43:40 +00:00
tests.py Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is deepcopied, avoiding problems when an evaluated queryset is used as a subquery. Thanks to claudep for the report. 2010-04-13 15:18:10 +00:00