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 54 forks source link

Documentation fix #4

Closed chrisjones-brack3t closed 13 years ago

chrisjones-brack3t commented 13 years ago

AJAXError import in the documentation for Ad-Hoc Endpoints was wrong.

chrisjones-brack3t commented 13 years ago

Added one more to fix the example for model end points.