Skip to content

Releases: jazzband/django-simple-history

Release 2.5.0

18 Oct 21:16
Compare
Choose a tag to compare
  • Add ability to cascade delete historical records when master record is deleted (gh-440)
  • Added Russian localization (gh-441)

Release 2.4.0

18 Oct 21:16
b1826d5
Compare
Choose a tag to compare
  • Add pre and post create_historical_record signals (gh-426)
  • Remove support for django_mongodb_engine when converting AutoFields (gh-432)
  • Add support for Django 2.1 (gh-418)

Release 2.3.0

19 Jul 21:10
Compare
Choose a tag to compare
  • Add ability to diff HistoricalRecords (gh-244)

Release 2.2.0

02 Jul 22:29
174922a
Compare
Choose a tag to compare
  • Add ability to specify alternative user_model for tracking (gh-371)
  • Add util function bulk_create_with_history to allow bulk_create with history saved (gh-412)

Release 2.1.1

15 Jun 17:30
a387bec
Compare
Choose a tag to compare
  • Fixed out-of-memory exception when running populate_history management command (gh-408)
  • Fix TypeError on populate_history if excluded_fields are specified (gh-410)

Release 2.1.0

04 Jun 14:55
f4ef7b8
Compare
Choose a tag to compare
  • Add ability to specify custom history_reason field (gh-379)
  • Add ability to specify custom history_id field (gh-368)
  • Add HistoricalRecord instance properties prev_record and next_record (gh-365)
  • Can set admin methods as attributes on object history change list template (gh-390)
  • Fixed compatibility of >= 2.0 versions with old-style middleware (gh-369)

Release 2.0

05 Apr 19:33
Compare
Choose a tag to compare
  • Added Django 2.0 support (gh-330)
  • Dropped support for Django<=1.10 (gh-356)
  • Fix bug where history_view ignored user permissions (gh-361)
  • Fixed HistoryRequestMiddleware which hadn't been working for Django>1.9 (gh-364)

Release 1.9.1

03 Apr 18:43
Compare
Choose a tag to compare
  • Use get_queryset rather than model.objects in history_view. (gh-303)
  • Change ugettext calls in models.py to ugettext_lazy
  • Resolve issue where model references itself (gh-278)
  • Fix issue with tracking an inherited model (abstract class) (gh-269)
  • Fix history detail view on django-admin for abstract models (gh-308)
  • Dropped support for Django<=1.6 and Python 3.3 (gh-292)

Release 1.9.0

03 Apr 18:38
Compare
Choose a tag to compare
  • Add –batchsize option to the populate_history management command. (gh-231)
  • Add ability to show specific attributes in admin history list view. (gh-256)
  • Add Brazilian Portuguese translation file. (gh-279)
  • Fix locale file packaging issue. (gh-280)
  • Add ability to specify reason for history change. (gh-275)
  • Test against Django 1.11 and Python 3.6. (gh-276)
  • Add excluded_fields option to exclude fields from history. (gh-274)

Release 1.8.2

20 Jan 23:36
Compare
Choose a tag to compare
Release 1.8.2