mirror of
https://github.com/django/django.git
synced 2025-11-13 09:02:02 +00:00
Replaced old-style with new-style decorator syntax.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
da3aa22d04
commit
0b1a061881
24 changed files with 114 additions and 143 deletions
|
|
@ -6,7 +6,6 @@ from django.db import transaction, connection
|
|||
from django.db.utils import ConnectionHandler, DEFAULT_DB_ALIAS, DatabaseError
|
||||
from django.test import (TransactionTestCase, skipIfDBFeature,
|
||||
skipUnlessDBFeature)
|
||||
from django.utils.functional import wraps
|
||||
from django.utils import unittest
|
||||
|
||||
from models import Person
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue