joestump / django-ajax

A simple framework for creating AJAX endpoints in Django.
http://github.com/joestump/django-ajax
BSD 3-Clause "New" or "Revised" License
260 stars 53 forks source link

Log AJAXErrors #31

Closed impressiver closed 12 years ago

impressiver commented 12 years ago

Logs AJAXErrors as warnings for easier debugging of bad requests.

impressiver commented 12 years ago

Just committed a new update for 'can_update' to send the modified record along. Didn't realize the existing pull request hand't been closed yet. Let me know if you want me to send a cherry-picked version.