django1/django
Aymeric Augustin 7db770b013 Added a check in the creation of IS NULL clauses.
value_annotation isn't very well defined. Before this change, setting it
to datetime.datetime could silently reverse the behavior of isnull
lookups. This commit doesn't have any consequences on the current code.
It's just a safeguard for future ORM hackers.
2013-02-11 10:38:39 +01:00
..
bin Advanced pending deprecation warnings. 2012-12-29 21:59:07 +01:00
conf Fixed #15808 -- Added optional HttpOnly flag to the CSRF Cookie. 2013-02-07 09:48:08 +01:00
contrib Made modwsgi groups_for_user consistent with check_password 2013-02-09 09:31:04 -08:00
core Fixed #19689 -- Renamed `Model._meta.module_name` to `model_name`. 2013-02-05 04:16:07 -05:00
db Added a check in the creation of IS NULL clauses. 2013-02-11 10:38:39 +01:00
dispatch Fixed #16679 -- Use caching to speed up signal sending 2012-12-16 21:46:02 +02:00
forms Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique 2013-02-08 21:35:19 +01:00
http Kill mx.TextTools with fire 2013-01-15 10:15:40 -08:00
middleware Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
shortcuts Fixed #19692 -- Completed deprecation of mimetype in favor of content_type. 2013-01-31 13:54:40 +01:00
template Fixed #19729 -- Removed leftover refactoring helper variables. 2013-02-04 20:31:50 -03:00
templatetags Fixed #19088 -- Always escape % inside blocktrans tag 2012-10-23 18:49:22 +02:00
test Fixed #19707 -- Reset transaction state after requests 2013-02-10 13:55:54 +02:00
utils Fixed #19704 -- Make use of new ungettext_lazy function at appropriate places 2013-02-06 22:01:55 +01:00
views Fixed #19044 -- Made `DeletionMixin` interpolate its `success_url`. 2013-02-11 02:39:14 -05:00
__init__.py Advanced version identifiers for 1.6 cycle. 2012-10-26 22:01:34 -03:00