|
1 | 1 | Changelog
|
2 | 2 | =========
|
3 | 3 |
|
4 |
| -To be released |
5 |
| --------------- |
6 |
| -- Add deprecation warning for MonitorField. The default value will be `None` |
7 |
| - instead of `django.utils.timezone.now` - when nullable and without a default. |
8 |
| -- Add Brazilian Portuguese translation (GH-#578) |
9 |
| -- Don't use `post_init` signal for initialize tracker |
| 4 | +4.5.1 (2024-05-02) |
| 5 | +------------------ |
| 6 | +- Remove `JoinQueryset.get_quoted_query()` by @mthuurne (GH-#618) |
| 7 | + |
| 8 | +4.5.0 (2024-04-01) |
| 9 | +------------------ |
| 10 | +- Don't use `post_init` signal for initialize tracker by @meanmail in - (GH-#556) |
| 11 | +- clarify docs for managers of SoftDeletableModel by @tadamcz in - (GH-#589) |
| 12 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in - (GH-#575) |
| 13 | +- `Language Support` - Add translations for Brazilian Portuguese by @gmcrocetti in - (GH-#578) |
| 14 | +- Remove dead `init_deferred_fields` method by @joecox in - (GH-#580) |
| 15 | +- Update where `ConnectionDoesNotExist` is imported from by @mthuurne in - (GH-#566) |
| 16 | +- Remove arguments from `InheritanceQuerySetMixin._clone()` by @mthuurne in - (GH-#567) |
| 17 | +- Allow running tests using sqlite by @jayvdb in - (GH-#516) |
| 18 | +- `MonitorField` - Change default to None when the field is nullable by @gmcrocetti in - (GH-#577) |
| 19 | +- Explicitly re-export names from `__init__` module by @mthuurne in - (GH-#591) |
| 20 | +- Switch from freezegun to time-machine. by @adamchainz in - (GH-#510) |
| 21 | +- USE_TZ = True by @foarsitter in - (GH-#593) |
| 22 | +- Remove redundant definition of `JoinManager` from tests by @mthuurne in - (GH-#594) |
| 23 | +- Pass reason to `@skip` decorator by @mthuurne in - (GH-#595) |
| 24 | +- Resolve name clash among test models by @mthuurne in - (GH-#596) |
| 25 | +- Remove obsolete `tests.signals` module by @mthuurne in - (GH-#597) |
| 26 | +- Remove obsolete test models by @mthuurne in - (GH-#598) |
| 27 | +- Postgresql docker container for local development by @foarsitter in - (GH-#563) |
| 28 | +- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in - (GH-#602) |
| 29 | +- Add issue-manager by @foarsitter in - (GH-#600) |
| 30 | +- Translation files by @foarsitter in - (GH-#608) |
10 | 31 |
|
11 | 32 | 4.4.0 (2024-02-10)
|
12 | 33 | ------------------
|
|
0 commit comments