Refs #23919 -- Removed docs references to long integers.

This commit is contained in:
Tim Graham 2017-01-19 13:19:26 -05:00 committed by GitHub
parent 9e917cc291
commit 9d27478958
5 changed files with 4 additions and 12 deletions

View file

@ -653,7 +653,7 @@ for basic values, and doesn't specify import paths).
Django can serialize the following:
- ``int``, ``long``, ``float``, ``bool``, ``str``, ``unicode``, ``bytes``, ``None``
- ``int``, ``float``, ``bool``, ``str``, ``unicode``, ``bytes``, ``None``
- ``list``, ``set``, ``tuple``, ``dict``
- ``datetime.date``, ``datetime.time``, and ``datetime.datetime`` instances
(include those that are timezone-aware)