django1/django/db
Malcolm Tredinnick e41df5adcc Fixed #7076 -- Include NULL values when excluding non-NULL items.
Based on a patch from emulbreh.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@7760 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-06-26 05:34:26 +00:00
..
backends Fixed #7319 -- Removed unused DatabaseFeatures attribute 'needs_upper_for_iops'. Thanks, leosoto 2008-06-26 04:05:48 +00:00
models Fixed #7076 -- Include NULL values when excluding non-NULL items. 2008-06-26 05:34:26 +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