Skip to content

Releases: jrief/django-angular

2.3.1

Choose a tag to compare

@jrief jrief released this 13 Nov 22:41
6bf4695
publish to PyPI via GitHub actions

Bug fix for CRUD view

Choose a tag to compare

@jkosir jkosir released this 01 Mar 15:35

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.