Loading docs/ref/models/fields.txt +4 −2 Original line number Diff line number Diff line Loading @@ -867,7 +867,8 @@ The value ``0`` is accepted for backward compatibility reasons. .. class:: PositiveSmallIntegerField([**options]) Like a :class:`PositiveIntegerField`, but only allows values under a certain (database-dependent) point. (database-dependent) point. Values up to 32767 are safe in all databases supported by Django. ``SlugField`` ------------- Loading Loading @@ -895,7 +896,8 @@ of some other value. You can do this automatically in the admin using .. class:: SmallIntegerField([**options]) Like an :class:`IntegerField`, but only allows values under a certain (database-dependent) point. (database-dependent) point. Values from -32768 to 32767 are safe in all databases supported by Django. ``TextField`` ------------- Loading Loading
docs/ref/models/fields.txt +4 −2 Original line number Diff line number Diff line Loading @@ -867,7 +867,8 @@ The value ``0`` is accepted for backward compatibility reasons. .. class:: PositiveSmallIntegerField([**options]) Like a :class:`PositiveIntegerField`, but only allows values under a certain (database-dependent) point. (database-dependent) point. Values up to 32767 are safe in all databases supported by Django. ``SlugField`` ------------- Loading Loading @@ -895,7 +896,8 @@ of some other value. You can do this automatically in the admin using .. class:: SmallIntegerField([**options]) Like an :class:`IntegerField`, but only allows values under a certain (database-dependent) point. (database-dependent) point. Values from -32768 to 32767 are safe in all databases supported by Django. ``TextField`` ------------- Loading