django1/django/contrib
Daniel Hahler 1745aa000a Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inlines.
The table body (tbody) was shifted by one column to the left
if the first inline form field is hidden.
2015-10-21 10:21:23 -04:00
..
admin Fixed #25586 -- Fixed possible table cell misalignment in admin's tabular inlines. 2015-10-21 10:21:23 -04:00
admindocs Simplified translatable string in admindocs template 2015-10-10 14:57:58 +02:00
auth Pluralized translatable strings in password_validation.py 2015-10-10 15:17:21 +02:00
contenttypes Refs #13637 -- Removed unused code in GenericRelatedObjectManager 2015-10-02 10:32:46 -04:00
flatpages Updated translation catalogs 2015-10-09 18:02:47 +02:00
gis Fixed #25580 -- Allowed `None` to be set as SRID value. 2015-10-21 09:35:17 +02: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 Updated translation catalogs 2015-10-09 18:02:47 +02: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