django/docs/topics/http
Brian Rosner 6c61ca3d74 Fixed #5034 -- honor request.urlconf in reverse and resolve.
This enables {% url %} to honor request.urlconf set from process_request
middleware methods.

Thanks SmileyChris for the initial patch work.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11740 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-11-16 01:58:00 +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
file-uploads.txt Fixed #10400: Added a note in the file uploads doc about the correct form type needed for file uploads to work. Thanks claudep and timo. 2009-05-17 18:45:25 +00:00
generic-views.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
index.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
middleware.txt Moved contrib.csrf.* to core code. 2009-10-27 00:36:34 +00:00
sessions.txt Fixed #11073 -- Added documentation for SESSION_COOKIE_PATH. Thanks to liling for the report, and gsong for the patch. 2009-09-13 00:17:35 +00:00
shortcuts.txt Modified r11531 to use the original suggested text from the patch (which was better). 2009-09-12 22:41:12 +00:00
urls.txt Fixed #5034 -- honor request.urlconf in reverse and resolve. 2009-11-16 01:58:00 +00:00
views.txt Fixed #9430 -- Fixed documentation references to the HttpResponse classes for 2008-10-24 09:24:42 +00:00