django1/django/contrib
Sergey Fedoseev 5f7035cec7 Fixed #25673 -- Made `GeometryField.from_db_value` set SRID 2015-11-06 20:45:31 +01:00
..
admin Fixed #25622 -- Accounted for generic relations in the admin to field validation 2015-10-29 13:13:19 -04: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 #25673 -- Made `GeometryField.from_db_value` set SRID 2015-11-06 20:45:31 +01: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 #25597 -- Fixed crash with SplitArrayField and IntegerField on invalid value. 2015-10-27 08:11:11 -04: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 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 Fixed #25346 -- Allowed collectstatic to delete broken symlinks. 2015-10-17 14:13:31 -04:00
syndication Fixed #13110 -- Added support for multiple enclosures in Atom feeds. 2015-09-18 18:31:58 -04:00
__init__.py