Commit fcc21837 authored by Claude Paroz's avatar Claude Paroz
Browse files

Removed extra backquote in field docs

parent b0418508
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``