Release 2.12.0
·
557 commits
to master
since this release
- Add default date to
bulk_create_with_historyandbulk_update_with_history(gh-687) - Exclude ManyToManyFields when using
bulk_create_with_history(gh-699) - Added
--excluded_fieldsargument toclean_duplicate_historycommand (gh-674) - Exclude ManyToManyFields when fetching excluded fields (gh-707)
- Use default model manager for
bulk_create_with_historyand
bulk_update_with_historyinstead ofobjects(gh-703) - Add optional
managerargument tobulk_update_with_historyto use instead of
the default manager (gh-703) - Add support for Django 3.1 (gh-713)
- Fix a bug with
clean_old_historycommand's--daysargument (gh-722)
* NOTE: This will be the last minor release before 3.0.0.