1
0
mirror of https://github.com/django/django.git synced 2025-10-26 15:16:09 +00:00

[1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines

Applied to inlines what ec9d6b1122 did for main fieldsets.
Backport of 553838a28 from master.
This commit is contained in:
Marc Aymerich
2012-12-06 09:47:51 +01:00
committed by Claude Paroz
parent a8045c3af2
commit 57a41d985a
3 changed files with 6 additions and 2 deletions

View File

@@ -3164,6 +3164,7 @@ class ReadonlyTest(TestCase):
# Checks that multiline text in a readonly field gets <br /> tags
self.assertContains(response, "Multiline<br />test<br />string")
self.assertContains(response, "InlineMultiline<br />test<br />string")
self.assertContains(response,
formats.localize(datetime.date.today() - datetime.timedelta(days=7))