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-ordered-model requirement from ~=3.3.0 to ~=3.4.1 in /config #241

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Updates the requirements on django-ordered-model to permit the latest version.

Release notes

Sourced from django-ordered-model's releases.

3.4.1

  • Fix regression in admin OrderedInlineMixin after refactor in 3.4.0
Changelog

Sourced from django-ordered-model's changelog.

3.4.1 - 2020-05-11

  • Fix regression in admin OrderedInlineMixin after refactor in 3.4.0

3.4.0 - 2020-05-11

  • Fix bulk_create not returning
  • Fix OrderedModelQuerySet returning parent class instances for polymorphic cases
  • Support django 3.0
  • Drop support python 3.4

3.3.0 - 2019-07-10

  • bulk_create now works with order_with_respect_to
  • more internal refactoring moved most methods to OrderedModelQuerySet

3.2.0 - 2019-07-10

  • Internal refactoring now using Manager - probably will break some code
  • provide bulk_create

3.1.1 - 2018-11-13

  • Fix arrow-top and arrow-bottom not found

3.1.0 - 2018-11-10

  • Remove depricated allow_tags
  • Add previous and next methods
  • Add top and bottom buttons in admin
  • Delete duplicated code from InlineModelAdminMixin
  • Add Simplified Chinese translations
  • Use import_string instead of __import__
  • Make order field's verbose_name translatable(NOTE: this will cause creation of new migration file, which will not affect db state)

3.0.0 - 2018-09-21

  • Drop support for python 2.x
  • Drop support for django 1.x
  • Fix AdminInline for django > 2.1
  • Do not install tests
  • delete deprecated methods move, move_up, move_down and _move
... (truncated)
Commits
  • 8612692 Merge pull request #221 from bfirsh/fix-admin-respect-to-kwargs
  • 880051b fix: admin order_with_respcet calling non exisiting instance method
  • 9f0d475 Merge pull request #220 from bfirsh/fix-polymorphic-regression
  • 900cc15 prepare for version 3.4.0
  • ab60cd1 fix polymorphic ordering
  • 1dc721b simplify _validate_ordering_reference
  • d02d9dd test showing issue
  • 7ace955 Merge pull request #219 from bfirsh/tox
  • 6c0b056 fix coverage
  • e2bb8c3 delete Dockerfile and scripts for testing
  • Additional commits viewable in compare view


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)
MiklerGM commented 4 years ago

bors r+

bors[bot] commented 4 years ago

Build succeeded: