issues
search
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
Field exclusion is handled inside the actual serialize call
#26
Closed
mattrobenolt
closed
12 years ago
mattrobenolt
commented
12 years ago
Include/Exclude is passed through to the Django serializer to prevent queries
Support an optional
exclude
method on objects to handle a list of fields to NEVER be serialized