-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No submit button with Django-filters + Crispy forms #3636
Comments
@nanuxbe thanks for the report. Do you have some sample project we could test against ? If not I'll set one up. |
@xordoquy this is highly pre-alpha but I just pushed https://bitbucket.org/levit_scs/djember_back, this is the project the screenshot is taken from. It is tested under python 3.5 (which I didn't mention in the initial report) To reproduce:
The only api implementing filters so far is available at http://localhost:8000/api/v1/postalcodes/ |
@nanuxbe thanks a lot, will look at this today |
@nanuxbe So the problem here is that @tomchristie @xordoquy should people inherit instead from |
The Crispy Forms But the selected template assumes that a |
When using DjangoFilterBackend (might happen with other backends too but I didn't get a chance to test it) and crispy forms is installed, filter forms have no
Submit
button.See attached screenshot:
The text was updated successfully, but these errors were encountered: