Update dependency django-countries to v9 #3919

Open
teckids_renovate_bot wants to merge 1 commit from renovate/django-countries-9.x into master

This MR contains the following updates:

Package Type Update Change
django-countries (changelog) dependencies major ^8.0.0^9.0.0

Release Notes

SmileyChris/django-countries (django-countries)

v9.0.0

Compare Source

Features
  • Nullable CountryField (with null=True) now returns None instead of Country(code=None) when the database value is NULL. This makes the nullability explicit at the field level rather than inside the Country object, resulting in cleaner typing where Country.code is always a str (never None).

    Breaking change: Code that previously checked obj.country.code is None should now check obj.country is None. The common pattern if obj.country: continues to work unchanged. (#​481)

  • Add Django 6.0 and Python 3.14 support. Drop Django 3.2, 5.0, 5.1 and Python 3.8, 3.9. Minimum DRF bumped to 3.14.

  • Add an opt-in Countries.sorted(locale=...) helper to return country choices sorted by translated display names.

Bugfixes
  • Fix multiple type stub issues in fields.pyi: correct return types for Country.name, Country.alpha3, Country.ioc_code (now str instead of str | None), Country.numeric (now int | None instead of str | None), and MultipleCountriesDescriptor.__iter__ (now Iterator[Country] instead of Any). Also add missing blank_label attribute and accept positional verbose_name argument in CountryField.__init__ overloads. (#​483)
  • Exclude .mypy_cache directory from source distributions (was 73% of the sdist). (#​490)
Improved Documentation
  • Clarify that multiple=True returns a MultipleCountriesDescriptor, not a plain list. (#​485)

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Mend Renovate.

This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [django-countries](https://github.com/SmileyChris/django-countries) ([changelog](https://github.com/SmileyChris/django-countries/blob/main/CHANGES.md)) | dependencies | major | `^8.0.0` → `^9.0.0` | --- ### Release Notes <details> <summary>SmileyChris/django-countries (django-countries)</summary> ### [`v9.0.0`](https://github.com/SmileyChris/django-countries/blob/HEAD/CHANGES.md#900-10-June-2026) [Compare Source](https://github.com/SmileyChris/django-countries/compare/v8.2.0...v9.0.0) ##### Features - Nullable `CountryField` (with `null=True`) now returns `None` instead of `Country(code=None)` when the database value is NULL. This makes the nullability explicit at the field level rather than inside the `Country` object, resulting in cleaner typing where `Country.code` is always a `str` (never `None`). **Breaking change:** Code that previously checked `obj.country.code is None` should now check `obj.country is None`. The common pattern `if obj.country:` continues to work unchanged. ([#&#8203;481](https://github.com/SmileyChris/django-countries/issues/481)) - Add Django 6.0 and Python 3.14 support. Drop Django 3.2, 5.0, 5.1 and Python 3.8, 3.9. Minimum DRF bumped to 3.14. - Add an opt-in `Countries.sorted(locale=...)` helper to return country choices sorted by translated display names. ##### Bugfixes - Fix multiple type stub issues in `fields.pyi`: correct return types for `Country.name`, `Country.alpha3`, `Country.ioc_code` (now `str` instead of `str | None`), `Country.numeric` (now `int | None` instead of `str | None`), and `MultipleCountriesDescriptor.__iter__` (now `Iterator[Country]` instead of `Any`). Also add missing `blank_label` attribute and accept positional `verbose_name` argument in `CountryField.__init__` overloads. ([#&#8203;483](https://github.com/SmileyChris/django-countries/issues/483)) - Exclude .mypy\_cache directory from source distributions (was 73% of the sdist). ([#&#8203;490](https://github.com/SmileyChris/django-countries/issues/490)) ##### Improved Documentation - Clarify that multiple=True returns a MultipleCountriesDescriptor, not a plain list. ([#&#8203;485](https://github.com/SmileyChris/django-countries/issues/485)) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yMTYuNCIsInVwZGF0ZWRJblZlciI6IjQzLjI2NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbXX0=-->
_renovate commented 2026-06-10 18:01:15 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-10 18:32:09 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-06-12 10:24:53 +02:00 (Migrated from edugit.org)

added 20 commits

  • 0a83055d...63944d55 - 19 commits from branch master
  • ee197f0f - Update dependency django-countries to v9

Compare with previous version

added 20 commits <ul><li>0a83055d...63944d55 - 19 commits from branch <code>master</code></li><li>ee197f0f - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=144762&start_sha=0a83055dc0907c23eb3f0fa506d49bd49f2b7d76)
_renovate commented 2026-06-12 11:48:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • fac3474c - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>fac3474c - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=144772&start_sha=ee197f0f946cac38a83c300aaeed29f55b683bae)
_renovate commented 2026-06-19 22:45:39 +02:00 (Migrated from edugit.org)

added 4 commits

  • fac3474c...4281f6fb - 3 commits from branch master
  • c379e46f - Update dependency django-countries to v9

Compare with previous version

added 4 commits <ul><li>fac3474c...4281f6fb - 3 commits from branch <code>master</code></li><li>c379e46f - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=145453&start_sha=fac3474cedae9b322c1d414b1d13614c996443e8)
_renovate commented 2026-06-20 02:43:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • d6b6f04b - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>d6b6f04b - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=145739&start_sha=c379e46f40eeae12b1e35f953cb021b748dbbf42)
_renovate commented 2026-06-20 03:58:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78cd2d00 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>78cd2d00 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=145834&start_sha=d6b6f04b318ea0cc8661ffe86078b07bac9a32ad)
_renovate commented 2026-06-20 05:25:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • a82c898e - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>a82c898e - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=145959&start_sha=78cd2d001f68e78a3c03e9e8d0b29ad65742ae05)
_renovate commented 2026-06-20 05:51:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23966c92 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>23966c92 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146014&start_sha=a82c898e180a30a4b78f0425e5cd1a13f7d98780)
_renovate commented 2026-06-20 06:20:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 49f7345b - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>49f7345b - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146063&start_sha=23966c92f048ae9ed4a6622cfa8f2eec44a83abf)
_renovate commented 2026-06-20 07:00:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f41edea - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>6f41edea - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146123&start_sha=49f7345b64e0c3865d3181dd770e01fb77d31127)
_renovate commented 2026-06-20 08:13:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f0422f2 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>6f0422f2 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146212&start_sha=6f41edeae276d9efeca25a8eeb6f361b25f96c6b)
_renovate commented 2026-06-20 10:10:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a1120de - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>9a1120de - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146330&start_sha=6f0422f28dd457f754e08aba94accb3379913c9b)
_renovate commented 2026-06-20 12:16:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • b3db3bdf - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>b3db3bdf - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146564&start_sha=9a1120dedef0dfcc63c8430cae0bb49b0e8b330d)
_renovate commented 2026-06-20 12:37:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 616c671d - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>616c671d - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146594&start_sha=b3db3bdf9170158c515f4b3c16c4635a1a539cb7)
_renovate commented 2026-06-20 13:18:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 437a5e7c - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>437a5e7c - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146623&start_sha=616c671d2fb1f2b008e2e681a15d7a6479ff8867)
_renovate commented 2026-06-20 13:58:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6045d1a4 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>6045d1a4 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146673&start_sha=437a5e7cd4e3273c76faab8941b22966f53cb93f)
_renovate commented 2026-06-20 14:03:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • f8ac83a8 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>f8ac83a8 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146683&start_sha=6045d1a43c8cdfa3e39ee7b712ab63698baa6e21)
_renovate commented 2026-06-20 15:46:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b749879 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>2b749879 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146805&start_sha=f8ac83a8004cffb644912c7449dd6db1487945aa)
_renovate commented 2026-06-20 16:31:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9dae9c7d - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>9dae9c7d - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=146846&start_sha=2b749879e03606d17819bf5a9b0e34c64e748692)
_renovate commented 2026-06-20 21:08:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e1b965b - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>0e1b965b - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147190&start_sha=9dae9c7d786b878b4770c2a07c0269126abbfddb)
_renovate commented 2026-06-20 21:53:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • b51652e1 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>b51652e1 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147266&start_sha=0e1b965b354802a166b38491eefb05974cde1983)
_renovate commented 2026-06-20 22:12:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29d748b0 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>29d748b0 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147309&start_sha=b51652e18729f91cb0f56156b335eb53f21d1512)
_renovate commented 2026-06-20 23:10:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 666e2504 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>666e2504 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147384&start_sha=29d748b0d92e8fadf924c2161c17db663281cba4)
_renovate commented 2026-06-20 23:30:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4c70ebe9 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>4c70ebe9 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147412&start_sha=666e2504354b7ffd926a7ad4f9a1ecb4545efe5c)
_renovate commented 2026-06-21 00:18:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb0b304c - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>bb0b304c - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147448&start_sha=4c70ebe94fd884db3cb2a37fc89259f251777784)
_renovate commented 2026-06-21 00:47:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • e2c3d042 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>e2c3d042 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147493&start_sha=bb0b304c192144a6f724caf42163b5b471806805)
_renovate commented 2026-06-21 02:42:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ff940e96 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>ff940e96 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147573&start_sha=e2c3d0429250d8e28a1046008fa904c7dc8ad304)
_renovate commented 2026-06-21 04:19:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 739f1c05 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>739f1c05 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147718&start_sha=ff940e969726758b2ccc5b02a5bde11fb3121cea)
_renovate commented 2026-06-21 06:53:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 043efb68 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>043efb68 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=147984&start_sha=739f1c05dbec91f23556a04286fc2eefab28a517)
_renovate commented 2026-06-21 07:41:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0cfc6028 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>0cfc6028 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148025&start_sha=043efb68def39645a5e08cb038fb2e4a2dc3f1e0)
_renovate commented 2026-06-21 10:18:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 24f6b358 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>24f6b358 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148298&start_sha=0cfc6028bac0d54f7b8b3e96c741ca153e469617)
_renovate commented 2026-06-21 11:55:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4d98cb9 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>b4d98cb9 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148450&start_sha=24f6b3583430c9d46f3f716bdd823450176df569)
_renovate commented 2026-06-21 13:38:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6b15e1a7 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>6b15e1a7 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148547&start_sha=b4d98cb9f325739125b1116d0d8629a81b57596e)
_renovate commented 2026-06-21 14:25:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b5af22d - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>2b5af22d - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148603&start_sha=6b15e1a795088a98e5085ccc58dd9fcc7c36e3b5)
_renovate commented 2026-06-21 14:56:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 93568bd0 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>93568bd0 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148674&start_sha=2b5af22dd8ef701a2321133fdeaf8bd0a6fd943b)
_renovate commented 2026-06-21 16:12:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5ff1fda - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>a5ff1fda - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148804&start_sha=93568bd091db7117143d1c2799cc062a5c5937ee)
_renovate commented 2026-06-21 17:28:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2879c7ba - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>2879c7ba - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=148980&start_sha=a5ff1fda72fee10da2299e92da802f7b84019936)
_renovate commented 2026-06-21 21:05:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 877a617d - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>877a617d - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149249&start_sha=2879c7badc82bb2b8a5457667fe8671a91948c5d)
_renovate commented 2026-06-21 22:26:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 876df6b5 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>876df6b5 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149393&start_sha=877a617dfd2b92f635f58a7de5128012a080583b)
_renovate commented 2026-06-21 23:35:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 00239be8 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>00239be8 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149497&start_sha=876df6b54ae92c01f7cf0064c502a5bb2728011d)
_renovate commented 2026-06-21 23:55:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 493cb7a2 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>493cb7a2 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149517&start_sha=00239be8a217a91b2bb7a0a4428b86f90743452a)
_renovate commented 2026-06-22 00:15:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • a2462e99 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>a2462e99 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149535&start_sha=493cb7a2816afbed35dfd6d931806000de49a486)
_renovate commented 2026-06-22 00:59:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1bded7c5 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>1bded7c5 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149609&start_sha=a2462e99d7485702f6bbbd2009cd6fbfc758388e)
_renovate commented 2026-06-22 03:12:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 048b0772 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>048b0772 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149813&start_sha=1bded7c551fb9371957ae0f077d843668b82e310)
_renovate commented 2026-06-22 04:00:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1c474b22 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>1c474b22 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149937&start_sha=048b0772a3bf160437921d3ad8503f7e4964c7f4)
_renovate commented 2026-06-22 04:13:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • be0fa142 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>be0fa142 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149949&start_sha=1c474b226cd8b901f5d6f85003a92657a7d95942)
_renovate commented 2026-06-22 04:49:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 18661168 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>18661168 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=149987&start_sha=be0fa14295eb3f3785c673bda182c7febeb50e9f)
_renovate commented 2026-06-22 10:22:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 48057693 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>48057693 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150493&start_sha=18661168c8f4832ebe88ae14f40b1f4e489608fe)
_renovate commented 2026-06-22 11:47:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4cd985f - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>b4cd985f - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150640&start_sha=48057693da66aacd154c3d47c3150824f7b04602)
_renovate commented 2026-06-22 13:07:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ef9458b - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>7ef9458b - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150755&start_sha=b4cd985f30b17577a71dc8184f171d382a27bc7c)
_renovate commented 2026-06-22 13:56:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9738220d - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>9738220d - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150823&start_sha=7ef9458b3811a04e3373879f3a6b1bc0f6faf4b5)
_renovate commented 2026-06-22 14:23:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd2cefaa - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>fd2cefaa - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150892&start_sha=9738220d800f64032f56adeda70204f54c9bd983)
_renovate commented 2026-06-22 15:01:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6982db23 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>6982db23 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=150973&start_sha=fd2cefaac28b80ccf3263872507b593478c36491)
_renovate commented 2026-06-22 15:36:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ab2d3e5 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>7ab2d3e5 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151066&start_sha=6982db236a08b274c2cf8e30501283a200e02169)
_renovate commented 2026-06-22 16:29:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • c8a74619 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>c8a74619 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151200&start_sha=7ab2d3e5e851fcb4a3a377c2d97fa81b406fc0e2)
_renovate commented 2026-06-22 17:12:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • f8ec1c4b - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>f8ec1c4b - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151298&start_sha=c8a746193051b5e2ba7125b92d8ef27956757863)
_renovate commented 2026-06-22 17:36:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • ccd30a0a - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>ccd30a0a - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151373&start_sha=f8ec1c4b41dba60d79505341e55a3663db46563f)
_renovate commented 2026-06-22 18:09:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31533165 - Update dependency django-countries to v9

Compare with previous version

added 1 commit <ul><li>31533165 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151426&start_sha=ccd30a0a456a9a952db3ff426c74df294631dcb1)
_renovate commented 2026-06-26 10:09:46 +02:00 (Migrated from edugit.org)

added 97 commits

  • 31533165...792876d7 - 96 commits from branch master
  • a0cd53d3 - Update dependency django-countries to v9

Compare with previous version

added 97 commits <ul><li>31533165...792876d7 - 96 commits from branch <code>master</code></li><li>a0cd53d3 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151591&start_sha=315331653d11663165278747e2ca491b811fe073)
_renovate commented 2026-07-02 22:09:57 +02:00 (Migrated from edugit.org)

added 27 commits

  • a0cd53d3...2a0de1d9 - 26 commits from branch master
  • ed5f38f4 - Update dependency django-countries to v9

Compare with previous version

added 27 commits <ul><li>a0cd53d3...2a0de1d9 - 26 commits from branch <code>master</code></li><li>ed5f38f4 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=151712&start_sha=a0cd53d32a3e944538c14cf84397d1f939678008)
_renovate commented 2026-07-10 17:50:25 +02:00 (Migrated from edugit.org)

added 12 commits

  • ed5f38f4...1c1a1674 - 11 commits from branch master
  • 61bb0e65 - Update dependency django-countries to v9

Compare with previous version

added 12 commits <ul><li>ed5f38f4...1c1a1674 - 11 commits from branch <code>master</code></li><li>61bb0e65 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=152078&start_sha=ed5f38f450fbff44b1d73c3821b2bd70838ea630)
_renovate commented 2026-07-17 00:48:24 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-17 02:33:07 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-17 03:49:16 +02:00 (Migrated from edugit.org)

added 28 commits

  • 61bb0e65...a91b1453 - 27 commits from branch master
  • f4bc3a7f - Update dependency django-countries to v9

Compare with previous version

added 28 commits <ul><li>61bb0e65...a91b1453 - 27 commits from branch <code>master</code></li><li>f4bc3a7f - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=152343&start_sha=61bb0e655f8aabf78b27a6403e1fdcf5d0b4cf94)
_renovate commented 2026-07-19 15:42:55 +02:00 (Migrated from edugit.org)

added 12 commits

  • f4bc3a7f...5f2ea02d - 11 commits from branch master
  • 48910f04 - Update dependency django-countries to v9

Compare with previous version

added 12 commits <ul><li>f4bc3a7f...5f2ea02d - 11 commits from branch <code>master</code></li><li>48910f04 - Update dependency django-countries to v9</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS-Core/-/merge_requests/2274/diffs?diff_id=152439&start_sha=f4bc3a7fdf1d87d90a1abb6032a37a29d4bf0726)
Author
Member

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

### Edited/Blocked Notification Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. ⚠️ **Warning**: custom changes will be lost.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/django-countries-9.x:renovate/django-countries-9.x
git switch renovate/django-countries-9.x

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch master
git merge --no-ff renovate/django-countries-9.x
git switch renovate/django-countries-9.x
git rebase master
git switch master
git merge --ff-only renovate/django-countries-9.x
git switch renovate/django-countries-9.x
git rebase master
git switch master
git merge --no-ff renovate/django-countries-9.x
git switch master
git merge --squash renovate/django-countries-9.x
git switch master
git merge --ff-only renovate/django-countries-9.x
git switch master
git merge renovate/django-countries-9.x
git push origin master
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
aleksis/AlekSIS-Core!3919
No description provided.