mirror of
https://github.com/django/django.git
synced 2025-11-01 12:25:37 +00:00
Made sure the new project template functionality works when the template
path specified has a trailing path separator. Thanks Alex for the report. Fixes #17475. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17287 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
3367913c3d
commit
f185024fc4
3 changed files with 25 additions and 12 deletions
|
|
@ -27,7 +27,7 @@ urlpatterns = patterns('',
|
|||
# admin custom URL tests
|
||||
(r'^custom_urls/', include('regressiontests.admin_custom_urls.urls')),
|
||||
|
||||
# admin custom URL tests
|
||||
# admin scripts tests
|
||||
(r'^admin_scripts/', include('regressiontests.admin_scripts.urls')),
|
||||
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue