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: Tim Graham <timograham@…>
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.

PR

Change History (1)

comment:1 by Tim Graham <timograham@…>, 6 years ago

Owner: set to Tim Graham <timograham@…>
Resolution: fixed
Status: newclosed

In 2f120ac5:

Fixed #29945 -- Moved contrib.postgres uninstallation logic to the app config.

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