mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed dateformat unit test that was failing -- the test was incorrect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ba87f474dc
commit
2a149e29b8
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
|||
>>> format(my_birthday, 'S')
|
||||
'th'
|
||||
>>> format(my_birthday, 't')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
NotImplementedError
|
||||
'31'
|
||||
>>> format(my_birthday, 'T')
|
||||
'CET'
|
||||
>>> format(my_birthday, 'U')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue