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

List request #56

Closed justinabrahms closed 10 years ago

justinabrahms commented 10 years ago

This does a few things:

nicholasserra commented 10 years ago

Wondering if we could just pass request as an extra parameter to get_queryset and not break backwards compat?

justinabrahms commented 10 years ago

It's still a backwards incompatible change, because get_queryset didn't necessarily take kwargs before. I can update the API to take kwargs so it'll be a bit easier going forward.

nicholasserra commented 10 years ago

Well in that case, a change is a change, so i'm okay with it as is :+1: