Skip to content

Bump django-dynamic-preferences from 1.10.1 to 1.14.0#52

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/django-dynamic-preferences-1.14.0
Open

Bump django-dynamic-preferences from 1.10.1 to 1.14.0#52
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/django-dynamic-preferences-1.14.0

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps django-dynamic-preferences from 1.10.1 to 1.14.0.

Changelog

Sourced from django-dynamic-preferences's changelog.

1.14.0 (2022-08-24)


  • Drop official support for python 3.6 and django < 3.2. Previous versions may continue to work but aren't tested anymore
  • OFficial support for Django 4.1 and Python 3.10
  • Fix #281: ensure preference_updated signal is trigerred when updating preference through admin UI
  • Include signal in example project (#281)
  • Fixed broken documentation build

1.13.0 (2022-06-12)


  • Add autofield to avoid unecessary migrations
  • Bumped dependencies
  • updated readme with supported python / django versions
  • Flake, autoflake and various cleanups for tests file
  • Blackified
  • Remove unittest TestCases, switch to pytest style
  • Handle serialization for non interger primary key in ModelMultipleSerializer )#268
  • Updated readme badges
  • Fixed invalid workflow action
  • Ensure tests are run for incoming PRs (#271)
  • Added config option to specify the cache to use (#270)
  • Fix CI pipeline (#269)
  • Setup CI with Gitlab actions (#267)
  • FloatPreference can be initialized with either int or float (#266)

1.12.0 (2022-02-26)


  • Add ENABLE_GLOBAL_MODEL_AUTO_REGISTRATION setting (#259)
  • fix: checkpreferences command failed if MANAGER_ATTRIBUTE is changed (#258)
  • Allow to skip preference creation when checkpreferences is invoked (#257)
  • Use default django cache timeoout (#253)
  • Fix signal handler doc (#250)
  • Added htmlcov in .gitignore (#251)
  • Use stdout in checkpreferences (#252)
  • MAINT:dynamic_preferences serializers.py
    • Exception handling for class ModelMultipleSerializer; types.py - handle queryset in api_reprs of ModelChoicePreference (#243)

1.11.0 (2021-10-09)


  • Update quickstart.rst (#240)
  • Fix model multiple choice preference to react correctly to deletion handler (#244)
  • fix #234 (#235)
  • Fix compatibility issues with python 3.10 and django 4.0 (#236)
  • Fixed a typo in documentation (#229)
  • Add polish translation (#227)

... (truncated)

Commits
  • 12a13f5 Version bump and changelog for 1.14.0
  • 323c3cb Drop support for python 3.6, django <3.2, official support for django 4.1 and...
  • 63c997d Fix #281: ensure preference_updated signal is trigerred when updating prefere...
  • 489a5d3 Include signal in example project (#281)
  • 3acb060 Fixed broken documentation build
  • 3f15e28 Version bump and changelog for 1.13.0
  • d41b75a Add autofield to apps
  • 1a4cba7 Bumped dependencies
  • 2427ffb Revert "Fix default_app_config deprecation"
  • 2ea501b Restored build cache
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

Bumps [django-dynamic-preferences](https://github.com/agateblue/django-dynamic-preferences) from 1.10.1 to 1.14.0.
- [Release notes](https://github.com/agateblue/django-dynamic-preferences/releases)
- [Changelog](https://github.com/agateblue/django-dynamic-preferences/blob/develop/HISTORY.rst)
- [Commits](agateblue/django-dynamic-preferences@1.10.1...1.14.0)

---
updated-dependencies:
- dependency-name: django-dynamic-preferences
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants