Django

Code

Changeset 976

Show
Ignore:
Timestamp:
10/20/05 08:13:55 (3 years ago)
Author:
adrian
Message:

Fixed #654 -- Fixed bug in [969]. Thanks, korpios@gmail.com

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/django/utils/dateformat.py

    r969 r976  
    9898        return '%02d' % self.data.second 
    9999 
    100 class DateFormat(Formatter): 
     100class DateFormat(TimeFormat): 
    101101    year_days = [None, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334] 
    102102