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:55:12 +0200 |
| commit | 0098f26fdd0a56d6613585de9eec2f34499c3287 (patch) | |
| tree | 83e5ff04d82665be1cc4c8b9fc54c600cb0201d2 | |
| parent | 525c7e2afee97a64981884bace79e9ce6bb822b1 (diff) | |
[3.0.x] Refs #30350 -- Doc'd support for range serialization in migrations.
Backport of bc46e386c7aa496642d3ffc9e4f56ae5a46417a7 from master
| -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 d7fa7fdd8a..adbe1d72ea 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 |
