summaryrefslogtreecommitdiff
path: root/docs/releases/3.0.txt
diff options
context:
space:
mode:
authorNick Pope <nick.pope@flightdataservices.com>2019-09-13 14:37:41 +0100
committerMariusz Felisiak <felisiak.mariusz@gmail.com>2019-09-13 15:37:40 +0200
commit1c66767d4e472fea27798812817b8a47c6ae22b3 (patch)
tree86a15c6eba2c599870f57b486512aefbf9e203e3 /docs/releases/3.0.txt
parentea25bdc2b94466bb1563000bf81628dea4d80612 (diff)
downloaddjango-1c66767d4e472fea27798812817b8a47c6ae22b3.tar.gz
Refs #27910 -- Improved documentation for model field choice enumeration types.
Diffstat (limited to 'docs/releases/3.0.txt')
-rw-r--r--docs/releases/3.0.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/releases/3.0.txt b/docs/releases/3.0.txt
index fbb905673d..fdba11f879 100644
--- a/docs/releases/3.0.txt
+++ b/docs/releases/3.0.txt
@@ -90,7 +90,7 @@ and ``IntegerChoices`` types are provided for text and integer fields. The
``Choices`` class allows defining a compatible enumeration for other concrete
data types. These custom enumeration types support human-readable labels that
can be translated and accessed via a property on the enumeration or its
-members. See :ref:`Field.choices documentation <field-choices>` for more
+members. See :ref:`Enumeration types <field-choices-enum-types>` for more
details and examples.
Minor features