django/docs/ref
Russell Keith-Magee ec6b9d6e63 Fixed #9236 -- Added documentation on the dependencies of the admin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@11543 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-09-12 23:56:45 +00:00
..
contrib Fixed #9236 -- Added documentation on the dependencies of the admin. 2009-09-12 23:56:45 +00:00
files Fixed #11056 -- Corrected reference to File class in storage docs. Thanks to wam for the report. 2009-06-10 12:44:53 +00:00
forms Fixed #7437: SelectDateWidget is not documented. 2009-09-10 15:45:15 +00:00
models Fixed #6047 -- Minor correction to the documentation regarding regex field lookups. Thanks to Richard D. Worth for the suggestion, and Steve Holden for the text. 2009-09-12 23:36:00 +00:00
templates Fixed #10061 -- Added namespacing for named URLs - most importantly, for the admin site, where the absence of this facility was causing problems. Thanks to the many people who contributed to and helped review this patch. 2009-07-16 16:16:13 +00:00
authbackends.txt
databases.txt Fixed #10566: Added support for cx_Oracle compiled with the WITH_UNICODE flag. 2009-08-24 15:45:48 +00:00
django-admin.txt Fixed #11221 -- Replaced a reference to a non-existent URL with an actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch. 2009-06-18 13:37:10 +00:00
generic-views.txt Refs #11336 -- Another dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. 2009-06-18 00:16:48 +00:00
index.txt Fixed #11336 -- Dummy commit to force refresh of some index pages by Sphinx, caused by file ommitted from [11025] and included in [11026]. Thanks to Peter Landry for the report, and Ramiro for the explanation. 2009-06-17 23:57:27 +00:00
middleware.txt BACKWARDS-INCOMPATIBLE CHANGE: Removed SetRemoteAddrFromForwardedFor middleware. 2009-07-29 05:35:51 +00:00
request-response.txt Fixed #11728 -- Corrected a typo in a class name in the request/response docs. Thanks to Tommstein for the report. 2009-09-12 22:51:16 +00:00
settings.txt Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAGE in the docs. THanks to x00nix@gmail.com for the patch. 2009-06-18 13:33:18 +00:00
signals.txt Fixed #11359 -- Added a link to the signals topic guide in the signals reference. Thanks to tyson for the suggestion. 2009-09-12 23:06:22 +00:00
unicode.txt