1
0

Commit Graph

  • 319581ea16 Accepting request 1165951 from devel:languages:python:django factory Ana Guerrero 2024-04-08 15:39:12 +00:00
  • d922bf13ae - update to 7.6.1: * Fix a TypeError when no country is selected, introduced in the Django 5 fix. * Replace deprecated pkg_resources.iter_entry_points with importlib_metadata. * Support Django 5.0. Dirk Mueller 2024-04-07 09:09:53 +00:00
  • f73d9cbce3 Accepting request 1129786 from devel:languages:python:django Ana Guerrero 2023-11-30 21:00:40 +00:00
  • e88685f703 - update to 7.5.1: * Make `CountryField queryset filters also work with country codes in addition to names. * Switch to pyproject.toml rather than setup.py to fix installation issues with pip 23.0+. * Rename Turkey to Türkiye. * Improve translation fallback handling, fixing a threading race condition that could cause odd translation issues. * This also fixes translation issues with older Python 3.6/3.7 versions. * Add Python 3.11, drop Python 3.6 and Django 2.2 support. * Fix error when using USE_I18N = False. * Fix broken translations due to last common country names fix. * Fixed Traditional Chinese translation (needed to be locale/zh_Hant). * Update flag of Honduras. * Add Django 4.0 and 4.1 to the test matrix, dropping 3.0 and 3.1 * Add Django Rest Framework 3.13 and 3.14, dropping 3.11. * Multi-choice countries are now stored sorted and with duplicates stripped. * Fix common country names not being honoured in non-English translations (only fixed for Python 3.8+). * Fix slowdown introduced in v7.3 caused by always using country name lookups for field comparisons. filter(country="New Zealand") will no longer match now, but instead new __name and __iname` filters have been added to achieve this. * Typing compatibility fixes for Python <3.9. * Make full English country names work in database lookups, for Dirk Mueller 2023-11-29 12:08:39 +00:00
  • 2582556e0b Accepting request 892317 from devel:languages:python:django Dominique Leuenberger 2021-05-12 17:31:53 +00:00
  • 7b8dc03f8f Accepting request 892316 from home:jayvdb:django John Vandenberg 2021-05-11 23:43:27 +00:00
  • 6f58ce7ba5 Accepting request 814133 from devel:languages:python:django Dominique Leuenberger 2020-06-12 19:44:54 +00:00
  • 07d8ad5ecd Accepting request 814044 from home:jayvdb:py-submit Ondřej Súkup 2020-06-12 10:47:31 +00:00