diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-09 20:31:27 +0100 |
|---|---|---|
| committer | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2021-01-14 17:50:04 +0100 |
| commit | 90c59b4e12e6ff41407694a460f5f30c4688dbfd (patch) | |
| tree | 7bf06c10582702d59253e5ac26b7d603b7bce594 /docs | |
| parent | 68e3ca13d771a8f08a8d1c272308cd44b4dcfa76 (diff) | |
Refs #23433 -- Removed django-admin.py entry point per deprecation timeline.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/releases/4.0.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/4.0.txt b/docs/releases/4.0.txt index 2231bd5e2d..f5fb3e06e8 100644 --- a/docs/releases/4.0.txt +++ b/docs/releases/4.0.txt @@ -273,3 +273,5 @@ to remove usage of these features. right-hand side. * The ``django.db.models.query_utils.InvalidQuery`` exception class is removed. + +* The ``django-admin.py`` entry point is removed. |
