1
0
mirror of https://github.com/django/django.git synced 2025-01-11 19:06:26 +00:00
django/docs/ref
2009-07-15 13:56:50 +00:00
..
contrib Fixed #11348 -- Trimmed the width of a screenshot image in the admin docs. Thanks to smcoll for the new image. 2009-07-15 13:55:50 +00:00
files
forms Fixed #11374 -- Modified the documentation for forms.BooleanField to allow for the fact that it can be rendered using widgets other than a checkbox. Thanks to lygaret for the patch. 2009-07-15 13:54:11 +00:00
models Fixed #11235 -- Added a missing clause from some sample SQL in the queryset docs. 2009-07-15 13:56:50 +00:00
templates Fixed #11413 -- Added notes on the cycle and firstof tag detailing that variables output by those tags will not be escaped by default. Thanks to krystal for the report and draft patch. 2009-07-03 05:41:36 +00:00
authbackends.txt
databases.txt Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vorushin for the report. 2009-07-03 07:15: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
index.txt
middleware.txt
request-response.txt
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
unicode.txt