django1/django/contrib
Anton Baklanov 80bcbecd4a Fixed #19361 -- Added link to object's change form in admin's post-save message.
Thanks Roel Kramer for tests.
2015-11-19 15:04:32 -05:00
..
admin Fixed #19361 -- Added link to object's change form in admin's post-save message. 2015-11-19 15:04:32 -05:00
admindocs Simplified translatable string in admindocs template 2015-10-10 14:57:58 +02:00
auth Fixed #20846 -- Increased User.username max_length to 254 characters. 2015-10-29 08:58:49 -04:00
contenttypes Fixed #25611 -- Standardized descriptor signatures. 2015-10-26 11:31:16 -04:00
flatpages Updated translation catalogs 2015-10-09 18:02:47 +02:00
gis Fixed #25654 -- Added the GEOSGeometry.unary_union property. 2015-11-18 19:17:16 -05:00
humanize Updated translations from Transifex 2015-04-30 14:29:08 +02:00
messages Used getattr() to simplify contrib.messages.api. 2015-09-26 20:04:09 -04:00
postgres Fixed #25666 -- Fixed the exact lookup of ArrayField. 2015-11-14 11:21:16 -05:00
redirects Updated translation catalogs 2015-10-09 18:02:47 +02:00
sessions Fixed #25558 -- Fixed nondeterministic test failure on Windows: test_clearsessions_command. 2015-10-17 10:03:11 -04:00
sitemaps Updated sitemaps.ping_google() to use https. 2015-11-19 11:07:27 -05:00
sites Fixed #25692 -- Added natural keys support to Site model. 2015-11-07 21:19:25 +01:00
staticfiles Fixed #25283 -- Fixed collectstatic crash if a URL contains a fragment with a path. 2015-11-12 19:30:48 -05:00
syndication Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
__init__.py