diff options
| author | Alokik Vijay <alokik.roe@gmail.com> | 2022-05-17 09:46:26 +0200 |
|---|---|---|
| committer | Carlton Gibson <carlton@noumenal.es> | 2022-05-17 10:50:09 +0200 |
| commit | 7f3cfaa12b28d15c0ca78bb692bfd6e59d17bff1 (patch) | |
| tree | b9da3508b15e3bbbb42332f282ce8e0075f5d7e0 /docs/releases | |
| parent | 2a5d2eefc751be012fdebd75d8177c42bf5a76fc (diff) | |
Fixed #32565 -- Moved internal URLResolver view-strings mapping to admindocs.
Moved the functionality of URLResolver._is_callback(),
URLResolver._callback_strs, URLPattern.lookup_str() to
django.contrib.admindocs.
Diffstat (limited to 'docs/releases')
| -rw-r--r-- | docs/releases/4.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/releases/4.1.txt b/docs/releases/4.1.txt index bd8af7d51c..600da9dea9 100644 --- a/docs/releases/4.1.txt +++ b/docs/releases/4.1.txt @@ -594,6 +594,10 @@ Miscellaneous :meth:`~django.db.models.BaseConstraint.validate` method to allow those constraints to be used for validation. +* The undocumented ``URLResolver._is_callback()``, + ``URLResolver._callback_strs``, and ``URLPattern.lookup_str()`` have been + moved to ``django.contrib.admindocs.utils``. + .. _deprecated-features-4.1: Features deprecated in 4.1 |
