{"id":13448841,"url":"https://github.com/django/django-localflavor","last_synced_at":"2025-05-13T19:03:06.975Z","repository":{"id":8621081,"uuid":"10264130","full_name":"django/django-localflavor","owner":"django","description":"Country-specific Django helpers, formerly of contrib fame","archived":false,"fork":false,"pushed_at":"2025-05-06T11:18:34.000Z","size":12159,"stargazers_count":865,"open_issues_count":18,"forks_count":300,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-05-12T12:05:07.067Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://django-localflavor.readthedocs.io/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/django.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2013-05-24T10:20:36.000Z","updated_at":"2025-05-08T16:35:55.000Z","dependencies_parsed_at":"2024-05-15T23:03:27.137Z","dependency_job_id":"1708ad3c-1698-4bd6-acc2-44192d7447d9","html_url":"https://github.com/django/django-localflavor","commit_stats":{"total_commits":634,"total_committers":145,"mean_commits":4.372413793103449,"dds":0.6514195583596214,"last_synced_commit":"085fb2be02cae1c95594c2a358b8df8d62fa5577"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fdjango-localflavor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fdjango-localflavor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fdjango-localflavor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/django%2Fdjango-localflavor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/django","download_url":"https://codeload.github.com/django/django-localflavor/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010793,"owners_count":21998993,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T06:00:22.341Z","updated_at":"2025-05-13T19:03:06.948Z","avatar_url":"https://github.com/django.png","language":"Python","funding_links":[],"categories":["Model Extensions","Third-Party Packages","Python"],"sub_categories":["Internationalisation (i18n)"],"readme":"==================\ndjango-localflavor\n==================\n\n.. image:: https://img.shields.io/pypi/v/django-localflavor.svg\n   :target: https://pypi.org/project/django-localflavor/\n\n.. image:: https://github.com/django/django-localflavor/actions/workflows/test.yml/badge.svg\n    :target: https://github.com/django/django-localflavor/actions/workflows/test.yml\n\n.. image:: https://img.shields.io/codecov/c/github/django/django-localflavor/master.svg\n   :target: http://codecov.io/github/django/django-localflavor?branch=master\n\n.. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest\u0026style=plastic\n   :target: https://django-localflavor.readthedocs.io/en/latest/\n\nDjango's \"localflavor\" packages offer additional functionality for particular\ncountries or cultures. For example, these might include form fields for your\ncountry's postal codes or government ID numbers.\n\nThis code used to live in Django proper -- in ``django.contrib.localflavor``\n-- but was separated into a standalone package in Django 1.5 to keep the\nframework's core clean.\n\ndjango-localflavor no longer includes country specific phone number fields. The django-phonenumber-field package has\nexcellent support for validating phone numbers in many countries and we recommend this package.\nhttps://pypi.org/project/django-phonenumber-field/\n\n\nFor a full list of available localflavors, see\nhttps://django-localflavor.readthedocs.io/\n\ndjango-localflavor can also be found on and installed from the Python\nPackage Index: https://pypi.org/project/django-localflavor/\n\n**Release Overview**\n\nYou're encouraged to use the latest version of this package unless you need\nsupport for an unsupported version of Django.\n\n**2023-04-22 - 4.0**: Django 3.2, 4.0, 4.1 \u0026 4.2\n\n**2021-05-28 - 3.1**: Django 2.2, 3.0, 3.1 \u0026 3.2\n\nThis release contains breaking data changes for the MX and IN flavors.\nPlease see the changelog for details:\nhttps://github.com/django/django-localflavor/blob/3.1/docs/changelog.rst\n\n**2020-02-19 - 3.0**: Django 2.2 \u0026 3.0\n\nAll deprecated code has been removed in this release. This release also includes a number of other breaking changes.\nPlease see the changelog for details:\nhttps://github.com/django/django-localflavor/blob/3.0/docs/changelog.rst\n\n**2019-05-07 - 2.2**: Django 1.11 - 2.2\n\nAll deprecated code will be removed in the 3.0 release. Please run your project's tests using `python -Wd` so that\ndeprecation warnings appear and can be addressed. See changelog for details.\n\n**2018-08-24 - 2.1**: Django 1.11 - 2.1\n\n**2017-12-30 - 2.0**: Django 1.11 - 2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fdjango-localflavor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdjango%2Fdjango-localflavor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdjango%2Fdjango-localflavor/lists"}