diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-24 12:58:04 +0200 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-09-24 13:56:06 +0200 |
| commit | acc0d99e6c1388199ca2275b179051e5a89cdc25 (patch) | |
| tree | 937ee49cd49f5e597d768a457fc8995b49f986b7 /docs | |
| parent | f314cebe82902f2afcf4b2ae6f3ea069e6bfd19a (diff) | |
[2.2.x] Refs #30350 -- Doc'd support for range serialization in migrations.
Backport of bc46e386c7aa496642d3ffc9e4f56ae5a46417a7 from master
Diffstat (limited to 'docs')
| -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 f518341310..d71816d9a3 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -672,7 +672,7 @@ for basic values, and doesn't specify import paths). Django can serialize the following: - ``int``, ``float``, ``bool``, ``str``, ``bytes``, ``None``, ``NoneType`` -- ``list``, ``set``, ``tuple``, ``dict`` +- ``list``, ``set``, ``tuple``, ``dict``, ``range``. - ``datetime.date``, ``datetime.time``, and ``datetime.datetime`` instances (include those that are timezone-aware) - ``decimal.Decimal`` instances |
