Skip to content

Releases: beachmachine/django-changeset

v1.1.0

12 Nov 10:39
9ce8edb
Compare
Choose a tag to compare

Added

  • Added support for Django 3.2
  • Added support for Python 3.9 and 3.10

Removed

  • Dropped support for Django 3.0
  • Dropped support for Python 3.5 and 3.6

Fixed

  • Fixed gettext imports for future Django 4.0 release

v1.0.0

02 Oct 17:03
78db4a4
Compare
Choose a tag to compare
  • Support for Python 3.5, 3.6, 3.7 and 3.8
  • Support for Django 2.2 and 3.0

Final Version - Release Candidate 3

18 Oct 11:45
7d33185
Compare
Choose a tag to compare

It is now possible to track generic back relations

Final Version - Release Candidate 2

10 Aug 12:49
Compare
Choose a tag to compare
Pre-release
1.0rc2

Updated readme and docs

Final Version - Release Candidate 1

10 Aug 09:08
Compare
Choose a tag to compare
Pre-release
1.0rc1

Merge branch 'api_breaking_changes'

Add DJANGO_CHANGESET_SELECT_RELATED setting

07 Jul 11:32
Compare
Choose a tag to compare
0.7.1

added DJANGO_CHANGESET_SELECT_RELATED setting

Added Generic Relations

30 Jun 11:40
Compare
Choose a tag to compare
0.7

Added possibility for creating GenericRelations with UUID Fields

0.6.2 Alpha

22 Feb 12:23
Compare
Choose a tag to compare
0.6.2 Alpha Pre-release
Pre-release

Fixed an issue with earliest_changeset not being set

0.6.1 alpha

15 Feb 08:26
Compare
Choose a tag to compare
0.6.1 alpha Pre-release
Pre-release

User Cache is now using a cache prefix and is caching per user id

0.6.0 Alpha

18 Jan 12:17
Compare
Choose a tag to compare
0.6.0 Alpha Pre-release
Pre-release

Added a UserCache and a queryset method for joining any table with the changeset directly