django-localflavor


Namedjango-localflavor JSON
Version 4.0 PyPI version JSON
download
home_pagehttps://django-localflavor.readthedocs.io/en/latest/
SummaryCountry-specific Django helpers
upload_time2023-04-22 12:09:14
maintainer
docs_urlNone
authorDjango Software Foundation
requires_python
licenseBSD
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ==================
django-localflavor
==================

.. image:: https://img.shields.io/pypi/v/django-localflavor.svg
   :target: https://pypi.python.org/pypi/django-localflavor

.. image:: https://github.com/django/django-localflavor/actions/workflows/test.yml/badge.svg
    :target: https://github.com/django/django-localflavor/actions/workflows/test.yml

.. image:: https://img.shields.io/codecov/c/github/django/django-localflavor/master.svg
   :target: http://codecov.io/github/django/django-localflavor?branch=master

.. image:: https://readthedocs.org/projects/django-localflavor/badge/?version=latest&style=plastic
   :target: https://django-localflavor.readthedocs.io/en/latest/

Django's "localflavor" packages offer additional functionality for particular
countries or cultures. For example, these might include form fields for your
country's postal codes or government ID numbers.

This code used to live in Django proper -- in ``django.contrib.localflavor``
-- but was separated into a standalone package in Django 1.5 to keep the
framework's core clean.

For a full list of available localflavors, see
https://django-localflavor.readthedocs.io/

django-localflavor can also be found on and installed from the Python
Package Index: https://pypi.python.org/pypi/django-localflavor

**Release Overview**

You're encouraged to use the latest version of this package unless you need
support for an unsupported version of Django.

**2023-04-22 - 4.0**: Django 3.2, 4.0, 4.1 & 4.2

**2021-05-28 - 3.1**: Django 2.2, 3.0, 3.1 & 3.2

This release contains breaking data changes for the MX and IN flavors.
Please see the changelog for details:
https://github.com/django/django-localflavor/blob/3.1/docs/changelog.rst

**2020-02-19 - 3.0**: Django 2.2 & 3.0

All deprecated code has been removed in this release. This release also includes a number of other breaking changes.
Please see the changelog for details:
https://github.com/django/django-localflavor/blob/3.0/docs/changelog.rst

**2019-05-07 - 2.2**: Django 1.11 - 2.2

All deprecated code will be removed in the 3.0 release. Please run your project's tests using `python -Wd` so that
deprecation warnings appear and can be addressed. See changelog for details.

**2018-08-24 - 2.1**: Django 1.11 - 2.1

**2017-12-30 - 2.0**: Django 1.11 - 2.0

All deprecated code has been removed in this release. See changelog for details.

**2017-11-22 - 1.6**: Django 1.8 - 1.11

All deprecated code will be removed in the next release. Please run your project's tests using `python -Wd` so that
deprecation warnings appear and can be addressed.

**2017-05-26 - 1.5**: Django 1.8 - 1.11

**2017-01-03 - 1.4**: Django 1.8 - 1.10

**2016-05-06 - 1.3**: Django 1.7 - 1.9

**2015-11-27 - 1.2**: Django 1.5 - 1.9

**2014-12-10 - 1.1**: Django 1.5 - 1.7

**2013-07-29 - 1.0**: Django 1.5 - 1.6


            

Raw data

            {
    "_id": null,
    "home_page": "https://django-localflavor.readthedocs.io/en/latest/",
    "name": "django-localflavor",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Django Software Foundation",
    "author_email": "foundation@djangoproject.com",
    "download_url": "https://files.pythonhosted.org/packages/b9/31/18b46a206ee2c96997e8d5f49db7bb2cc8cc463fa90829545583c7042ad4/django-localflavor-4.0.tar.gz",
    "platform": null,
    "description": "==================\ndjango-localflavor\n==================\n\n.. image:: https://img.shields.io/pypi/v/django-localflavor.svg\n   :target: https://pypi.python.org/pypi/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&style=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\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.python.org/pypi/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 & 4.2\n\n**2021-05-28 - 3.1**: Django 2.2, 3.0, 3.1 & 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 & 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\nAll deprecated code has been removed in this release. See changelog for details.\n\n**2017-11-22 - 1.6**: Django 1.8 - 1.11\n\nAll deprecated code will be removed in the next release. Please run your project's tests using `python -Wd` so that\ndeprecation warnings appear and can be addressed.\n\n**2017-05-26 - 1.5**: Django 1.8 - 1.11\n\n**2017-01-03 - 1.4**: Django 1.8 - 1.10\n\n**2016-05-06 - 1.3**: Django 1.7 - 1.9\n\n**2015-11-27 - 1.2**: Django 1.5 - 1.9\n\n**2014-12-10 - 1.1**: Django 1.5 - 1.7\n\n**2013-07-29 - 1.0**: Django 1.5 - 1.6\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "Country-specific Django helpers",
    "version": "4.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4871768750c99eba036c9053de7f2749493d685b0bf88414248538f0862ec335",
                "md5": "8c5affe45811f83f03e190c11e2cd236",
                "sha256": "7a5b1df03ca8e10df9d1b3c2e4314e43383067868183cdf41ab4e7a973694a8b"
            },
            "downloads": -1,
            "filename": "django_localflavor-4.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8c5affe45811f83f03e190c11e2cd236",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2885240,
            "upload_time": "2023-04-22T12:09:09",
            "upload_time_iso_8601": "2023-04-22T12:09:09.375516Z",
            "url": "https://files.pythonhosted.org/packages/48/71/768750c99eba036c9053de7f2749493d685b0bf88414248538f0862ec335/django_localflavor-4.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b93118b46a206ee2c96997e8d5f49db7bb2cc8cc463fa90829545583c7042ad4",
                "md5": "e3e44508cd4527b01829dd4521ed6cdf",
                "sha256": "11859e522dba74aa6dde5a659242b1fbc5efb4dea08e9b77315402bdeca5194e"
            },
            "downloads": -1,
            "filename": "django-localflavor-4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "e3e44508cd4527b01829dd4521ed6cdf",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4884470,
            "upload_time": "2023-04-22T12:09:14",
            "upload_time_iso_8601": "2023-04-22T12:09:14.913330Z",
            "url": "https://files.pythonhosted.org/packages/b9/31/18b46a206ee2c96997e8d5f49db7bb2cc8cc463fa90829545583c7042ad4/django-localflavor-4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-22 12:09:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "django-localflavor"
}
        
Elapsed time: 0.08013s