-
Hi there,
Thank you for this awesome library :heart:
As far as I understand, the commonly accepted way to use crispy-forms with django-filter is to override the `form` property like so:
```py…
-
Unable to access certain admin sections with bound forms. Below error shows up when access User page from Django admin.
Request Method: | GET
-- | --
http://10.10.134.239:9005/admin/auth/user/
3…
-
The `BaseContactForm` in `contact/forms.py` has a custom `clean_body()` method that checks the message against the anti-spam service akismet. The docstring on that method seems to indicate that this m…
-
### Proposed Changes
Per our [developer documentation](https://nautobot.readthedocs.io/en/stable/development/getting-started/#running-tests):
> New unit tests must always inherit from nautobot.u…
-
Due to https://github.com/maraujop/django-crispy-forms/issues/526
We cannot upgrade this package and start using bootstrap 4
-
Certain sets of users, e.g certain groups of the Tanzanian Law Society like National Prosecutors Service, want to host collections of documents that should not be viewable by the general public. Here …
-
i am using django-floppyforms in my project
but it can't get preview image in template
i folow example from
http://django-floppyforms.readthedocs.org/en/latest/examples.html#an-image-clearable-input-…
-
```
What steps will reproduce the problem?
We have an application "guestbook". Now we have a small problem with rendering
forms. In the template file we have a code with this part
{{ form }}
this is …
-
This project is really nice. I found it while using
https://github.com/unfoldadmin/django-unfold and saying "this is great but I wish it had daisy UI support" and looking for an alternative I foun…
-
Type: Bug
Hello Pylance crew! I know "[Wildcard imports ... should be avoided](https://peps.python.org/pep-0008/#imports)" but we use them in some selected places for constants and common stuff.
…