Releases: ForestAdmin/django-forestadmin
Releases · ForestAdmin/django-forestadmin
v1.1.3
1.1.3 (2022-03-14)
Bug Fixes
- authentication: authentication won't fail without trace (#95) (7e577b2)
v1.1.2
1.1.2 (2022-03-02)
Bug Fixes
- onboarding: the settings 'middleware' and 'installed_apps' should be lists (#93) (2570a7a)
v1.1.1
1.1.1 (2022-02-28)
Bug Fixes
- field: the enum field raised an exception with Django custom field (#92) (b94eb96)
v1.1.0
1.1.0 (2022-02-18)
Features
- django: update the requirements.txt, the tox.py and the github actions to handle django 4 and python 3.10 (#90) (661e976)
v1.0.19
1.0.19 (2022-02-11)
Bug Fixes
- apimap: apimap init crashed the agent with some kinds of validators (#89) (b32a5ff)
v1.0.18
1.0.18 (2022-02-11)
Bug Fixes
- serializer: the jsonfield's serializing returned an error (#88) (737f0c0)
v1.0.17
1.0.17 (2022-02-10)
Bug Fixes
- dashboard: use a related field as group_by value in chart was broken (#87) (2795ae6)
v1.0.16
1.0.16 (2022-02-10)
Bug Fixes
- jsonapiserializer: fix and refactor the jsonapiserializer (#83) (2284070)
v1.0.15
1.0.15 (2022-02-10)
Bug Fixes
- permissions: user_id in token is a string whereas user_id lists in permissions fetch are string (#86) (9852365)
v1.0.14
1.0.14 (2022-02-10)
Bug Fixes
- onboarding: the env variable should be override django settings (#85) (eeb8305)