summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-06-07 07:13:12 -0700
committerTim Graham <timograham@gmail.com>2017-06-08 09:36:12 -0400
commit0c3c37a376bac149fe7e7e4b2696f8fb7990e2ab (patch)
tree6a054bc7368c3a4b608a08f9f28dcba195b85a5b /docs
parent085c2f94ec0155417601a9750ad60bb93536e166 (diff)
Fixed #28282 -- Fixed class-based indexes name for models that only inherit Model.
Diffstat (limited to 'docs')
-rw-r--r--docs/releases/1.11.3.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/releases/1.11.3.txt b/docs/releases/1.11.3.txt
index 7085b02669..de6def5aa1 100644
--- a/docs/releases/1.11.3.txt
+++ b/docs/releases/1.11.3.txt
@@ -23,3 +23,6 @@ Bugfixes
(:ticket:`28202`).
* Fixed invalid HTML for a required ``AdminFileWidget`` (:ticket:`28278`).
+
+* Fixed model initialization to set the name of class-based model indexes
+ for models that only inherit ``models.Model`` (:ticket:`28282`).