Fixed #24444 -- Updated contrib.admin to use django-flat-theme

This commit is contained in:
elky 2015-05-08 22:52:15 +05:00 committed by Tim Graham
parent e176de2512
commit 35901e64b0
14 changed files with 909 additions and 320 deletions

View file

@ -755,7 +755,7 @@ class DateTimePickerSeleniumFirefoxTests(SeleniumDataMixin, AdminSeleniumWebDriv
# Get the expected caption
may_translation = month_names.split(' ')[4]
expected_caption = '{0:s} {1:d}'.format(may_translation, 1984)
expected_caption = '{0:s} {1:d}'.format(may_translation.upper(), 1984)
# Test with every locale
with override_settings(LANGUAGE_CODE=language_code, USE_L10N=True):