Skip to content

Releases: ForestAdmin/django-forestadmin

v1.1.3

14 Mar 11:53
Compare
Choose a tag to compare

1.1.3 (2022-03-14)

Bug Fixes

  • authentication: authentication won't fail without trace (#95) (7e577b2)

v1.1.2

02 Mar 10:20
Compare
Choose a tag to compare

1.1.2 (2022-03-02)

Bug Fixes

  • onboarding: the settings 'middleware' and 'installed_apps' should be lists (#93) (2570a7a)

v1.1.1

28 Feb 14:53
Compare
Choose a tag to compare

1.1.1 (2022-02-28)

Bug Fixes

  • field: the enum field raised an exception with Django custom field (#92) (b94eb96)

v1.1.0

18 Feb 08:41
Compare
Choose a tag to compare

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

11 Feb 14:02
Compare
Choose a tag to compare

1.0.19 (2022-02-11)

Bug Fixes

  • apimap: apimap init crashed the agent with some kinds of validators (#89) (b32a5ff)

v1.0.18

11 Feb 13:38
Compare
Choose a tag to compare

1.0.18 (2022-02-11)

Bug Fixes

  • serializer: the jsonfield's serializing returned an error (#88) (737f0c0)

v1.0.17

10 Feb 15:37
Compare
Choose a tag to compare

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

10 Feb 14:42
Compare
Choose a tag to compare

1.0.16 (2022-02-10)

Bug Fixes

  • jsonapiserializer: fix and refactor the jsonapiserializer (#83) (2284070)

v1.0.15

10 Feb 13:38
Compare
Choose a tag to compare

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

10 Feb 10:25
Compare
Choose a tag to compare

1.0.14 (2022-02-10)

Bug Fixes

  • onboarding: the env variable should be override django settings (#85) (eeb8305)