chronhq / backend

Backend for database. Python, Django, PostGIS
https://maps.chron.ist/
GNU General Public License v3.0
6 stars 1 forks source link

Update django-simple-history requirement from ~=2.7.3 to ~=2.8.0 in /config #188

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on django-simple-history to permit the latest version.

Release notes *Sourced from [django-simple-history's releases](https://github.com/treyhunner/django-simple-history/releases).* > ## Release 2.8.0 > - Fixed `bulk_create_with_history support` for HistoryRecords with `relation_name` attribute ([gh-591](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/591)) > - Added support for `bulk_create_with_history` for databases different from PostgreSQL ([gh-577](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/577)) > - Fixed `DoesNotExist` error when trying to get instance if object is deleted ([gh-571](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/571)) > - Fix `model_to_dict` to detect changes in a parent model when using > `inherit=True` (backwards-incompatible for users who were directly > using previous version) ([gh-576](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/576)) > - Use an iterator for `clean_duplicate_history` ([gh-604](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/604)) > - Add support for Python 3.8 and Django 3.0 ([gh-610](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/610))
Changelog *Sourced from [django-simple-history's changelog](https://github.com/treyhunner/django-simple-history/blob/master/CHANGES.rst).* > 2.8.0 (2019-12-02) > ================== > > - Fixed bulk\_create\_with\_history support for HistoryRecords with relation\_name attribute ([gh-591](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/591)) > - Added support for bulk\_create\_with\_history for databases different from PostgreSQL ([gh-577](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/577)) > - Fixed DoesNotExist error when trying to get instance if object is deleted ([gh-571](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/571)) > - Fix model\_to\_dict to detect changes in a parent model when using inherit=True (backwards-incompatible for users who were directly using previous version) ([gh-576](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/576)) > - Use an iterator for clean\_duplicate\_history ([gh-604](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/604)) > - Add support for Python 3.8 and Django 3.0 ([gh-610](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/610)) > > 2.7.3 (2019-07-15) > ================== > > - Fixed BigAutoField not mirrored as BigInt ([gh-556](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/556)) > - Fixed most\_recent() bug with excluded\_fields ([gh-561](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/561)) > - Added official Django 2.2 support ([gh-555](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/555)) > > 2.7.2 (2019-04-17) > ================== > > - Fixed ModuleNotFound issue for six ([gh-553](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/553)) > > 2.7.1 (2019-04-16) > ================== > > - Added the possibility to create a relation to the original model ([gh-536](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/536)) > - Fix router backward-compatibility issue with 2.7.0 ([gh-539](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/539), [gh-547](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/547)) > - Fix hardcoded history manager ([gh-542](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/542)) > - Replace deprecated django.utils.six with six ([gh-526](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/526)) > - Allow custom\_model\_name parameter to be a callable ([gh-489](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/489)) > > 2.7.0 (2019-01-16) > ================== > > - \* Add support for `using` chained manager method and save/delete keyword argument ([gh-507](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/507)) > - Added management command `clean_duplicate_history` to remove duplicate history entries ([gh-483](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/483)) > - Updated most\_recent to work with excluded\_fields ([gh-477](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/477)) > - Fixed bug that prevented self-referential foreign key from using `'self'` ([gh-513](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/513)) > - Added ability to track custom user with explicit custom `history_user_id_field` ([gh-511](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/511)) > - Don't resolve relationships for history objects ([gh-479](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/479)) > - Reorganization of docs ([gh-510](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/510)) > > \* NOTE: This change was not backward compatible for users using routers to write history tables to a separate database from their base tables. This issue is fixed in 2.7.1. > > 2.6.0 (2018-12-12) > ================== > > - Add `app` parameter to the constructor of `HistoricalRecords` ([gh-486](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/486)) > - Add `custom_model_name` parameter to the constructor of `HistoricalRecords` ([gh-451](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/451)) > - Fix header on history pages when custom site\_header is used ([gh-448](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/448)) > ... (truncated)
Commits - [`ec0dca3`](https://github.com/treyhunner/django-simple-history/commit/ec0dca39f25538c82fa7e1105623d15fb3165817) Bump version to 2.8.0 ([#611](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/611)) - [`68211b5`](https://github.com/treyhunner/django-simple-history/commit/68211b5dcbf79dfab71144fe1a524598b3656e23) Pin black to specific version ([#609](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/609)) - [`b96a8fd`](https://github.com/treyhunner/django-simple-history/commit/b96a8fddafcb314fd7c2a8e4c48ab5d6045ef07a) Added Django 3 and Python 3.8 support ([#610](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/610)) - [`e61cbaa`](https://github.com/treyhunner/django-simple-history/commit/e61cbaa3ab917e8a967e5b3160c06ef74fe3bda9) Add an iterator to prevent OOM when cleaning large databases ([#604](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/604)) - [`2d3de6a`](https://github.com/treyhunner/django-simple-history/commit/2d3de6a807df14cb50a8a2904f75ddd97006ab75) Fixed bulk_create_with_history support for HistoryRecords with `relation_name... - [`618670f`](https://github.com/treyhunner/django-simple-history/commit/618670fc158e106daf6c45b469862be4754901e0) Instantiate model with kwargs not args to allow for excluded fields ([#585](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/585)) - [`f3d7afe`](https://github.com/treyhunner/django-simple-history/commit/f3d7afefb28da36b06071c7eb5997939c5a5491f) Add missing parenthesis to example ([#597](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/597)) - [`85752c5`](https://github.com/treyhunner/django-simple-history/commit/85752c591a1022e7b857b2c7ca924d81fa9b6ce9) Make bulk_create_with_history working not only with PostgreSQL ([#578](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/578)) - [`467834f`](https://github.com/treyhunner/django-simple-history/commit/467834f1dd76682b8d7002f61ec157e98146df54) Update outdated admin screenshots ([#590](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/590)) - [`3ca7703`](https://github.com/treyhunner/django-simple-history/commit/3ca7703d0db5f92ceeb261b2cf67e61ee96311fb) Add black reformatting to all files ([#589](https://github-redirect.dependabot.com/treyhunner/django-simple-history/issues/589)) - Additional commits viewable in [compare view](https://github.com/treyhunner/django-simple-history/compare/2.7.3...2.8.0)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)