Removed stray code from [8601].
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8602 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
1fc8f84f58
commit
05133baaaa
|
@ -403,7 +403,6 @@ def get_date_formats():
|
|||
date_format = ugettext('DATE_FORMAT')
|
||||
datetime_format = ugettext('DATETIME_FORMAT')
|
||||
time_format = ugettext('TIME_FORMAT')
|
||||
datetime_full_format = ugettext('DATE_WITH_TIME_FULL')
|
||||
if date_format == 'DATE_FORMAT':
|
||||
date_format = settings.DATE_FORMAT
|
||||
if datetime_format == 'DATETIME_FORMAT':
|
||||
|
|
Loading…
Reference in New Issue