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

Add kwargs to most methods #60

Closed cam-stitt closed 8 years ago

cam-stitt commented 10 years ago

Added **kwargs to some methods to help make it a bit more flexible. Ran into a use case that required some extra options for create/update with a decorator.