Added missing `versionadded` for `FormMixin.prefix`.

This commit is contained in:
Simon Charette 2013-06-22 16:49:24 -04:00
parent 864613c7e0
commit ecf63d5d89
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ FormMixin
.. attribute:: prefix
.. versionadded:: 1.6
Sets the :attr:`~django.forms.Form.prefix` for the generated form.
.. method:: get_initial()