mirror of
https://github.com/django/django.git
synced 2025-07-29 08:04:27 +00:00
Fixed #5641 -- Handle lazy translations correctly when used as default arguments. Thanks, permon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4d8561a8a8
commit
185848a526
4 changed files with 15 additions and 3 deletions
|
@ -152,7 +152,7 @@ TypeError: 'foo' is an invalid keyword argument for this function
|
|||
>>> a6 = Article(pub_date=datetime(2005, 7, 31))
|
||||
>>> a6.save()
|
||||
>>> a6.headline
|
||||
'Default headline'
|
||||
u'Default headline'
|
||||
|
||||
# For DateTimeFields, Django saves as much precision (in seconds) as you
|
||||
# give it.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue