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

Adding support for for setting nullable foreign key fields to null #46

Closed chrisforrette closed 11 years ago

chrisforrette commented 11 years ago

Adding relate-able model Category into the mix, along with a fixture for it. In sprint.ly, Fixes #5285

chrisforrette commented 11 years ago

This is a lot cleaner/simpler now—let me know what you think.

chrisforrette commented 11 years ago

I just finished up some of the simplification/cleaning we discussed—let me know what you think.