mirror of
https://github.com/django/django.git
synced 2025-09-26 12:09:19 +00:00
Fixed #7718 -- Added a naive implementation of sorted() for Python 2.3 compatibility, and modified test cases to import the function when required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@7914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
502e9a5ab4
commit
32b8c3e1c0
13 changed files with 80 additions and 2 deletions
|
@ -8,12 +8,14 @@ from django.utils import html, checksums
|
|||
|
||||
import timesince
|
||||
import datastructures
|
||||
import itercompat
|
||||
from decorators import DecoratorFromMiddlewareTests
|
||||
|
||||
# Extra tests
|
||||
__test__ = {
|
||||
'timesince': timesince,
|
||||
'datastructures': datastructures,
|
||||
'itercompat': itercompat,
|
||||
}
|
||||
|
||||
class TestUtilsHtml(TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue