From 2a7ce34600d0f879e93c9a5e02215948ed3bb6ac Mon Sep 17 00:00:00 2001 From: Alexander Sosnovskiy Date: Thu, 2 Jul 2015 11:43:15 +0300 Subject: Fixed #14286 -- Added models.BigAutoField. --- docs/topics/forms/modelforms.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/modelforms.txt b/docs/topics/forms/modelforms.txt index 42594e7002..46a1cbe774 100644 --- a/docs/topics/forms/modelforms.txt +++ b/docs/topics/forms/modelforms.txt @@ -56,6 +56,8 @@ Model field Form field =================================== ================================================== :class:`AutoField` Not represented in the form +:class:`BigAutoField` Not represented in the form + :class:`BigIntegerField` :class:`~django.forms.IntegerField` with ``min_value`` set to -9223372036854775808 and ``max_value`` set to 9223372036854775807. -- cgit v1.3