1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/views/tests/__init__.py
Russell Keith-Magee b3d2091681 Fixed #12816 -- Added a render() shortcut.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15008 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-12-21 17:18:41 +00:00

11 lines
262 B
Python

from debug import *
from defaults import *
from generic.create_update import *
from generic.date_based import *
from generic.object_list import *
from generic.simple import *
from i18n import *
from shortcuts import *
from specials import *
from static import *