mirror of
https://github.com/Hopiu/django.git
synced 2026-04-01 05:40:32 +00:00
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16680 bcc190cf-cafb-0310-a4f2-bffc1f526a37
12 lines
306 B
Python
12 lines
306 B
Python
from error_messages import *
|
|
from extra import *
|
|
from fields import FieldsTests
|
|
from forms import *
|
|
from formsets import *
|
|
from input_formats import *
|
|
from media import *
|
|
from models import *
|
|
from regressions import *
|
|
from util import *
|
|
from validators import TestFieldWithValidators
|
|
from widgets import *
|