jor123
jor123
Not sure if this is still maintained. Tiny fix to add STATIC_URL to the templatetag context. Thanks!
or 'keep' the whole context like in pull request #10
yes, this is what I would have expected for the pagination template. The 'changed' context is also not documented, so need to read the source to figure out what is...
There are several other issues opened for the same problem. This one has the best title, so found it first. #15 has a better solution (and testcases). Would be nice...
Yes, had the same problem. Also didn't really want to use SESSION_SAVE_EVERY_REQUEST, since the rest of the site doesn't use any sessions. Solved it by using a modified binder (FLOWS_TASK_BINDER...