mirror of
https://github.com/django/django.git
synced 2025-01-27 02:29:55 +00:00
Removed extra backquote in field docs
This commit is contained in:
parent
b041850853
commit
fcc21837dc
@ -959,7 +959,7 @@ 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. Values from ``-32768`` to ``32767``` are safe in all
|
||||
(database-dependent) point. Values from ``-32768`` to ``32767`` are safe in all
|
||||
databases supported by Django.
|
||||
|
||||
``TextField``
|
||||
|
Loading…
x
Reference in New Issue
Block a user