django/docs/ref
Russell Keith-Magee 806f3b26f8 Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-08-07 14:57:24 +00:00
..
contrib Fixed #11047 -- Clarified the explanation of arguments to GenericForeignKey. Thanks to psmith and timo for their work on the patch. 2010-08-07 14:56:59 +00:00
files
forms Fixed #13316 -- Modified the default behavior of PasswordInput to prevent reflecting passwords on form failure. Thanks to clouserw for the report. 2010-08-06 14:25:58 +00:00
models Fixed #11800 -- Updated Sphinx metadata in queryset docs. Thanks to timo for the patch. 2010-08-07 14:26:07 +00:00
templates Fixed #11021 -- Clarified newline stripping behavior in the truncatewords and truncatewords_html filters. Thanks to Ben Spaulding for the report and patch. 2010-08-07 14:57:24 +00:00
authbackends.txt
databases.txt
django-admin.txt Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata. 2010-08-07 06:58:14 +00:00
exceptions.txt
generic-views.txt
index.txt
middleware.txt
request-response.txt Fixed #13687 -- Corrected request/response docs that mistakenly suggested __getitem__ and __delitem__ were case sensitive. Thanks to master for the report. 2010-08-07 02:43:56 +00:00
settings.txt Fixed #13727 -- Corrected alphabetical sorting in settings docs. Thanks to adamv. 2010-08-07 02:43:14 +00:00
signals.txt Fixed #13552 -- Added a 'using' parameter to database signals. Thanks to gmandx for the suggestion, and Andrew Godwin for the patch. 2010-08-07 06:27:52 +00:00
unicode.txt
utils.txt
validators.txt Added missing module directive for validators documentation. 2010-07-05 16:51:29 +00:00