1
0
mirror of https://github.com/django/django.git synced 2025-11-07 07:15:35 +00:00

Refs #9602 -- Moved AlreadyRegistered/NotRegistered exceptions to django.contrib.admin.exceptions.

This commit is contained in:
Mariusz Felisiak
2023-07-07 13:22:06 +02:00
committed by GitHub
parent eed096574f
commit 2584783f46
10 changed files with 30 additions and 28 deletions

View File

@@ -487,6 +487,9 @@ Miscellaneous
* The minimum supported version of ``selenium`` is increased from 3.8.0 to
4.8.0.
* The ``AlreadyRegistered`` and ``NotRegistered`` exceptions are moved from
``django.contrib.admin.sites`` to ``django.contrib.admin.exceptions``.
.. _deprecated-features-5.0:
Features deprecated in 5.0