Opened 10 years ago

Closed 10 years ago

#21822 closed New feature (invalid)

Promote the use of the app config classes for contrib apps

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

Description

#21675 gave all contrib apps an app config class.

#21712 made 'django.contrib.admin.apps.AdminConfig' the default in INSTALLED_APPS.

We should probably to the same with all other contrib apps.

This is mostly a documentation patch, plus a small update of the default project template.

Change History (3)

comment:1 by Aymeric Augustin, 10 years ago

#21829 will allow us to revert the change from #21712 make this purely a pedagogical decision.

comment:2 by Aymeric Augustin, 10 years ago

In fact this ticket has lost its purpose since #21829 was fixed.

Even if we change our stance on explicit use of app configs, that almost-empty ticket doesn't help.

comment:3 by Aymeric Augustin, 10 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.
Back to Top