summaryrefslogtreecommitdiff
path: root/django/conf/project_template/urls.py
AgeCommit message (Expand)Author
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-02-04Refs #14675 - Added import of url() function in project template urls.py, add...Carl Meyer
2011-02-03We have always been at war with 'import *'.Carl Meyer
2010-08-28Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLE...Russell Keith-Magee
2009-01-14Fixed #6470: made the admin use a URL resolver.Jacob Kaplan-Moss
2008-09-02Fixed #8496: added a note about admindocs to the project template and the tut...Jacob Kaplan-Moss
2008-08-18Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramir...Brian Rosner
2008-07-21Modified the comments in the skeleton urls.py to be more clear about how to e...Jacob Kaplan-Moss
2008-07-20Added admin.autodiscover() to project template urls.py. It is left commented ...Brian Rosner
2008-07-20Fixed #7842 -- Added a raw string identifier in project template urls.py for ...Brian Rosner
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2006-11-27Fixed #2980 -- Changed project_template/urls.py to use new-style URLconf. Tha...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty