Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
6116787
Resolved bug cloning models with UniqueConstraint.
Jul 17, 2021
61d06d7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2021
b0d55cb
Fixed test.
Jul 17, 2021
ec5cce4
Merge branch 'feature/resolve-bug-cloning-models-with-unique-constrai…
Jul 17, 2021
1c94712
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2021
558b748
Fixed test.
Jul 17, 2021
5f416dd
Merge branch 'feature/resolve-bug-cloning-models-with-unique-constrai…
Jul 17, 2021
a2c0757
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2021
69654e1
Fixed test.
Jul 17, 2021
dcaa106
Merge branch 'feature/resolve-bug-cloning-models-with-unique-constrai…
Jul 17, 2021
a6fb5f7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2021
74a6343
Fixed test.
Jul 17, 2021
9953467
Merge branch 'feature/resolve-bug-cloning-models-with-unique-constrai…
Jul 17, 2021
0c58ed2
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Jul 17, 2021
e50d4fa
Updated test.
Jul 17, 2021
a57a9d9
Merge branch 'feature/resolve-bug-cloning-models-with-unique-constrai…
Jul 17, 2021
43aceea
Updated test.
Jul 18, 2021
d418ab2
Updated test.
Jul 18, 2021
7e15f89
Update utils.py
jackton1 Jul 18, 2021
9910189
Update test_clone_mixin.py
jackton1 Jul 18, 2021
ea7e07a
Update test_clone_mixin.py
jackton1 Jul 18, 2021
4e22321
Update test_clone_mixin.py
jackton1 Jul 18, 2021
20d24c9
Update test_clone_mixin.py
jackton1 Jul 18, 2021
20619ef
Update utils.py
jackton1 Jul 18, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update test_clone_mixin.py
  • Loading branch information
jackton1 authored Jul 18, 2021
commit 9910189909e4f49e406a9f4bd8a1bb83e2886190
2 changes: 1 addition & 1 deletion model_clone/tests/test_clone_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ def test_cloning_unique_together_fields_with_enum_field(self):
"{} {} {}".format(
Author._meta.get_field("last_name").get_default(),
Author.UNIQUE_DUPLICATE_SUFFIX,
1,
2,
),
)

Expand Down