django1/django/db
Matt Boersma 96d141dfda Fixed Oracle backend failure in test suite for modeltests.queries. Item.objects.all()[0:0] was optimizing out the limits clause and returning all rows.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-07-24 20:11:37 +00:00
..
backends Fixed Oracle backend failure in test suite for modeltests.queries. Item.objects.all()[0:0] was optimizing out the limits clause and returning all rows. 2008-07-24 20:11:37 +00:00
models Allow for matches against unsaved objects in querysets (which will therefore 2008-07-23 06:12:15 +00:00
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
transaction.py Fixed #6928 -- Added a little more robustness to transaction rollbacks for Python 2.5. Patch from guettli. 2008-06-30 11:56:52 +00:00