Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump django-localflavor from 3.0.1 to 3.1 #1995

Merged
merged 2 commits into from
Apr 15, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-localflavor from 3.0.1 to 3.1.

Changelog

Sourced from django-localflavor's changelog.

3.1 (2021-05-28)

Breaking data changes:

A schema and data migration are required for users of mx.models.MXStateField and mx.forms.MXStateSelect. The following steps are required:

- run `manage.py makemigrations` to generate a schema migration
- migrate `DIF` to `CDMX` with a data migration

A data migration is required for users of in_.models.INStateField and in_.forms.INStateSelect. The following data migrations are required:

- Migrate `CG` to `CT` for Chattisgarh
- Migrate `UA` to `UT` for Uttarakhand
- Migrate `DD` and `DN` to `DH` for Dadra and Nagar Haveli and Daman and Diu

A warning message will be displayed when mx.models.MXStateField, mx.forms.MXStateSelect, in_.models.INStateField or in_.forms.INStateSelect are used. See the localflavor online docs <https://django-localflavor.readthedocs.io/en/latest/#backwards-compatibility>_ for instructions on how to suppress this warning once the migration has been completed.

New flavors:

  • None

New fields for existing flavors:

  • None

Modifications to existing flavors:

  • Fix fr.forms.FRNationalIdentificationNumber validation for people born overseas ([gh-415](https://github.com/django/django-localflavor/issues/415) <https://github.com/django/django-localflavor/issues/415>_).
  • Breaking data change: Updated Indian states and union territories names and code as per iso 3166 (https://www.iso.org/obp/ui/#iso:code:3166:IN). The key for Chattisgarh has been changed from CG to CT, the key for Uttarakhand has been changed from UA to UT, and the keys DD (Dadra and Nagar Haveli) and DN (Daman and Diu) have been removed and combined into DH (Dadra and Nagar Haveli and Daman and Diu). Ladakh (LA) is the new addition in the Union Territories. There are also a few modifications in the States and Union Territories names: Orissa (OR) is now Odisha (OR), Pondicherry (PY) is now Puducherry (PY) Andaman and Nicobar (AN) is now Andaman and Nicobar Islands (AN). ([gh-427](https://github.com/django/django-localflavor/issues/427) <https://github.com/django/django-localflavor/issues/427>_).
  • Correct sorting of US_STATES to sort by full name rather than code ([gh-424](https://github.com/django/django-localflavor/issues/424) <https://github.com/django/django-localflavor/issues/424>_ [gh-428](https://github.com/django/django-localflavor/issues/428) <https://github.com/django/django-localflavor/pull/428>_).
  • Added new region for CL ([gh-432](https://github.com/django/django-localflavor/issues/432) <https://github.com/django/django-localflavor/issues/432>, [gh-433](https://github.com/django/django-localflavor/issues/433) <https://github.com/django/django-localflavor/pull/433>).
  • Updated IBAN validation for changes in IBAN Registry release 89, March 2021 ([gh-436](https://github.com/django/django-localflavor/issues/436) <https://github.com/django/django-localflavor/issues/436>_).

... (truncated)

Commits
  • a56e4b0 Bumped version to 3.1
  • 9754e17 Renamed zh_CN and zh_TW locales to zh_Hans and zh_Hant
  • 51e4504 Sorted docs/authors.rst
  • 456dd7e Removed docs about migrating from Django 1.5 (#441)
  • cd20030 Added error codes to ValidationErrors (#440)
  • 9b2099f Cleanup changelog and add warning for IN data changes
  • beb7f01 Changed DIF to CDMX in MX STATE_CHOICES (#438)
  • 121129f Updated IBAN validation for latest changes (#436)
  • ad62cfe Added new Region del Ñuble in CL (#433)
  • 663f9aa Correct US_STATES to sort by state name, as it originally did. #424 (#428)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python labels Apr 1, 2022
@dependabot dependabot bot force-pushed the dependabot/pip/django-localflavor-3.1 branch 4 times, most recently from 548d147 to d1b610d Compare April 9, 2022 00:04
@dependabot dependabot bot force-pushed the dependabot/pip/django-localflavor-3.1 branch from d1b610d to 22e74eb Compare April 14, 2022 23:04
Bumps [django-localflavor](https://github.com/django/django-localflavor) from 3.0.1 to 3.1.
- [Release notes](https://github.com/django/django-localflavor/releases)
- [Changelog](https://github.com/django/django-localflavor/blob/master/docs/changelog.rst)
- [Commits](django/django-localflavor@3.0.1...3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/django-localflavor-3.1 branch from 22e74eb to f654160 Compare April 15, 2022 04:13
@mlissner mlissner merged commit 56dbec3 into main Apr 15, 2022
@mlissner mlissner deleted the dependabot/pip/django-localflavor-3.1 branch April 15, 2022 16:57
@mlissner
Copy link
Member

mlissner commented Oct 11, 2022 via email

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 11, 2022

This PR has already been merged! 🎉

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant