Skip to content

Bug fix for CRUD view

Compare
Choose a tag to compare
@jkosir jkosir released this 01 Mar 15:35
· 1336 commits to master since this release

Bug fix for CRUD view, from issue #21 (serializing ForeignKey fields). All serialization in CRUD view is now done with django's serializers, rather than manually building JSON data.