mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Fixed #5496 -- Added test cases for some of the built-in Django views. Thanks to Manuel Saelices <msaelices@yaco.es> for the original patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@6370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
2e75529990
commit
1571e9c32b
18 changed files with 240 additions and 0 deletions
|
|
@ -11,4 +11,7 @@ urlpatterns = patterns('',
|
|||
|
||||
# test urlconf for {% url %} template tag
|
||||
(r'^url_tag/', include('regressiontests.templates.urls')),
|
||||
|
||||
# django built-in views
|
||||
(r'^views/', include('regressiontests.views.urls')),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue