<feed xmlns='http://www.w3.org/2005/Atom'>
<title>django.git/django/conf/project_template/urls.py, branch stable/6.0.x</title>
<subtitle>django
</subtitle>
<id>http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x</id>
<link rel='self' href='http://cgit.adnoto.dev/django.git/atom?h=stable%2F6.0.x'/>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/'/>
<updated>2011-10-13T05:56:15Z</updated>
<entry>
<title>Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.</title>
<updated>2011-10-13T05:56:15Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-10-13T05:56:15Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=38f1fe3b35c212136d959538a309c33bf2d340a9'/>
<id>urn:sha1:38f1fe3b35c212136d959538a309c33bf2d340a9</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.</title>
<updated>2011-09-11T22:36:16Z</updated>
<author>
<name>Ramiro Morales</name>
<email>cramm0@gmail.com</email>
</author>
<published>2011-09-11T22:36:16Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=26b812208751edf87b4df0aee00996c5c7bcd4c9'/>
<id>urn:sha1:26b812208751edf87b4df0aee00996c5c7bcd4c9</id>
<content type='text'>
This applies to both our own [test] code and documentation examples. Also:
 * Moved the functions and handlers from `django.conf.urls.defaults` up to
   `django.conf.urls` deprecating the former module.
 * Added documentation for `handler403`.
 * Tweaked the URLs topic document a bit.

Thanks to pupeno and cdestigter for their great work contributing patches.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Refs #14675 - Added import of url() function in project template urls.py, added commented sample named url, and converted existing sample patterns to use url().</title>
<updated>2011-02-04T17:37:25Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-02-04T17:37:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=0ffa39f744d339756b4743d240f32430b7c35cd4'/>
<id>urn:sha1:0ffa39f744d339756b4743d240f32430b7c35cd4</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>We have always been at war with 'import *'.</title>
<updated>2011-02-03T04:55:43Z</updated>
<author>
<name>Carl Meyer</name>
<email>carl@oddbird.net</email>
</author>
<published>2011-02-03T04:55:43Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=a158873488b06077f65fce35e9ea57658a64c872'/>
<id>urn:sha1:a158873488b06077f65fce35e9ea57658a64c872</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15401 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #13681 -- Added a commented out admindocs entry to the default INSTALLED_APPS for a new project. Thanks to elkan for the report, and andrews for the patch.</title>
<updated>2010-08-28T12:38:05Z</updated>
<author>
<name>Russell Keith-Magee</name>
<email>russell@keith-magee.com</email>
</author>
<published>2010-08-28T12:38:05Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f4dd38757c47945af644fb782a37185e1d62de1c'/>
<id>urn:sha1:f4dd38757c47945af644fb782a37185e1d62de1c</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13658 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #6470: made the admin use a URL resolver.</title>
<updated>2009-01-14T20:22:25Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2009-01-14T20:22:25Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=1f84630c87f8032b0167e6db41acaf50ab710879'/>
<id>urn:sha1:1f84630c87f8032b0167e6db41acaf50ab710879</id>
<content type='text'>
This *is* backwards compatible, but `admin.site.root()` has been deprecated. The new style is `('^admin/', include(admin.site.urls))`; users will need to update their code to take advantage of the new customizable admin URLs.

Thanks to Alex Gaynor.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@9739 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8496: added a note about admindocs to the project template and the tutorial. Thanks, ericvw.</title>
<updated>2008-09-02T16:52:42Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-09-02T16:52:42Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=24d7b498499bc09b0aa13015569044d7d8c97cf1'/>
<id>urn:sha1:24d7b498499bc09b0aa13015569044d7d8c97cf1</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8859 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Fixed #8392 -- Corrected a typo in the project urls.py template. Thanks ramiro for the patch.</title>
<updated>2008-08-18T13:52:26Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-08-18T13:52:26Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=ee7a5cdd7d98c36f37e99ae40bd97d67dd091f32'/>
<id>urn:sha1:ee7a5cdd7d98c36f37e99ae40bd97d67dd091f32</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Modified the comments in the skeleton urls.py to be more clear about how to enable the admin. Refs #7824.</title>
<updated>2008-07-21T17:10:27Z</updated>
<author>
<name>Jacob Kaplan-Moss</name>
<email>jacob@jacobian.org</email>
</author>
<published>2008-07-21T17:10:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=f3ec0c18b170074dadb8d21375b1f080b18dc54e'/>
<id>urn:sha1:f3ec0c18b170074dadb8d21375b1f080b18dc54e</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8026 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
<entry>
<title>Added admin.autodiscover() to project template urls.py. It is left commented out intentionally. Thanks tome for the suggestion. Refs #7824.</title>
<updated>2008-07-20T18:09:27Z</updated>
<author>
<name>Brian Rosner</name>
<email>brosner@gmail.com</email>
</author>
<published>2008-07-20T18:09:27Z</published>
<link rel='alternate' type='text/html' href='http://cgit.adnoto.dev/django.git/commit/?id=effa2993427cd49c40acc3982f658c0d4f78c4b5'/>
<id>urn:sha1:effa2993427cd49c40acc3982f658c0d4f78c4b5</id>
<content type='text'>
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8009 bcc190cf-cafb-0310-a4f2-bffc1f526a37
</content>
</entry>
</feed>
