django1/django/contrib
Berker Peksag 28bcff82c5 Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path(). 2016-03-17 09:49:57 -04:00
..
admin Fixed #25364 -- Added generic way to test on all browsers supported by selenium. 2016-03-15 13:10:32 -04:00
admindocs Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
auth Fixed #26334 -- Removed whitespace stripping from contrib.auth password fields. 2016-03-14 20:20:24 -04:00
contenttypes Fixed #26226 -- Made related managers honor the queryset used for prefetching their results. 2016-03-02 16:10:18 -05:00
flatpages Fixed #26176 -- Fixed E123 flake8 warnings. 2016-02-05 15:11:07 -05:00
gis Fixed a few docstring typos. 2016-03-12 08:45:06 -05: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 #25579 -- Fixed ArrayField.get_db_prep_value() to allow complex types. 2016-03-15 11:23:38 -04: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 a dead link in django/contrib/sitemaps/__init__.py. 2016-03-08 13:16:11 -05:00
sites Removed unneeded hint=None/obj=None in system check messages. 2016-02-12 13:01:25 -05:00
staticfiles Fixed #26297 -- Fixed `collectstatic --clear` crash if storage doesn't implement path(). 2016-03-17 09:49:57 -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