Skip to content

1.10.0

Choose a tag to compare

@TheSuperiorStanislav TheSuperiorStanislav released this 17 Apr 06:06
· 58 commits to main since this release
b81739c

1.10.0 (2026-04-17)

  • Support Django 6.0
  • Keep the IDs of search and filter results from the admin, instead of using
    a re-implementation of the Django admin code
  • Migrate to MKDocs from Sphinx for documentation generation
  • Add the button "Re-run" in django-admin for the job change page.
    This button allows re-run the job with the same properties
  • Add global setting IMPORT_EXPORT_RERUN_ENABLED to enable/disable
    "Re-run" button
  • Minor improvements for import/export admins:
    • Display Created by on detail page for export
    • Add filter by created date both for export/import admin list pages
    • Fix created_by for export by django-admin - now user who makes export
      saves correct
    • Rename model property to Model for export/import admin detail pages

What's Changed

New Contributors

  • @NikTerentev made their first contribution in #179
  • @saritasa-github-bot[bot] made their first contribution in #213

Full Changelog: 1.9.2...1.10.0