module documentation

Undocumented

Class PostgresConfig Undocumented
Function uninstall_if_needed Undo the effects of PostgresConfig.ready() when django.contrib.postgres is "uninstalled" by override_settings().
Constant RANGE_TYPES Undocumented
def uninstall_if_needed(setting, value, enter, **kwargs): (source)

Undo the effects of PostgresConfig.ready() when django.contrib.postgres is "uninstalled" by override_settings().

RANGE_TYPES = (source)

Undocumented

Value
(DateRange, DateTimeRange, DateTimeTZRange, NumericRange)