django1/django/contrib
Tore Lundqvist 3389c5ea22 Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests.
Thanks Simon Charette for the review.
2016-02-26 18:56:56 -05:00
..
admin Fixed #26231 -- Used .get_username in admin login template. 2016-02-25 19:29:53 -05:00
admindocs Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
auth Fixed #12233 -- Allowed redirecting authenticated users away from the login view. 2016-02-25 07:18:33 -05:00
contenttypes Fixed #26286 -- Prevented content type managers from sharing their cache. 2016-02-26 16:18:16 -05:00
flatpages Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
gis Fixed #26266 -- Output the primary key in the GeoJSON serializer properties 2016-02-24 16:10:46 +01:00
humanize Updated translations from Transifex 2015-12-31 15:53:02 +01:00
messages Used getattr() to simplify contrib.messages.api. 2015-09-26 20:04:09 -04:00
postgres Fixed #26215 -- Fixed RangeField/ArrayField serialization with None values 2016-02-16 21:07:05 +01:00
redirects Updated translations from Transifex 2015-12-31 15:53:02 +01:00
sessions Fixed #21608 -- Prevented logged out sessions being resurrected by concurrent requests. 2016-02-26 18:56:56 -05:00
sitemaps Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest lastmod of all sitemaps. 2016-01-23 08:48:31 -05:00
sites Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
staticfiles Fixed #23832 -- Added timezone aware Storage API. 2016-02-23 18:51:43 -05:00
syndication Fixed #25806 -- Removed name mangling from syndication.Feed's _get_dynamic_attr(). 2015-11-25 17:46:58 -05:00
__init__.py