django/django/contrib
Tim Graham 0b4d11e175 [1.9.x] Fixed #25596 -- Fixed regression in password change view with custom user model.
The reverse() added in 50aa1a790c
crashed on a custom user model.

Backport of 5acf203db2 from master
2015-10-27 08:38:12 -04:00
..
admin [1.9.x] Fixed #25566 -- Added title to admin's closing popup response page 2015-10-19 19:36:00 -04:00
admindocs [1.9.x] Simplified translatable string in admindocs template 2015-10-10 14:52:49 +02:00
auth [1.9.x] Fixed #25596 -- Fixed regression in password change view with custom user model. 2015-10-27 08:38:12 -04:00
contenttypes [1.9.x] Refs #13637 -- Removed unused code in GenericRelatedObjectManager 2015-10-02 11:28:03 -04:00
flatpages [1.9.x] Updated translation catalogs 2015-10-09 18:00:06 +02:00
gis [1.9.x] Fixed #25592 -- Fixed misnamed strictly_above PostGIS lookup 2015-10-22 20:33:55 +02:00
humanize Updated translations from Transifex 2015-04-30 14:29:08 +02:00
messages Removed translations from contrib.messages 2015-03-18 09:30:20 +01:00
postgres [1.9.x] Fixed #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value. 2015-10-27 08:13:21 -04:00
redirects [1.9.x] Updated translation catalogs 2015-10-09 18:00:06 +02:00
sessions Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
sitemaps Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
sites Fixed #23395 -- Limited line lengths to 119 characters. 2015-09-12 11:40:50 -04:00
staticfiles [1.9.x] Fixed #25346 -- Allowed collectstatic to delete broken symlinks. 2015-10-17 14:14:29 -04:00
syndication Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
webdesign Sorted imports in __init__.py files. 2015-06-27 11:53:33 -04:00
__init__.py