Opened 6 years ago
Closed 6 years ago
#29945 closed Cleanup/optimization (fixed)
Move contrib.postgres uninstallation logic to the app config
Reported by: | Simon Charette | Owned by: | |
---|---|---|---|
Component: | contrib.postgres | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The idea is that when django.contrib.postgres
is removed from INSTALLED_APPS
by something like @modify_settings
, then the type handlers and lookups that contrib.postgres
registers can be unregistered.
Discussed at https://github.com/django/django/pull/9291#issuecomment-344451163.
Change History (1)
comment:1 by , 6 years ago
Owner: | set to |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In 2f120ac5: