Skip to content

Commit

Permalink
Release 5.10.1
Browse files Browse the repository at this point in the history
### Changelog:
* Feature(backend): Add support for ``x-display-list`` for serializers.
* Feature(frontend): Allow to use `parent_fk` on actions.
* Feature(frontend): Allow to use data from parent views to set initial values of fields.
* Fix(backend): Raise ```ImproperlyConfigured``` on invalid arguments in fields.
  • Loading branch information
onegreyonewhite committed Aug 13, 2024
1 parent 6081d02 commit 5a88dbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vstutils/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# pylint: disable=django-not-available
__version__: str = '5.10.0'
__version__: str = '5.10.1'

0 comments on commit 5a88dbc

Please sign in to comment.