1
0
mirror of https://github.com/django/django.git synced 2024-12-25 02:26:12 +00:00
django/docs/ref
2010-11-16 02:21:07 +00:00
..
contrib Fixed #12325 -- Allows zero values for moderate_after and close_after fields of comment moderators. Thanks, Gabriel Hurley. 2010-11-13 18:42:56 +00:00
files Fixed #13040 -- Added info on where to import File class from to File reference docs, and improved Sphinx formatting. Thanks to stherrien for the report. 2010-10-24 09:12:40 +00:00
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 #14696, corrected some messed up syntax in the docs. 2010-11-16 02:21:07 +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 Fixed #14536 -- Corrected DB connection OPTIONS examples in documentation. Thanks denilsonsa for reporting the error. 2010-11-14 14:15:58 +00:00
django-admin.txt Refactored runserver command and moved code related to staticfiles to a subclass that is enabled if staticfiles app is installed. 2010-11-13 18:41:55 +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 Corrected default value for ADMIN_MEDIA_PREFIX in docs, and added info about how it integrates with staticfiles. 2010-11-13 03:55:06 +00:00
signals.txt
unicode.txt
utils.txt
validators.txt Fixed #14537 -- Added documentation on where validators can be imported from to Validators Reference docs, and improved Sphinx formatting and metadata. Thanks to rfugger for the report. 2010-10-23 22:06:01 +00:00