django/docs/topics/http
Ramiro Morales 26b8122087 Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
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
2011-09-11 22:36:16 +00:00
..
_images Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
decorators.txt Fixed #15887 - Added clarification for required_*() decorators; thanks RoySmith for the sugggestion. 2011-05-01 20:08:55 +00:00
file-uploads.txt Fixed #16384: warn against accessing request.POST/REQUEST in middleware. 2011-09-09 17:20:16 +00:00
generic-views.txt Fixed #14141: docs now use the :doc: construct for links between documents. 2010-08-19 19:27:44 +00:00
index.txt Fixed #6181 - Document `django.views.decorators.http` - thanks adamv for the patch. 2010-12-27 13:27:26 +00:00
middleware.txt Fixed #16384: warn against accessing request.POST/REQUEST in middleware. 2011-09-09 17:20:16 +00:00
sessions.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
shortcuts.txt Converted links to external topics so they use intersphinx extension markup. 2011-09-04 21:17:30 +00:00
urls.txt Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage. 2011-09-11 22:36:16 +00:00
views.txt Fixed #16079: Clarified (for real this time) how handler404 and handler500 work, and that they only work in a root URLconf. 2011-09-11 04:01:41 +00:00