From 2b5c5e54de6545c6cf3cc97996b37618cbae87bd Mon Sep 17 00:00:00 2001 From: Mariusz Felisiak Date: Wed, 17 May 2023 12:13:10 +0200 Subject: [4.2.x] Updated broken links in docs. Backport of 93830abf7694e0f281931f10eeaa34993855e7dd from main --- docs/ref/models/fields.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/models') diff --git a/docs/ref/models/fields.txt b/docs/ref/models/fields.txt index 7374ea6b63..139b338460 100644 --- a/docs/ref/models/fields.txt +++ b/docs/ref/models/fields.txt @@ -279,7 +279,7 @@ Django provides an ``IntegerChoices`` class. For example:: suit = models.IntegerField(choices=Suit.choices) It is also possible to make use of the `Enum Functional API -`_ with the caveat +`_ with the caveat that labels are automatically generated as highlighted above: .. code-block:: pycon -- cgit v1.3