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 support for total number of results returned #58

Closed justinabrahms closed 10 years ago

justinabrahms commented 10 years ago

Also adds support for adding information to the response wrapper.

justinabrahms commented 10 years ago

Note that this does change internal APIs but the external API is the same. (There is additional data returned in the case of list views, but the existing stuff is all still there.)

nicholasserra commented 10 years ago

:+1: