Allow database backends to specify their default tablespace.

Review Request #12042 — Created Feb. 4, 2022 and submitted

chipx86
Django Evolution
release-2.x
django-evolution

Django 3.2+'s Index support allows a tablespace to be set for
databases that support it. In preparation, this change introduces a
default_tablespace argument on the database evolver backend, and a
testing function for querying it, which can be used during test runs.

Unit tests pass for all supported versions of Django and for all
databases. This isn't used yet, though.

Summary
Allow database backends to specify their default tablespace.
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-2.x (a16ca70)
Loading...