mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #24444 -- Updated contrib.admin to use django-flat-theme
This commit is contained in:
parent
e176de2512
commit
35901e64b0
14 changed files with 909 additions and 320 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue