Django 1.9 isn't out until later this year but I thought I'd create some issues for the deprecation warnings I've seen after upgrading to Django 1.8.
Invalid SQL CREATE TABLE syntax is generated when using db_tablespace option with PostgresPartitionedModel. For example, tbe following model creates incorrect SQL ...
Additionally, support is offered for composite primary keys, and a new django.db.models.CompositePrimaryKey allows the creation of tables with a primary key consisting of multiple fields. The Django ...