Skip to content

Releases: jrief/django-angular

2.3.1

13 Nov 22:41
6bf4695
Compare
Choose a tag to compare
publish to PyPI via GitHub actions

Bug fix for CRUD view

01 Mar 15:35
Compare
Choose a tag to compare

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.