Replies: 1 comment
-
I "fixed" this by adding this to my html file:
and this to my view:
I think it would still be nice if django-filter supported something like this in an easier way. Im not really sure still how it should behave though |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Originally discussed here https://groups.google.com/g/django-filter/c/loK3NN8mcqQ but Carlton mentioned we should move it here and said it would probably be a good addition to django-filter.We should try and plan out what this would look like. I am fairly new to Django but will start to look at the code here and see if there is anything I can figure out but if anyone has any experiences with doing something along these lines I think more feedback could be great in planning this out.
This is also related to the Stack overflow question here https://stackoverflow.com/questions/50265801/how-to-preserve-the-existing-query-string-when-submitting-a-form-in-django
Beta Was this translation helpful? Give feedback.
All reactions