redirect/change url without refresh #591
Replies: 2 comments 2 replies
-
Have you checked out https://www.django-unicorn.com/docs/redirecting/#locationupdate? Or does that not work for your use case? |
Beta Was this translation helpful? Give feedback.
-
Also, there are some other refactoring and feature requests: One of the best use cases for Unicorn is for forms, but I can't customize it the way Unicorn operates. I had to write the entire thing myself, and it would be great to have the option to save, validate, and retrieve the form with the possibility of overriding the functions. Additionally, getting the fields dynamically from the form_class would be helpful. Some other common use cases include pagination and filters. There could be many improvements in handling exceptions as well. Syntax or logic errors do not always raise meaningful errors, making it challenging to track down the problem. Thanks for your great work ! |
Beta Was this translation helpful? Give feedback.
-
It would be great if you could add
pushState
andreplaceState
to achieve changing the URL without refreshing the page.Beta Was this translation helpful? Give feedback.
All reactions