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

Merged to [4656]

git-svn-id: http://code.djangoproject.com/svn/django/branches/newforms-admin@4657 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Joseph Kocherhans
2007-03-01 00:07:42 +00:00
parent 811163d24e
commit b0bbdc744d
19 changed files with 2113 additions and 1552 deletions

View File

@@ -17,6 +17,8 @@ r"""
'07'
>>> format(my_birthday, 'M')
'Jul'
>>> format(my_birthday, 'b')
'jul'
>>> format(my_birthday, 'n')
'7'
>>> format(my_birthday, 'N')