forked from expo/troggle
Update URLs to django documn version
This commit is contained in:
@@ -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",))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user