0
0
mirror of https://github.com/django/django.git synced 2024-11-29 14:46:18 +01:00
django/tests/admin_views
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
..
fixtures
templates Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
__init__.py
admin.py Fixed #22241 -- Selectively added line breaks in admin read-only fields 2014-03-22 17:00:50 +01:00
customadmin.py
forms.py
models.py Fixed #21924 -- Added the ability to specify a reverse order for admin_order_field. 2014-02-14 19:53:44 -05:00
tests.py Fixed #22241 -- Selectively added line breaks in admin read-only fields 2014-03-22 17:00:50 +01:00
urls.py
views.py