django-hashsignal
django-hashsignal copied to clipboard
Django and jQuery helper tools for hash signaling powered websites
If it's available, use that rather than hash signalling. (Sigh, name aging already...)
http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/
``` if (transitions[blockName][name] === undefined) { transitions[blockName][name] = transition; } ``` -> issue warning, at least.
tests?
Kind of a pain splitting between python and js...
Right now the hash is not changed on POST. Arguably we should have a history entry and prompt "are you sure you want to resubmit" as the browser typically does.
AjaxLoader only supports filesystem template loader right now, but should be made to compose over any backend.