diff options
| author | Tim Graham <timograham@gmail.com> | 2017-01-19 13:19:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-19 13:19:26 -0500 |
| commit | 9d27478958b50f2f689a103e39bf998fe7486675 (patch) | |
| tree | e59523137fa852430f4c80ef765f43b1f2d109a3 /docs/topics | |
| parent | 9e917cc29181ad32abc21488ee70e739ce805f3a (diff) | |
Refs #23919 -- Removed docs references to long integers.
Diffstat (limited to 'docs/topics')
| -rw-r--r-- | docs/topics/migrations.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/topics/migrations.txt b/docs/topics/migrations.txt index 3910d31321..5b872cb584 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -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) |
