Opened 10 years ago

Closed 10 years ago

#21683 closed New feature (fixed)

Make it possible to change an app's label in AppConfig

Reported by: Aymeric Augustin Owned by: nobody
Component: Core (Other) Version: dev
Severity: Normal Keywords: app-loading
Cc: mmitar@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This ticket is a subset of #3591 which can be dealt with independently.

This change requires:

  • rewiring all parts of Django that use the label to look it up in the app config (see also #21682)
  • documenting the change and how it can be used to work around name clashes (see also #21679)

Change History (5)

comment:1 by Aymeric Augustin, 10 years ago

Keywords: app-loading added

comment:2 by Mitar, 10 years ago

Cc: mmitar@… added

comment:3 by Aymeric Augustin, 10 years ago

Triage Stage: UnreviewedAccepted

comment:5 by Aymeric Augustin <aymeric.augustin@…>, 10 years ago

Resolution: fixed
Status: newclosed

In c40209dcc09f19524fb85251f39a4051491bbec0:

Made it possible to change an application's label in its configuration.

Fixed #21683.

Note: See TracTickets for help on using tickets.
Back to Top