diff options
| author | Tim Graham <timograham@gmail.com> | 2017-07-14 10:07:18 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2017-07-14 12:06:06 -0400 |
| commit | 2e9ada15510e5729c331d7383fc9827e9082a8a9 (patch) | |
| tree | 0099af2c8e317ffd6c321a78944b57130a08c004 /docs/releases/2.0.txt | |
| parent | fc2dee6908dee70c98453b109180831baac4d9da (diff) | |
Fixed #28397 -- Removed django.core.exceptions.DjangoRuntimeWarning.
Diffstat (limited to 'docs/releases/2.0.txt')
| -rw-r--r-- | docs/releases/2.0.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/2.0.txt b/docs/releases/2.0.txt index 03f700163c..8b41076aa7 100644 --- a/docs/releases/2.0.txt +++ b/docs/releases/2.0.txt @@ -547,6 +547,10 @@ Miscellaneous <automatic-spatial-transformations>` now raises ``NotImplementedError`` on MySQL instead of silently using non-transformed geometries. +* ``django.core.exceptions.DjangoRuntimeWarning`` is removed. It was only used + in the cache backend as an intermediate class in ``CacheKeyWarning``'s + inheritance of ``RuntimeWarning``. + .. _deprecated-features-2.0: Features deprecated in 2.0 |
