django/docs/ref
Claude Paroz bf9975b0eb Fixed #20606 -- Fixed 'for' example in template tag docs
Thanks batisteo for the report.
2013-06-15 12:02:25 +02:00
..
class-based-views Merge pull request #1271 from batisteo/ticket-20565 2013-06-14 07:40:00 -07:00
contrib Added release notes for auth views being reversed by name, not by path. 2013-06-13 16:08:56 -04:00
files
forms Fixed #20000 -- Allowed ModelForm meta overrides for label, help_text and error_messages 2013-06-13 15:06:25 -04:00
models Fixed #16856 - Added a way to clear select_related. 2013-05-30 11:06:05 -04:00
templates Fixed #20606 -- Fixed 'for' example in template tag docs 2013-06-15 12:02:25 +02:00
clickjacking.txt
databases.txt
django-admin.txt Added missing docs for the checksetup command. 2013-06-14 16:02:45 -07:00
exceptions.txt
index.txt
middleware.txt
request-response.txt
settings.txt Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS 2013-06-09 15:05:15 -04:00
signals.txt Warned that `request_finished` isn't sent by some buggy setups. 2013-06-12 20:52:08 +02:00
template-response.txt
unicode.txt
urlresolvers.txt
urls.txt
utils.txt
validators.txt
views.txt