|
2 | 2 |
|
3 | 3 | ## [Unreleased](https://github.com/tj-django/django-clone/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/tj-django/django-clone/compare/v2.9.0...HEAD) |
| 5 | +[Full Changelog](https://github.com/tj-django/django-clone/compare/v2.9.1...HEAD) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- Dependency Dashboard [\#198](https://github.com/tj-django/django-clone/issues/198) |
| 10 | + |
| 11 | +## [v2.9.1](https://github.com/tj-django/django-clone/tree/v2.9.1) (2021-07-23) |
| 12 | + |
| 13 | +[Full Changelog](https://github.com/tj-django/django-clone/compare/v2.9.0...v2.9.1) |
6 | 14 |
|
7 | 15 | **Fixed bugs:** |
8 | 16 |
|
| 17 | +- \[BUG\] unsupported operand type\(s\) for +: 'NoneType' and 'str' [\#433](https://github.com/tj-django/django-clone/issues/433) |
9 | 18 | - `UniqueConstraint` in Model Meta is not considered [\#330](https://github.com/tj-django/django-clone/issues/330) |
10 | 19 |
|
| 20 | +**Merged pull requests:** |
| 21 | + |
| 22 | +- Resolve bug duplicating non str values [\#436](https://github.com/tj-django/django-clone/pull/436) ([jackton1](https://github.com/jackton1)) |
| 23 | +- Update codecov/codecov-action action to v2.0.2 [\#435](https://github.com/tj-django/django-clone/pull/435) ([renovate[bot]](https://github.com/apps/renovate)) |
| 24 | +- Update codacy/codacy-analysis-cli-action action to v4 [\#434](https://github.com/tj-django/django-clone/pull/434) ([renovate[bot]](https://github.com/apps/renovate)) |
| 25 | +- \[pre-commit.ci\] pre-commit autoupdate [\#432](https://github.com/tj-django/django-clone/pull/432) ([pre-commit-ci[bot]](https://github.com/apps/pre-commit-ci)) |
| 26 | +- Update codacy/codacy-analysis-cli-action action to v3 [\#431](https://github.com/tj-django/django-clone/pull/431) ([renovate[bot]](https://github.com/apps/renovate)) |
| 27 | +- Update tj-django/django-migration-fixer action to v1.1.2 [\#430](https://github.com/tj-django/django-clone/pull/430) ([renovate[bot]](https://github.com/apps/renovate)) |
| 28 | +- Update codecov/codecov-action action to v2 [\#429](https://github.com/tj-django/django-clone/pull/429) ([renovate[bot]](https://github.com/apps/renovate)) |
| 29 | +- Update tj-django/django-migration-fixer action to v1.1.1 [\#428](https://github.com/tj-django/django-clone/pull/428) ([renovate[bot]](https://github.com/apps/renovate)) |
| 30 | +- Updated docs [\#427](https://github.com/tj-django/django-clone/pull/427) ([github-actions[bot]](https://github.com/apps/github-actions)) |
| 31 | +- Updated docs [\#426](https://github.com/tj-django/django-clone/pull/426) ([github-actions[bot]](https://github.com/apps/github-actions)) |
| 32 | +- Updated docs [\#425](https://github.com/tj-django/django-clone/pull/425) ([github-actions[bot]](https://github.com/apps/github-actions)) |
| 33 | +- Upgraded v2.8.1 → v2.9.0 [\#424](https://github.com/tj-django/django-clone/pull/424) ([jackton1](https://github.com/jackton1)) |
| 34 | + |
11 | 35 | ## [v2.9.0](https://github.com/tj-django/django-clone/tree/v2.9.0) (2021-07-18) |
12 | 36 |
|
13 | 37 | [Full Changelog](https://github.com/tj-django/django-clone/compare/v2.8.1...v2.9.0) |
|
35 | 59 | **Closed issues:** |
36 | 60 |
|
37 | 61 | - Drop Django 1.11 support [\#390](https://github.com/tj-django/django-clone/issues/390) |
38 | | -- Dependency Dashboard [\#198](https://github.com/tj-django/django-clone/issues/198) |
39 | 62 |
|
40 | 63 | **Merged pull requests:** |
41 | 64 |
|
|
0 commit comments