Opened 16 years ago

Last modified 16 years ago

#7842 closed

raw string identifier missing from django-admin.py — at Initial Version

Reported by: yoshi Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

After creating a new project with django-admin.py the urls.py is missing a 'r' from the ('admin/(.*)', admin.site.root) line.
Tried it on r7997.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top