django1/django/contrib
Claude Paroz c94bff2b26 Fixed #22241 -- Selectively added line breaks in admin read-only fields
When content is supposed to contain HTML, we do not try to add
line breaks in read-only contents.
Thanks Alexander Todorov for the report.
2014-03-22 17:00:50 +01:00
..
admin Fixed #22241 -- Selectively added line breaks in admin read-only fields 2014-03-22 17:00:50 +01:00
admindocs Removed warning for settings.ADMIN_FOR which has been removed. 2014-03-21 11:20:52 -04:00
auth Removed reading of old 'django_language' session variable per deprecation timeline. 2014-03-21 09:53:16 -04:00
contenttypes Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
flatpages Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
formtools Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
gis Fixed migration so MySQL GIS test doesn't fail; refs #22001. 2014-03-19 06:49:29 -04:00
humanize Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
messages Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
redirects Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sessions Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sitemaps Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
sites Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
staticfiles Simplified implementation of collectstatic command. 2014-03-13 10:03:01 +01:00
syndication Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
webdesign Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title case 2014-03-06 18:43:04 -05:00
__init__.py