mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fixed #30661 -- Added models.SmallAutoField.
This commit is contained in:
parent
955b382600
commit
194d1dfc18
28 changed files with 177 additions and 26 deletions
|
@ -110,6 +110,8 @@ Model field Form field
|
|||
|
||||
:class:`SlugField` :class:`~django.forms.SlugField`
|
||||
|
||||
:class:`SmallAutoField` Not represented in the form
|
||||
|
||||
:class:`SmallIntegerField` :class:`~django.forms.IntegerField`
|
||||
|
||||
:class:`TextField` :class:`~django.forms.CharField` with
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue