Skip to content

Releases: MrThearMan/django-admin-data-views

Release 0.4.3

24 Nov 14:16
Compare
Choose a tag to compare

What's Changed

Features

  • Add option to hide download buttons

Full Changelog: v0.4.2...v0.4.3

Release 0.4.2

31 Oct 20:43
Compare
Choose a tag to compare

What's Changed

Updates

  • Support django-settings-holder v0.2.0

Full Changelog: v0.4.1...v0.4.2

Release 0.4.1

02 Sep 12:30
Compare
Choose a tag to compare

What's Changed

Features

  • Add download CSV buttons to table views.

Full Changelog: v0.4.0...v0.4.1

Release 0.4.0

29 Aug 10:15
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.4.0

Release 0.3.1

08 Dec 12:21
Compare
Choose a tag to compare

Add a button to the data views that allow the contents to be downloaded as a JSON file.

Release 0.3.0

07 Dec 15:09
Compare
Choose a tag to compare
Support help texts for fields

Also improves formatting for deeply nested data.

Release 0.2.6

23 Nov 15:40
Compare
Choose a tag to compare
v0.2.6

Update dependencies, pre-commit hooks and CI

Release 0.2.5

13 Sep 09:27
Compare
Choose a tag to compare
v0.2.5

Fix app index page compatibility with django 3.2 to 4.1

Release 0.2.4

01 Sep 16:32
Compare
Choose a tag to compare
v0.2.4

Fix overriding already existing admin apps & update for poetry 1.2.0

Release 0.2.3

31 Aug 10:43
Compare
Choose a tag to compare
Fix issue with extra_context in admin_data_index_view

Also moves all typing imports to be from the typing module for unity.