django1/django/contrib
akoskaaa ab2d34ba3f Fixed #25856 -- Added %B support to Date.strftime.
This enables the admin to display the correct localized month name if %B
is used in the date format.
2016-04-06 10:41:58 -04:00
..
admin Fixed #25856 -- Added %B support to Date.strftime. 2016-04-06 10:41:58 -04:00
admindocs Fixed #26013 -- Moved django.core.urlresolvers to django.urls. 2015-12-31 14:21:29 -05:00
auth Fixed #25232 -- Made ModelBackend/RemoteUserBackend reject inactive users. 2016-03-23 09:01:48 -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 E402 flake8 warnings. 2016-04-04 17:14:27 -04: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 W503 flake8 warnings. 2016-04-04 17:14:26 -04:00
redirects Updated translations from Transifex 2015-12-31 15:53:02 +01:00
sessions Refs #21608 -- Fixed incorrect cache key in cache session backend's save(). 2016-04-04 07:41:59 -04:00
sitemaps Fixed a dead link in django/contrib/sitemaps/__init__.py. 2016-03-08 13:16:11 -05:00
sites Refs #24227 -- Replaced M2M isinstance checks by field.many_to_many 2016-03-19 09:24:27 +01:00
staticfiles Fixed W503 flake8 warnings. 2016-04-04 17:14:26 -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