django1/django/contrib
Marc Tamlyn 916e38802f Move % addition to lookups, refactor postgres lookups.
These refactorings making overriding some text based lookup names on
other fields (specifically `contains`) much cleaner. It also removes a
bunch of duplication in the contrib.postgres lookups.
2015-01-10 16:18:19 +00:00
..
admin Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
admindocs Fixed #12663 -- Formalized the Model._meta API for retrieving fields. 2015-01-06 19:25:12 -05:00
auth Fixed #24097 -- Prevented AttributeError in redirect_to_login 2015-01-10 10:05:02 +01:00
contenttypes Removed an undocumented contenttypes synchronization method. 2015-01-09 15:58:52 -05:00
flatpages Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
gis Fixed #24020 -- Refactored SQL compiler to use expressions 2015-01-08 14:07:54 -05:00
humanize Updated translations from Transifex 2014-09-30 20:55:50 +02:00
messages Deprecated TEMPLATE_DIRS. 2014-12-28 17:02:30 +01:00
postgres Move % addition to lookups, refactor postgres lookups. 2015-01-10 16:18:19 +00:00
redirects Updated translations from Transifex 2014-09-30 20:55:50 +02:00
sessions Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sitemaps Applied ignore_warnings to Django tests 2014-12-30 18:16:25 +01:00
sites Fixed #9104 -- Moved FieldDoesNotExist to core.exceptions 2015-01-02 10:46:04 -05:00
staticfiles Fixed #23701 -- Removed an unneeded check in collectstatic. 2014-10-22 13:11:37 -04:00
syndication Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
webdesign Avoided using private API get_template_from_string. 2014-10-31 11:38:53 +01:00
__init__.py