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:53:59 +0200 |
| commit | bc46e386c7aa496642d3ffc9e4f56ae5a46417a7 (patch) | |
| tree | 465c87242c1568c3c6aa6f7a25f78c208791f9b8 | |
| parent | 3f141719a198983a41840e3c2ea542f87c92e4c1 (diff) | |
Refs #30350 -- Doc'd support for range serialization in migrations.
| -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 66ad646f44..78d27870ce 100644 --- a/docs/topics/migrations.txt +++ b/docs/topics/migrations.txt @@ -669,7 +669,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 |
