django1/django
Russell Keith-Magee fbbbf8b9a1 Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute).
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3902 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-14 02:48:05 +00:00
..
bin Fixed #2748 -- Turned daily_cleanup.py into something that will run against the 2006-09-26 13:08:16 +00:00
conf fixed #2876: updated japanese translation 2006-10-10 11:53:12 +00:00
contrib Clarified documentation to indicate that authenticating a user doesn't imply that they are active. Reinforced the fact that has_perm only returns true if user is active, and fixed a minor bug to that effect. 2006-09-30 01:21:03 +00:00
core Made the !NoReverseMatch exception fail silently within templates (so that model.permalink doesn't cause templates to break for a broken permalink function). 2006-10-09 23:24:48 +00:00
db Fixes #2737 -- Added code to allow None as a query value for __exact queries, raising an error otherwise. __exact=None is interpreted as the SQL 'value = NULL'. This fixes some minor problems with queries on unsaved objects with related object sets, and stops queries with a value of None being outright ignored (even if they reference an unknown attribute). 2006-10-14 02:48:05 +00:00
dispatch Part 3 of pedant day: replaced all tabs in Django with spaces. Python the way Guido intended it, baby! 2006-07-21 20:48:17 +00:00
forms Fixed #2300 -- Added required "value" attribute to CheckboxSelectMultipleField 2006-09-26 04:37:10 +00:00
http Fixed #2560 -- Add close() support to HttpResponse iterators. Thanks, Ivan 2006-09-22 12:32:00 +00:00
middleware Improved detection of whether a URL is internal or not for the purpose 2006-09-26 18:49:28 +00:00
shortcuts Added *args to get_list_or_404, too (refs #2048). 2006-05-31 12:36:01 +00:00
template Fixed #2208 -- Allow empty arguments to be passed to filters. Thanks, mattmcc. 2006-09-26 07:26:07 +00:00
templatetags Second half of little cleanup tweaks suggested by pyflakes. 2006-07-21 20:39:17 +00:00
test Changed BaseHandler.get_response() to take a single parameter (an HttpRequest object) rather than a URL and the HttpRequest object, which is redundant 2006-09-28 01:56:02 +00:00
utils Fixed #2823 -- Fixed Python 2.3 compatibility problem pointed out by Alex Dedul. 2006-09-26 10:08:03 +00:00
views Fixed #2362 -- Corrected the way we retrieve an object so that it works for 2006-09-26 04:11:30 +00:00
__init__.py Changed django.VERSION from 0.95 to to 0.96-pre 2006-07-30 00:59:59 +00:00