Browse Source

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

Simon Charette 11 years ago
parent
commit
ecf63d5d89
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/ref/class-based-views/mixins-editing.txt

+ 2 - 0
docs/ref/class-based-views/mixins-editing.txt

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