django-bootstrap-modal-forms
django-bootstrap-modal-forms copied to clipboard
A Django plugin for creating AJAX driven forms in Bootstrap modal.
```python // modal form function createProjectAsyncModalForm() { $("#create-project-async").modalForm({ formURL: "{% url 'bug-management:project-create' %}", modalID: "#create-modal", asyncUpdate: true, asyncSettings: { closeOnSubmit: true, successMessage: asyncSuccessMessageCreate, dataUrl: "/bug_management/projects", dataElementId: "#projects-table", dataKey: "table", addModalFormFunction:...
Really unsure if this is the correct place for this, but Im running into a peculiar issue with this package. After setting everything up, I can open and submit the...
Hello. Could you add the ability to enable closing the popup after submission without additional prompting or updating the information? In my case I don't need to update anything, but...
I'm having an issue with the asynchronous ajax updates. I have a table that is rendered using datatables.js, and I want to have an ajax create button that adds new...
Hello team. I could create the Modal but when I click on submit button, shows some content that I didn't expect  And...
Bumps [django](https://github.com/django/django) from 2.2.24 to 2.2.28. Commits 5c33000 [2.2.x] Bumped version for 2.2.28 release. 29a6c98 [2.2.x] Fixed CVE-2022-28347 -- Protected QuerySet.explain(**options) against... 2c09e68 [2.2.x] Fixed CVE-2022-28346 -- Protected QuerySet.annotate(), aggregate(),...
Object will be deleted, but the redirection to the views success_url doesn't work. Instead you get a warning ``` python3.10/site-packages/django/views/generic/base.py:62: DeleteViewCustomDeleteWarning: DeleteView uses FormMixin to handle POST requests. As a...
Hello everyone, I stumbled upon this project a few weeks ago and was happy to find something that seems very useful for fast and easy modal development. BTW: It is,...
First: The whole package works great with bootstrap5 as well. Thanks for this module! Anyways, I discovered a minor issue: The close buttons do not work properly with bootstrap5 if...