Refs #30388 -- Added release note for 0f22671ecb.

This commit is contained in:
Mariusz Felisiak 2019-04-25 15:45:00 +02:00
parent 8d76443aba
commit 85676979a4
No known key found for this signature in database
GPG Key ID: 2EF56372BA48CD1B
1 changed files with 3 additions and 0 deletions

View File

@ -177,6 +177,9 @@ Management Commands
* On PostgreSQL, :djadmin:`dbshell` now supports client-side TLS certificates.
* :djadmin:`inspectdb` now introspects :class:`~django.db.models.OneToOneField`
when a foreign key has a unique or primary key constraint.
Migrations
~~~~~~~~~~