From 709b720be9ee0abca7c4dbccb91dadb50da5725b Mon Sep 17 00:00:00 2001 From: Philip Sargent Date: Fri, 10 Feb 2023 00:05:04 +0000 Subject: Update URLs to django documn version --- core/forms.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/forms.py') diff --git a/core/forms.py b/core/forms.py index b20354f..b0b84c6 100644 --- a/core/forms.py +++ b/core/forms.py @@ -160,7 +160,7 @@ class EntranceForm(ModelForm): # This next line is called from the templates/edit_cave2.html template. # This is sufficient to create an entire entry for for the cave fields automatically # http://localhost:8000/cave/new/ -# using django built-in Deep Magic. https://docs.djangoproject.com/en/3.2/topics/forms/modelforms/ +# using django built-in Deep Magic. https://docs.djangoproject.com/en/dev/topics/forms/modelforms/ # for forms which map directly onto a Django Model CaveAndEntranceFormSet = modelformset_factory(CaveAndEntrance, exclude=("cave",)) -- cgit v1.2.3