django-countries-plus
django-countries-plus copied to clipboard
Django model & fixture representing all top level country data from Geonames.org
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.14. Commits 746e88c [3.2.x] Bumped version for 3.2.14 release. a9010fe [3.2.x] Fixed CVE-2022-34265 -- Protected Trunc(kind)/Extract(lookup_name) ag... 3acf156 [3.2.x] Fixed GEOSTest.test_emptyCollections() on GEOS 3.8.0. 4a5d98e...
Am trying to access the Nationalities from this library, forexample : Country : Uganda, Nationality : Ugandan. Country : America, Nationality: American. etc. How can this be achieved
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
In general it is better to use `gettext_lazy`: https://github.com/cordery/django-countries-plus/blob/1eb0a0b61c83669224c33952b3fb4096c83cb587/countries_plus/models.py#L6C38-L6C45
Bumps [django](https://github.com/django/django) from 3.2.12 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...
Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.2 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
After an error I had to delete my database and recreate it from scratch. I have now an empty database. If I run python manage.py makemigrations I get a django.db.utils.Programming...
It would be nice to have in-box option by all ISO and names like this here: https://github.com/cordery/django-languages-plus/blob/f1ccd0da6fe8cf84831d01f27570e5aff197bd5c/languages_plus/models.py#L15-L79
Nice job! Good combination with [django-languages-plus](https://github.com/cordery/django-languages-plus/tree/master). Just Currency model integration left to cover related functionality that I need. Do you not plan to integrate something like https://github.com/py-moneyed/py-moneyed/blob/master/src/moneyed/classes.py (it is used...