gwu-libraries / inventory_old

A system for tracking location of digital items and progress in reformatting projects
MIT License
5 stars 1 forks source link

Foreign key fields cannot be updated to null values through tastypie api #237

Open darshanrp opened 10 years ago

darshanrp commented 10 years ago

For Example: Use Clint to create an item under a project and a collection. Then try editing the item through Clint to remove the project field. Everything works fine without any errors but the actual project field for the item is not set to null. Tastypie issue ref https://github.com/toastdriven/django-tastypie/issues/419