summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJacob Walls <jacobtylerwalls@gmail.com>2020-08-02 16:20:30 -0400
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2020-08-05 06:37:04 +0200
commitc7e7f176c13b1070c689feb5255c07b524933e12 (patch)
tree728dc49c255663de977a284cfc2a76af4f3ad230 /docs
parent6c1923029748de4a0f443260751a93c1e0ea10fa (diff)
Fixed #26977 -- Made abstract models raise TypeError when instantiating.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/3.2.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/releases/3.2.txt b/docs/releases/3.2.txt
index d854c7e53f..d1e21b2868 100644
--- a/docs/releases/3.2.txt
+++ b/docs/releases/3.2.txt
@@ -435,6 +435,8 @@ Miscellaneous
in the :class:`~django.apps.AppConfig` subclass if you need to prevent this
behavior. See :ref:`whats-new-3.2` for more details.
+* Instantiating an abstract model now raises ``TypeError``.
+
.. _deprecated-features-3.2:
Features deprecated in 3.2