SmileyChris/django-countries
### [`v7.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#71-17-March-2021)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v7.0...v7.1)
===================
- Allow customising the `str_attr` of Country objects returned from a
CountryField via a new `countries_str_attr` keyword argument (thanks C.
Quentin).
- Add `pyuca` as an extra dependency, so that it can be installed like
`pip install django-countries[pyuca]`.
- Add Django 3.2 support.
### [`v7.0`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#70-5-December-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.3...v7.0)
=====================
- Add `name_only` as an option to the Django Rest Framework serializer field
(thanks Miguel Marques).
- Add in Python typing.
- Add Python 3.9, Django 3.1, and Django Rest Framework 3.12 support.
- Drop Python 3.5 support.
- Improve IOC code functionality, allowing them to be overridden in
`COUNTRIES_OVERRIDE` using the complex dictionary format.
### [`v6.1.3`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#613-18-August-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.2...v6.1.3)
======================
- Update flag of Mauritania.
- Add flag for Kosovo (under its temporary code of XK).
### [`v6.1.2`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#612-26-March-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.1...v6.1.2)
=====================
- Fix Python 3.5 syntax error (no f-strings just yet...).
### [`v6.1.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#611-26-March-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1...v6.1.1)
=====================
- Change ISO country import so that "Falkland Islands [Malvinas]" => "Falkland Islands (Malvinas)".
### [`v6.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#613-18-August-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.0...v6.1)
======================
- Update flag of Mauritania.
- Add flag for Kosovo (under its temporary code of XK).
### [`v6.0`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#60-28-February-2020)
[Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v5.5...v6.0)
======================
- Make DRF CountryField respect `blank=False`. This is a backwards incompatible change since blank input will now
return a validation error (unless `blank` is explicitly set to `True`).
- Fix `COUNTRIES_OVERRIDE` when using the complex dictionary format and a single name.
- Add bandit to the test suite for basic security analysis.
- Drop Python 2.7 and Python 3.4 support.
- Add Rest Framework 3.10 and 3.11 to the test matrix, remove 3.8.
- Fix a memory leak when using PyUCA. Thanks Meiyer (aka interDist)!
Configuration
:date: Schedule: "before 13:00 on monday" in timezone UTC.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box.
This PR contains the following updates:
^5.5
->^7.1
Release Notes
SmileyChris/django-countries
### [`v7.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#71-17-March-2021) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v7.0...v7.1) =================== - Allow customising the `str_attr` of Country objects returned from a CountryField via a new `countries_str_attr` keyword argument (thanks C. Quentin). - Add `pyuca` as an extra dependency, so that it can be installed like `pip install django-countries[pyuca]`. - Add Django 3.2 support. ### [`v7.0`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#70-5-December-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.3...v7.0) ===================== - Add `name_only` as an option to the Django Rest Framework serializer field (thanks Miguel Marques). - Add in Python typing. - Add Python 3.9, Django 3.1, and Django Rest Framework 3.12 support. - Drop Python 3.5 support. - Improve IOC code functionality, allowing them to be overridden in `COUNTRIES_OVERRIDE` using the complex dictionary format. ### [`v6.1.3`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#613-18-August-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.2...v6.1.3) ====================== - Update flag of Mauritania. - Add flag for Kosovo (under its temporary code of XK). ### [`v6.1.2`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#612-26-March-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1.1...v6.1.2) ===================== - Fix Python 3.5 syntax error (no f-strings just yet...). ### [`v6.1.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#611-26-March-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.1...v6.1.1) ===================== - Change ISO country import so that "Falkland Islands [Malvinas]" => "Falkland Islands (Malvinas)". ### [`v6.1`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#613-18-August-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v6.0...v6.1) ====================== - Update flag of Mauritania. - Add flag for Kosovo (under its temporary code of XK). ### [`v6.0`](https://togithub.com/SmileyChris/django-countries/blob/master/CHANGES.rst#60-28-February-2020) [Compare Source](https://togithub.com/SmileyChris/django-countries/compare/v5.5...v6.0) ====================== - Make DRF CountryField respect `blank=False`. This is a backwards incompatible change since blank input will now return a validation error (unless `blank` is explicitly set to `True`). - Fix `COUNTRIES_OVERRIDE` when using the complex dictionary format and a single name. - Add bandit to the test suite for basic security analysis. - Drop Python 2.7 and Python 3.4 support. - Add Rest Framework 3.10 and 3.11 to the test matrix, remove 3.8. - Fix a memory leak when using PyUCA. Thanks Meiyer (aka interDist)!Configuration
:date: Schedule: "before 13:00 on monday" in timezone UTC.
:vertical_traffic_light: Automerge: Disabled by config. Please merge this manually once you are satisfied.
:recycle: Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
:no_bell: Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.