Changes between Initial Version and Version 1 of Ticket #36330


Ignore:
Timestamp:
Apr 16, 2025, 4:31:15 PM (5 months ago)
Author:
Collin Anderson
Comment:

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  
    22
    33See also #30084: Setting `DATABASES['default']['TEST']['engine']` to SQLite does not cause Django to use an in-memory database as expected
     4
     5In 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:
     8https://docs.djangoproject.com/en/dev/ref/settings/#std-setting-DATABASE-TEST
Back to Top