1
0
mirror of https://github.com/django/django.git synced 2024-12-26 02:56:25 +00:00
django/docs/ref
2011-03-15 17:07:16 +00:00
..
contrib Fixed #15592 -- corrected an missing backtick in the syndication docs. Thanks to bradley.ayers for the report and patch. 2011-03-10 17:21:16 +00:00
files
forms Fix the documentation of BoundField.value() to reference the correct method name 2011-03-07 22:55:16 +00:00
models Fixed #15558 -- Improved QuerySet reference docs and cleaned up numerous reST/sphinx problems. 2011-03-08 19:51:19 +00:00
templates Fixed #15570 -- Corrected a flaw in the design of the silent flag on {% cycle %}. Thanks to Brian Neal for the report, and to Andrew and Jannis for the design consult. 2011-03-08 13:43:53 +00:00
authbackends.txt
class-based-views.txt
databases.txt
django-admin.txt
exceptions.txt
generic-views.txt Fixed #15614 -- Fixed potentially confusing URLconf examples in docs/ref/generic-views.txt by adding explicit import statement and using function passing instead of strings in the URLpattern 2011-03-15 17:07:16 +00:00
index.txt
middleware.txt
request-response.txt Fixed #15594 -- Corrected typo in the docs on HTTPOnly cookies. Thanks to philwills for the report. 2011-03-15 08:19:57 +00:00
settings.txt
signals.txt
template-response.txt
unicode.txt
utils.txt
validators.txt