Skip to content

Commit

Permalink
[2.2.x] Fixed #30625 -- Doc'd cache.get()/delete() behavior change in…
Browse files Browse the repository at this point in the history
… Django 2.2.

Backport of f69b327 from master
  • Loading branch information
hramezani authored and felixxm committed Nov 21, 2019
1 parent 9c0fed5 commit 8a8ea93
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/releases/2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a8ea93

Please sign in to comment.