django1/django/contrib
Mariusz Felisiak 2867b7eb4b Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default database isn't PostgreSQL.
Thanks Florian Apolloner for the report.
2017-03-20 11:21:01 -04:00
..
admin Fixed #27897 -- Fixed crash with 'pk' in ModelAdmin.search_filters. 2017-03-15 13:45:18 -04:00
admindocs Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
auth Fixed #27891 -- Added PasswordResetConfirmView.post_reset_login_backend. 2017-03-07 19:52:26 -05:00
contenttypes Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
flatpages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
gis Removed BaseSpatialOperations.truncate_params. 2017-03-20 07:59:23 -04:00
humanize Refs #27795 -- Removed force_text from the template layer 2017-02-07 17:14:02 +01:00
messages Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
postgres Refs #27935 -- Fixed BrinIndex.max_name_length if a project's default database isn't PostgreSQL. 2017-03-20 11:21:01 -04:00
redirects Imported django.http classes instead of django.http. 2017-02-27 14:47:11 -05:00
sessions Refs #27656 -- Updated remaining docstring verbs according to PEP 257. 2017-03-04 10:02:06 -05:00
sitemaps Fixed #27842 -- Added protocol kwarg to GenericSitemap.__init__(). 2017-02-28 11:48:07 -05:00
sites Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
staticfiles Fixed #27948 -- Removed incorrect unquote() in static serving views. 2017-03-17 07:55:00 -04:00
syndication Converted usage of ugettext* functions to their gettext* aliases 2017-02-07 09:04:04 +01:00
__init__.py