diff options
| author | Hasan Ramezani <hasan.r67@gmail.com> | 2019-11-21 10:54:05 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2019-11-21 10:54:05 +0100 |
| commit | f69b32782e21642c6184162d888fcc17dd1dd85e (patch) | |
| tree | 267bc08845c04c694bb68dc658dd9b10e27a4638 /docs/releases/2.2.txt | |
| parent | 5032556483f16b0b5f182e393eb5c6548fc505be (diff) | |
Fixed #30625 -- Doc'd cache.get()/delete() behavior change in Django 2.2.
Diffstat (limited to 'docs/releases/2.2.txt')
| -rw-r--r-- | docs/releases/2.2.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/2.2.txt b/docs/releases/2.2.txt index 36d2724abb..7c989b0154 100644 --- a/docs/releases/2.2.txt +++ b/docs/releases/2.2.txt @@ -471,6 +471,9 @@ Miscellaneous with several third-party apps that had models in tests without migrations. You must add migrations for such models. +* Providing an integer in the ``key`` argument of the :meth:`.cache.delete` or + :meth:`.cache.get` now raises :exc:`ValueError`. + .. _deprecated-features-2.2: Features deprecated in 2.2 |
