Changes between Initial Version and Version 1 of Ticket #7842


Ignore:
Timestamp:
Jul 19, 2008, 3:36:20 PM (16 years ago)
Author:
Malcolm Tredinnick
Comment:

The URL pattern doesn't contain any backslashes, so the raw-string designation isn't needed here. Brian might choose to add it for consistency and I'll leave this up to him to decide, but it's not a bug.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7842 – Description

    initial v1  
    1 After creating a new project with django-admin.py the urls.py is missing a 'r' from the ('^admin/(.*)', admin.site.root) line.
     1After creating a new project with django-admin.py the urls.py is missing a 'r' from the `('^admin/(.*)', admin.site.root)` line.
    22Tried it on r7997.
Back to Top