jrief / django-formset

The missing widgets and form manipulation library for Django
https://django-formset.fly.dev/
MIT License
317 stars 30 forks source link

Update docs for related model collections #145

Open SamuelJennings opened 2 months ago

SamuelJennings commented 2 months ago

Improved documentation regarding FormCollections with many-to-one relationships as per #110.

Please let me know if it is clear enough or if you want me to change anything.

jrief commented 2 months ago

Thanks. I will merge this in 1.5.1. When redefining the models, I first have to migrate the models on the documentation site.

tuky commented 2 months ago

Great findings and thx for the documentation. Maybe you could add a code comment to lines 226 and 245 a la # attribute name has to match the related_name (see note below)? that would make the reference even more clear.

SamuelJennings commented 2 months ago

Updated with additional code comments.

tolland commented 2 days ago

yes. Hit same problem