mirror of
https://github.com/django/django.git
synced 2025-11-07 07:15:35 +00:00
Fixed #23433 -- Deprecated django-admin.py entry point in favor of django-admin.
Unify on the entry point created by setuptools entry_points feature.
This commit is contained in:
committed by
Mariusz Felisiak
parent
8eb0f73eed
commit
5708327c37
@@ -384,6 +384,9 @@ Miscellaneous
|
||||
:class:`~django.core.exceptions.FieldDoesNotExist` and
|
||||
:class:`~django.core.exceptions.FieldError`.
|
||||
|
||||
* The ``django-admin.py`` entry point is deprecated in favor of
|
||||
``django-admin``.
|
||||
|
||||
.. _removed-features-3.1:
|
||||
|
||||
Features removed in 3.1
|
||||
|
||||
Reference in New Issue
Block a user