Skip to content

Releases: tj-django/django-clone

v3.0.0

09 Jan 21:26
e68333a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.6...v3.0.0

v2.9.6

09 Nov 09:36
1e9cd2f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.9.5...v2.9.6

v2.9.5

03 Oct 13:19
5a2e65d
Compare
Choose a tag to compare

v2.9.4

06 Sep 18:54
e84e98d
Compare
Choose a tag to compare
  • Added support for modifying the duplicate instance prior to getting saved.

v2.9.3

13 Aug 22:34
4ad5df4
Compare
Choose a tag to compare
  • Fixed bug calling clean with None values. Reported By @dustinchilson

v2.9.2

12 Aug 01:59
adcaaa2
Compare
Choose a tag to compare
  • Added support for appending "copy" to duplicated instances.
  • Enhanced create_copy_of_instance to also exclude fields with default values from full_clean.

v2.9.1

24 Jul 13:04
04c7bbf
Compare
Choose a tag to compare
  • Resolve bug cloning instances with None defaults. Reported By: @allcaps

v2.9.0

18 Jul 01:24
45530f6
Compare
Choose a tag to compare
  • Resolved cloning models with Meta.constraints (UniqueConstraints)

v2.8.1

14 Jul 00:37
bf95ee3
Compare
Choose a tag to compare
  • Updated test to include python3.10

v2.8.0

11 Jul 00:33
34738fd
Compare
Choose a tag to compare
  • Dropped support for django 1.11