django1/django/contrib
Sergey Fedoseev cee534228c Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate.
Complements 47f22e8286.
2016-06-13 10:32:07 -04:00
..
admin Fixed #26742 -- Fixed action select color in admin changelist. 2016-06-10 11:39:11 -04:00
admindocs Refs #26621 -- Added tests for admindocs.views.simplify_regex(). 2016-05-30 09:50:02 -04:00
auth Increased the default PBKDF2 iterations. 2016-05-20 09:19:19 -04:00
contenttypes Refs #26421 -- Refactored Apps.lazy_model_operation() for better checks and tests 2016-05-19 21:33:36 -04:00
flatpages Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
gis Refs #25645 -- Removed SpatiaLite 3.x compatibility in gis.db.models.functions.Translate. 2016-06-13 10:32:07 -04:00
humanize Pulled translations from Transifex 2016-04-30 14:27:07 +02:00
messages Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
postgres Fixed #26748 -- Allowed overriding JSONField's widget with an attribute. 2016-06-13 08:09:54 -04:00
redirects Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
sessions Fixed #26601 -- Improved middleware per DEP 0005. 2016-05-17 07:22:22 -04:00
sitemaps Fixed a dead link in django/contrib/sitemaps/__init__.py. 2016-03-08 13:16:11 -05:00
sites Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware. 2016-06-07 09:46:22 -04:00
staticfiles Prevented findstatic argument from appearing as multiple options. 2016-05-12 20:26:33 -04:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py