#31693: disabling migrations and postgresql extensions don't mix well
-------------------------------------+-------------------------------------
Reporter: Markus Bertheau | Owner: nobody
Type: | Status: new
Cleanup/optimization |
Component: Database layer | Version: master
(models, ORM) |
Severity: Normal | Resolution:
Keywords: | Triage Stage:
| Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Comment (by felixxm):
I'm not sure what you're proposing, TBH.
> Before that it was possible to disable migrations for all apps with
MIGRATION_MODULES, mapping every app to None.
It's still possible.
> Both don't mix, because when disabling migrations, the extension doesn't
get installed.
I don't see any issue in this, it's an expected behavior. We cannot treat
`CreateExtension()` operations differently.
--
Ticket URL: <https://code.djangoproject.com/ticket/31693#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/067.6be3dba6e454edd4b5fa0215bab3653a%40djangoproject.com.