-
-
Notifications
You must be signed in to change notification settings - Fork 154
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
labels
Apr 1, 2022
dependabot
bot
force-pushed
the
dependabot/pip/django-localflavor-3.1
branch
4 times, most recently
from
April 9, 2022 00:04
548d147
to
d1b610d
Compare
dependabot
bot
force-pushed
the
dependabot/pip/django-localflavor-3.1
branch
from
April 14, 2022 23:04
d1b610d
to
22e74eb
Compare
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
bot
force-pushed
the
dependabot/pip/django-localflavor-3.1
branch
from
April 15, 2022 04:13
22e74eb
to
f654160
Compare
@dependabot merge
…On Fri, Apr 1, 2022, 00:05 dependabot[bot] ***@***.***> wrote:
Bumps django-localflavor <https://github.com/django/django-localflavor>
from 3.0.1 to 3.1.
Changelog
*Sourced from django-localflavor's changelog
<https://github.com/django/django-localflavor/blob/master/docs/changelog.rst>.*
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](
django/django-localflavor#415) <
django/django-localflavor#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](django/django-localflavor#427) <
django/django-localflavor#427).
- Correct sorting of US_STATES to sort by full name rather than code (
[gh-424](django/django-localflavor#424) <
django/django-localflavor#424>_ [gh-428](
django/django-localflavor#428) <
django/django-localflavor#428>_).
- Added new region for CL ([gh-432](
django/django-localflavor#432) <
django/django-localflavor#432>*,
[gh-433](django/django-localflavor#433
<django/django-localflavor#433>)
<django/django-localflavor#433
<django/django-localflavor#433>>*).
- Updated IBAN validation for changes in IBAN Registry release 89,
March 2021 ([gh-436](
django/django-localflavor#436) <
django/django-localflavor#436).
... (truncated)
Commits
- a56e4b0
<django/django-localflavor@a56e4b0>
Bumped version to 3.1
- 9754e17
<django/django-localflavor@9754e17>
Renamed zh_CN and zh_TW locales to zh_Hans and zh_Hant
- 51e4504
<django/django-localflavor@51e4504>
Sorted docs/authors.rst
- 456dd7e
<django/django-localflavor@456dd7e>
Removed docs about migrating from Django 1.5 (#441
<https://github-redirect.dependabot.com/django/django-localflavor/issues/441>
)
- cd20030
<django/django-localflavor@cd20030>
Added error codes to ValidationErrors (#440
<https://github-redirect.dependabot.com/django/django-localflavor/issues/440>
)
- 9b2099f
<django/django-localflavor@9b2099f>
Cleanup changelog and add warning for IN data changes
- beb7f01
<django/django-localflavor@beb7f01>
Changed DIF to CDMX in MX STATE_CHOICES (#438
<https://github-redirect.dependabot.com/django/django-localflavor/issues/438>
)
- 121129f
<django/django-localflavor@121129f>
Updated IBAN validation for latest changes (#436
<https://github-redirect.dependabot.com/django/django-localflavor/issues/436>
)
- ad62cfe
<django/django-localflavor@ad62cfe>
Added new Region del Ñuble in CL (#433
<https://github-redirect.dependabot.com/django/django-localflavor/issues/433>
)
- 663f9aa
<django/django-localflavor@663f9aa>
Correct US_STATES to sort by state name, as it originally did. #424
<https://github-redirect.dependabot.com/django/django-localflavor/issues/424>
(#428
<https://github-redirect.dependabot.com/django/django-localflavor/issues/428>
)
- Additional commits viewable in compare view
<django/django-localflavor@3.0.1...3.1>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
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)
------------------------------
You can view, comment on, or merge this pull request online at:
#1995
Commit Summary
- 288ca20
<288ca20>
chore(deps): bump django-localflavor from 3.0.1 to 3.1
File Changes
(2 files <https://github.com/freelawproject/courtlistener/pull/1995/files>
)
- *M* poetry.lock
<https://github.com/freelawproject/courtlistener/pull/1995/files#diff-f53a023eedfa3fbf2925ec7dc76eecdc954ea94b7e47065393dbad519613dc89>
(10)
- *M* pyproject.toml
<https://github.com/freelawproject/courtlistener/pull/1995/files#diff-50c86b7ed8ac2cf95bd48334961bf0530cdc77b5a56f852c5c61b89d735fd711>
(2)
Patch Links:
- https://github.com/freelawproject/courtlistener/pull/1995.patch
- https://github.com/freelawproject/courtlistener/pull/1995.diff
—
Reply to this email directly, view it on GitHub
<#1995>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABZ3KSHSQUPTGABOXNMRVDVC2NZ7ANCNFSM5SHXZ57A>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This PR has already been merged! 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps django-localflavor from 3.0.1 to 3.1.
Changelog
Sourced from django-localflavor's changelog.
... (truncated)
Commits
a56e4b0
Bumped version to 3.19754e17
Renamed zh_CN and zh_TW locales to zh_Hans and zh_Hant51e4504
Sorted docs/authors.rst456dd7e
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 changesbeb7f01
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)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)