summaryrefslogtreecommitdiff
path: root/docs/ref/forms/models.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ref/forms/models.txt')
-rw-r--r--docs/ref/forms/models.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/ref/forms/models.txt b/docs/ref/forms/models.txt
index bdf6ba1d89..18ada3c776 100644
--- a/docs/ref/forms/models.txt
+++ b/docs/ref/forms/models.txt
@@ -46,11 +46,6 @@ Model Form API reference. For introductory material about model forms, see the
information. Omitting any definition of the fields to use will result in
an :exc:`~django.core.exceptions.ImproperlyConfigured` exception.
- .. versionchanged:: 1.8
-
- Previously, omitting the list of fields was allowed and resulted in
- a form with all fields of the model.
-
.. versionadded:: 1.9
The ``field_classes`` keyword argument was added.