summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.0.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index 2ee02206a1..1a3fdbabe4 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -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
~~~~~~~~~~