Anders
Anders
@treyhunner @rossmechanic Could any of you add a repository secret with the name `CODECOV_TOKEN` and the value found at https://app.codecov.io/gh/jazzband/django-simple-history/settings under "**Repository upload token**"? 🙂
@treyhunner @rossmechanic (Ping for my comment above 🙂)
@jezdez Are you available to add a repository secret? 🙂 Or, alternatively, would it be reasonable to grant @treyhunner access to add secrets to the repo, since he's one of...
Yeah, this wasn't addressed in 3.5.0, but it's on my personal TODO list - provided that no one fixes it before I get to it 🙂
I'm not sure I'm able to reproduce your issue 🤔 Calling e.g. `add()` with multiple arguments should only create one historical record (see e.g. [this test case](https://github.com/jazzband/django-simple-history/blob/3.5.0/simple_history/tests/tests/test_models.py#L2143-L2147))... Could you provide...
Ah, sorry, I misread your description 😅 I'm able to reproduce it, and will open a PR for it :)
I've made a fix for it locally, but considering that @tim-schilling and I are the only currently active maintainers, I want to focus on finishing #1128 first, which seems close...
I'm planning on creating a new release after #1344 has been merged 🙂
@alimony I've created a GitHub release for version 3.6.0, but it's yet to be published to PyPI; see progress in #1345
This seems like an issue with a library you're using, or some code in your project, as `django-simple-history` doesn't keep the `unique` field attribute when creating history models (see [`models.py`](https://github.com/jazzband/django-simple-history/blob/3.4.0/simple_history/models.py#L795-L799))...