1
0
mirror of https://github.com/django/django.git synced 2025-10-24 06:06:09 +00:00

Proofed the 1.6 release notes

This commit is contained in:
Tim Graham
2013-06-05 12:55:50 -04:00
parent b00c6371af
commit bb863faecd
8 changed files with 81 additions and 67 deletions

View File

@@ -125,7 +125,7 @@ ModelFormMixin
This is a required attribute if you are generating the form class
automatically (e.g. using ``model``). Omitting this attribute will
result in all fields being used, but this behaviour is deprecated
result in all fields being used, but this behavior is deprecated
and will be removed in Django 1.8.
.. attribute:: success_url