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