1
0
mirror of https://github.com/django/django.git synced 2025-01-12 19:37:06 +00:00
django/docs/ref
2010-11-11 21:44:33 +00:00
..
contrib Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. 2010-11-11 21:43:49 +00:00
files
forms Fixed #14650 -- noted that underscores are also valid in slug fields. Thanks to stringify for the report and patch. 2010-11-09 05:18:47 +00:00
models Fixed #7539, #13067 -- Added on_delete argument to ForeignKey to control cascade behavior. Also refactored deletion for efficiency and code clarity. Many thanks to Johannes Dollinger and Michael Glassford for extensive work on the patch, and to Alex Gaynor, Russell Keith-Magee, and Jacob Kaplan-Moss for review. 2010-11-09 16:46:42 +00:00
templates Reverted deprecation of media context processor (from r14293) to separate static files and media files a bit more. 2010-11-11 21:44:33 +00:00
authbackends.txt
class-based-views.txt
databases.txt
django-admin.txt Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app. 2010-11-11 21:43:49 +00:00
exceptions.txt
generic-views.txt
index.txt
middleware.txt Fixed #12975 -- Moved the docs for contrib.admindocs out of the template docs and into their own reference section, and significantly improved the documentation of what admindocs can do. Thanks to jabapyth for the report, and whiteinge for the patch. 2010-11-07 09:21:55 +00:00
request-response.txt Fixed #11877 -- Documented that HttpRequest.get_host() fails behind multiple reverse proxies, and added an example middleware solution. Thanks to Tom Evans for the report, and arnav for the patch. 2010-11-07 23:02:24 +00:00
settings.txt Reverted deprecation of media context processor (from r14293) to separate static files and media files a bit more. 2010-11-11 21:44:33 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt