django1/django/db
Jacob Kaplan-Moss b5f92938ab Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliably support LIMIT/OFFSET. Thanks, George Vilches.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7601 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-09 16:17:54 +00:00
..
backends Cleaned up some comments in the Oracle backend. Fixes #7139. Thanks, adamv. 2008-05-05 16:04:50 +00:00
models Fixed #7298: prevent update() on sliced QuerySet since UPDATE doesn't reliably support LIMIT/OFFSET. Thanks, George Vilches. 2008-06-09 16:17:54 +00:00
__init__.py Merged the queryset-refactor branch into trunk. 2008-04-27 02:50:16 +00:00
transaction.py Fixed #7286 -- Added functools wrapping to the transaction decorators. Thanks, SmileyChris. 2008-05-29 11:50:50 +00:00