Changes between Initial Version and Version 1 of Ticket #36330
- Timestamp:
- Apr 16, 2025, 4:31:15 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36330
- Property Summary Allow specifying DATABASES["default"]["TEST"]["ENGINE"] → Allow specifying DATABASES["default"]["TEST"]["ENGINE"] and ["TEST"]["OPTIONS"]
-
Ticket #36330 – Description
initial v1 2 2 3 3 See also #30084: Setting `DATABASES['default']['TEST']['engine']` to SQLite does not cause Django to use an in-memory database as expected 4 5 In my case I'd also need to set `DATABASES["default"]["TEST"]["OPTIONS"] = {}` because I don't want to pass those options to sqlite. 6 7 `ENGINE` and `OPTIONS` aren't options here: 8 https://docs.djangoproject.com/en/dev/ref/settings/#std-setting-DATABASE-TEST