indigo icon indicating copy to clipboard operation
indigo copied to clipboard

Update django-countries-plus requirement from <=2.0.0 to <=2.1.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Updates the requirements on django-countries-plus to permit the latest version.

Changelog

Sourced from django-countries-plus's changelog.

[2.1.0]

Added

  • Added search_fields to CountryAdmin, thanks DanyPM

[2.0.1]

Fixed

  • Replaced deprecated ugettext with gettext, supported in Django 2.2, 3, & 4, thanks to @​niSeRdiSeR
  • Updated tox config
  • Django 4, python 3.10 test added to matrix

[2.0.0]

Changed

  • Dropped support for Python 2 and Django 1

[1.3.2]

Fixed

[1.3.1]

Fixed

  • Restored support for Django 1.11+

[1.3.0] - 2020-01-20

Changed

  • Updated to use poetry & pytest
  • Added tests for Django 3
  • Dropped explicit support for Django <=1.10, may still work fine though.

[1.2.1] - 2017-12-13

Fixed

  • Fixtures dir is now properly included in pip package

[1.2.0] - 2017-12-13

Added

  • Cleaned up project & improved documentation

Changed

  • Added tests for Django 2.0
  • Dropped tested support for Django versions < 1.11

[1.1.0] - 2016-03-14

Fixed

  • Fixed Geonames.org file format error

[1.0.1] - 2015-06-16

Added

  • Improved test coverage.

Changed

  • The Country model has had all fields with undefined lengths (ex: name) expanded to max_length=255. Defined length fields (ex: Iso, Iso3) are unchanged.
  • Two countries (Dominican Republic and Puerto Rico) have two phone number prefixes instead of 1. These prefixes are now comma separated.

... (truncated)

Commits

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

dependabot[bot] avatar Mar 01 '23 17:03 dependabot[bot]