Answer the question
In order to leave comments, you need to log in
How to do filtering in django with remembering previous filters?
I'm doing a multiple table search, I need the previous filtering values to be applied too. I decided to save the previous filter in a string and take it from there during the next filtering. The fact is that this approach requires the use of frequent conversions from string to json and vice versa, which is not very encouraging, and such a search can be broken quite easily. Advise some solutions to this problem, maybe a ready-made library, or maybe some documentation on this issue. Any help is helpful!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question