django-formset
django-formset copied to clipboard
The missing widgets and form manipulation library for Django
Since the last few days, the interactive documentation has been unreachable.
Can't use "title" name of fields in my model if I want to open it in dialogmodelform. title = "add/edit" induce_open = '..create_dish.edit_cat:active || ..create_dish.add_cat:active' induce_close = '.change:active || .cancel:active'...
It appears that this was not updated to reflect the correct location of the JS module. Or perhaps integrating django-formset with the admin site is no longer supported, in which...
For some reason, the `df-show` attr on an `Activator` field doesn't work for me. The `hidden` attribute is always added. For other field types, `df-show` works fine. In the code...
# TL;DR: - https://github.com/jrief/django-formset/issues/162#issuecomment-2323415707 - https://github.com/jrief/django-formset/issues/162#issuecomment-2334947241 --------------------------------------------------------------------------------------------------------------------------------------- # Skip this (already identified as not the root cause) Hi, Finally figured out the issue as to why Selectize filter-by functionality does...
Hi, I am trying to use the form collections for a set of nested models and filter the queryset for relevant form widgets in the context of the correct "parent"...
Maybe there is a way to do this? Sometimes, it's annoying to see errors on each field when it loses focus.
In PR: https://github.com/jrief/django-formset/pull/94/files the generation of client error messages broke and no longer reflects the behaviour of django form fields where the Field error_messages dict overrides those set on validators....
Issue fixed in requirements.txt and removed unwanted requirements
Real-world example: I want to reuse Django's built-in views for login, password reset, etc., instead of defining custom views. To achieve the same styling - using Bootstrap, for example -...