Open jonathan-s opened 4 years ago
A note on the usage of flash messages in reflexes. They do not work, and cannot work. If you want to use flash messages, create an intermediary view that redirects to the right view. The intermediary view will add the flash message and redirect to the correct view.
While revamping the documentation for django I chose to delete some documentation, there are still some nuggets of wisdom in this deleted documentation. Like topics that could need django specific documentation.
So take a look at this commit: https://github.com/jonathan-s/django-sockpuppet/commit/4609530b958729d3befb8d6b459f94a6fc3c8e79
And fill in some of those missing bits.
Also see #24 for some deletions.