Skip to content

Commit

Permalink
Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com
Browse files Browse the repository at this point in the history
git-svn-id: http://code.djangoproject.com/svn/django/trunk@976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
adrianholovaty committed Oct 20, 2005
1 parent e4c844f commit a102942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/utils/dateformat.py
Expand Up @@ -97,7 +97,7 @@ def s(self):
"Seconds; i.e. '00' to '59'"
return '%02d' % self.data.second

class DateFormat(Formatter):
class DateFormat(TimeFormat):
year_days = [None, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334]

def __init__(self, d):
Expand Down

0 comments on commit a102942

Please sign in to comment.