mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Changed utils/decorators.py tests to use RequestFactory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
55c2c302c1
commit
e683beb607
4 changed files with 23 additions and 29 deletions
|
@ -29,5 +29,4 @@ urlpatterns = patterns('',
|
|||
# admin widget tests
|
||||
(r'widget_admin/', include('regressiontests.admin_widgets.urls')),
|
||||
|
||||
(r'^utils/', include('regressiontests.utils.urls')),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue