Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrDlouhy committed Aug 22, 2023
1 parent ae04d00 commit 90d4e04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

3.5.0 (22-08-2023)
------------------

* Updates for Django up to 4.2
* ``mass_change_view()`` should also call ``get_queryset()`` from ``admin_obj`` (#111)
* ``mass_edit_view()`` should call ``get_form()`` on ``admin_obj`` (#112)
* Use the admin obj's hook methods (``get_fieldsets``, etc) instead of the MassAdmin's own (#103)

3.4.1 (17-12-2021)
------------------

Expand Down

0 comments on commit 90d4e04

Please sign in to comment.