mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #10979 -- Fixed misleading FixedOffset.__repr__(). Thanks, gsong
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12164 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ddd6f28cac
commit
a7dc2c0653
3 changed files with 34 additions and 1 deletions
|
@ -10,6 +10,7 @@ from django.utils.functional import SimpleLazyObject
|
|||
import timesince
|
||||
import datastructures
|
||||
import itercompat
|
||||
import tzinfo
|
||||
|
||||
from decorators import DecoratorFromMiddlewareTests
|
||||
from functional import FunctionalTestCase
|
||||
|
@ -26,6 +27,7 @@ __test__ = {
|
|||
'timesince': timesince,
|
||||
'datastructures': datastructures,
|
||||
'itercompat': itercompat,
|
||||
'tzinfo': tzinfo,
|
||||
}
|
||||
|
||||
from dateformat import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue