mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Made it possible to change an application's label in its configuration.
Fixed #21683.
This commit is contained in:
@@ -79,6 +79,9 @@ Improvements thus far include:
|
||||
* It is possible to omit ``models.py`` entirely if an application doesn't
|
||||
have any models.
|
||||
|
||||
* Applications can be relabeled with the :attr:`~django.apps.AppConfig.label`
|
||||
attribute of application configurations, to work around label conflicts.
|
||||
|
||||
* The name of applications can be customized in the admin with the
|
||||
:attr:`~django.apps.AppConfig.verbose_name` of application configurations.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user