meeting AJAX code is using PUT instead of POST (even if it's not PUT'ing in the literal sense but POST'ing). Theoretical discussions aside, Django has poor support for PUTs turned POSTs so rewriting them removes the need for a couple of hacks, and makes it easier to test. - Legacy-Id: 7067 |
||
---|---|---|
.. | ||
fixtures | ||
management/commands | ||
migrations | ||
templatetags | ||
tests | ||
.gitignore | ||
__init__.py | ||
admin.py | ||
ajax.py | ||
feeds.py | ||
helpers.py | ||
models.py | ||
timedeltafield.py | ||
urls.py | ||
views.py |