Update dependency django-stubs to v6 #454

Merged
_renovate merged 1 commit from renovate/django-stubs-6.x into master 2026-05-05 12:11:42 +02:00
_renovate commented 2026-03-24 03:22:31 +01:00 (Migrated from edugit.org)

This MR contains the following updates:

Package Change Age Confidence
django-stubs (changelog) ^5.0.0^6.0.0 age confidence

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

typeddjango/django-stubs (django-stubs)

v6.0.3

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.2...6.0.3

v6.0.2

Compare Source

What's Changed

We now officially support mypy@1.20.
Since this release we run ty over our test cases.

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.1...6.0.2

v6.0.1

Compare Source

What's Changed

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.0...6.0.1

v6.0.0

Compare Source

This version add stubs coverage to all known Django 6.0 functionality. If you find anything missing, please open an issue.

Besides Django 6.0 updates, there is an even larger number of other improvements.

Many thanks to everyone who helped out, the amount of contributions has been amazing!

⚠️ Known issues

There is a crash bug in the mypy plugin, when checking code that uses QuerySet.order_by() with abstract models. Please follow #​3184

Django 6.0 stubs updates

Other stubs improvements

Plugin updates

Housekeeping

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/5.2.9...6.0.0


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 | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [django-stubs](https://github.com/typeddjango/django-stubs) ([changelog](https://github.com/typeddjango/django-stubs/releases)) | `^5.0.0` → `^6.0.0` | ![age](https://developer.mend.io/api/mc/badges/age/pypi/django-stubs/6.0.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/django-stubs/5.2.9/6.0.3?slim=true) | --- > ⚠️ **Warning** > > Some dependencies could not be looked up. Check the [Dependency Dashboard](#33) for more information. --- ### Release Notes <details> <summary>typeddjango/django-stubs (django-stubs)</summary> ### [`v6.0.3`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.3) [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.2...6.0.3) #### What's Changed - Remove patching of `reveal_type()` and `reveal_locals()` by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3255](https://github.com/typeddjango/django-stubs/pull/3255) - Resolve `.values_list()` field types on annotated querysets by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3253](https://github.com/typeddjango/django-stubs/pull/3253) - Add `__eq__` to CaseInsensitiveMapping by [@&#8203;hauntsaninja](https://github.com/hauntsaninja) in [#&#8203;3256](https://github.com/typeddjango/django-stubs/pull/3256) - Add an AI policy by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3247](https://github.com/typeddjango/django-stubs/pull/3247) - Preserve NamedTuple row type when annotating values\_list(named=True) querysets by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3261](https://github.com/typeddjango/django-stubs/pull/3261) - Use `TypedDictType` directly when merging typeddict by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3262](https://github.com/typeddjango/django-stubs/pull/3262) - Prefetch related queryset incompatible type by [@&#8203;steele](https://github.com/steele) in [#&#8203;3263](https://github.com/typeddjango/django-stubs/pull/3263) - Fix `databases` type in `SimpleTestCase` to use `Literal["__all__"]` by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3264](https://github.com/typeddjango/django-stubs/pull/3264) - typing: Node methods return an instance of the subclass by [@&#8203;noamkush](https://github.com/noamkush) in [#&#8203;3265](https://github.com/typeddjango/django-stubs/pull/3265) - Fix row type lost when using `.annotate(...)` on custom bound `QuerySet` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3271](https://github.com/typeddjango/django-stubs/pull/3271) - Refine types in html.pyi: Remove Incomplete and Any by [@&#8203;01xnikhil](https://github.com/01xnikhil) in [#&#8203;3270](https://github.com/typeddjango/django-stubs/pull/3270) - Improve type precision in template backends by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3276](https://github.com/typeddjango/django-stubs/pull/3276) - Update dependency django to v6.0.4 \[SECURITY] by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3278](https://github.com/typeddjango/django-stubs/pull/3278) - Cache apt packages for GDAL in CI by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3268](https://github.com/typeddjango/django-stubs/pull/3268) - Loosen ListFilter.choices() return type to allow custom filter templates by [@&#8203;alessio-b2c2](https://github.com/alessio-b2c2) in [#&#8203;3180](https://github.com/typeddjango/django-stubs/pull/3180) - Use `ignoreDeps` to prevent Renovate from updating Python versions by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3280](https://github.com/typeddjango/django-stubs/pull/3280) - Propagate `WithAnnotations` through custom `QuerySet` methods by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3266](https://github.com/typeddjango/django-stubs/pull/3266) - Add debugging tip for yml tests in contributing guide by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3284](https://github.com/typeddjango/django-stubs/pull/3284) - Widen `build_q_object_from_lookup_parameters` parameter type by [@&#8203;alessio-b2c2](https://github.com/alessio-b2c2) in [#&#8203;3277](https://github.com/typeddjango/django-stubs/pull/3277) - Fix `ListFilter.used_parameters` and params types in admin filter stubs by [@&#8203;alessio-b2c2](https://github.com/alessio-b2c2) in [#&#8203;3187](https://github.com/typeddjango/django-stubs/pull/3187) - Make LazyObject generic to improve `__deepcopy__` return type by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3275](https://github.com/typeddjango/django-stubs/pull/3275) - Widen `names` arg to `Query.names_to_path` to `Sequence[str]` by [@&#8203;joshuadavidthomas](https://github.com/joshuadavidthomas) in [#&#8203;3285](https://github.com/typeddjango/django-stubs/pull/3285) - Improve type precision and add missing attrs across utils stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3290](https://github.com/typeddjango/django-stubs/pull/3290) - Improve types in contrib.auth.views by [@&#8203;01xnikhil](https://github.com/01xnikhil) in [#&#8203;3294](https://github.com/typeddjango/django-stubs/pull/3294) - Propagate Subquery output field type through generics by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3297](https://github.com/typeddjango/django-stubs/pull/3297) - Type-check `(a)get_or_create` and `(a)update_or_create` kwargs by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3309](https://github.com/typeddjango/django-stubs/pull/3309) - Make Func generic over output\_field by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3311](https://github.com/typeddjango/django-stubs/pull/3311) - Update mypy to 1.20.1 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3316](https://github.com/typeddjango/django-stubs/pull/3316) - Fix attname column by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3318](https://github.com/typeddjango/django-stubs/pull/3318) #### New Contributors - [@&#8203;steele](https://github.com/steele) made their first contribution in [#&#8203;3263](https://github.com/typeddjango/django-stubs/pull/3263) - [@&#8203;alessio-b2c2](https://github.com/alessio-b2c2) made their first contribution in [#&#8203;3180](https://github.com/typeddjango/django-stubs/pull/3180) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.2...6.0.3> ### [`v6.0.2`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.2) [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.1...6.0.2) #### What's Changed We now officially support `mypy@1.20`. Since this release we run `ty` over our test cases. - Add missing `swappable` parameter to ForeignKey and OneToOneField by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3204](https://github.com/typeddjango/django-stubs/pull/3204) - Support WithAnnotations TypedDict fields in queryset validation by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3208](https://github.com/typeddjango/django-stubs/pull/3208) - Add `backend` attribute stub for authenticated users by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3210](https://github.com/typeddjango/django-stubs/pull/3210) - \[pre-commit.ci] pre-commit autoupdate by [@&#8203;pre-commit-ci](https://github.com/pre-commit-ci)\[bot] in [#&#8203;3214](https://github.com/typeddjango/django-stubs/pull/3214) - chore(deps): update dependency uv\_build to >=0.11.0,<0.12.0 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3216](https://github.com/typeddjango/django-stubs/pull/3216) - Reparametrize implicit generic QuerySet subclasses by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3217](https://github.com/typeddjango/django-stubs/pull/3217) - Fix `in` operator false positive with union types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3206](https://github.com/typeddjango/django-stubs/pull/3206) - Refactor auto reparametrize to reduce code duplication by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3219](https://github.com/typeddjango/django-stubs/pull/3219) - Allow missing config section when `DJANGO_SETTINGS_MODULE` is set by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3223](https://github.com/typeddjango/django-stubs/pull/3223) - Fix `NestedObjects.nested` return type to `list[Any]` by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3226](https://github.com/typeddjango/django-stubs/pull/3226) - Update HttpRequest path methods to match Django 5.x defaults by [@&#8203;01xnikhil](https://github.com/01xnikhil) in [#&#8203;3227](https://github.com/typeddjango/django-stubs/pull/3227) - Resolve queryset annotate types for expressions with static ClassVar by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3221](https://github.com/typeddjango/django-stubs/pull/3221) - Use `Model` instead of `Self` in parms and add `AltersData` inheritance by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3228](https://github.com/typeddjango/django-stubs/pull/3228) - Expose django admin fieldset types in `django_stubs_ext` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3237](https://github.com/typeddjango/django-stubs/pull/3237) - Migrate more typecheck tests to assert\_type by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3234](https://github.com/typeddjango/django-stubs/pull/3234) - Include django and django-stubs versions in plugin config data by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3236](https://github.com/typeddjango/django-stubs/pull/3236) - Make Lookup type argument optional by defaulting \_T to Any by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3235](https://github.com/typeddjango/django-stubs/pull/3235) - Fix mypy crash on QuerySet subclass with forward-referenced TypeVar by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3241](https://github.com/typeddjango/django-stubs/pull/3241) - Disallow mutually exclusive arguments `boolean` and `empty_value` in admin `display` decorator by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3242](https://github.com/typeddjango/django-stubs/pull/3242) - Use getattr for `field.attname` with fallback to `field.name` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3248](https://github.com/typeddjango/django-stubs/pull/3248) - Resolve `.values()` field types on annotated querysets by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3232](https://github.com/typeddjango/django-stubs/pull/3232) - Use newer syntax and enable more mypy configuration options by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3203](https://github.com/typeddjango/django-stubs/pull/3203) #### New Contributors - [@&#8203;01xnikhil](https://github.com/01xnikhil) made their first contribution in [#&#8203;3227](https://github.com/typeddjango/django-stubs/pull/3227) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.1...6.0.2> ### [`v6.0.1`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.1) [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.0...6.0.1) #### What's Changed - Fix `serve()` return type to include `HttpResponse` by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3199](https://github.com/typeddjango/django-stubs/pull/3199) - Add missing `Meta` class stubs for auth and session models by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3200](https://github.com/typeddjango/django-stubs/pull/3200) - Fix crash in `.order_by` validation for abstract models by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3197](https://github.com/typeddjango/django-stubs/pull/3197) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.0...6.0.1> ### [`v6.0.0`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.0) [Compare Source](https://github.com/typeddjango/django-stubs/compare/5.2.9...6.0.0) This version add stubs coverage to all known Django 6.0 functionality. If you find anything missing, please open an issue. Besides Django 6.0 updates, there is an even larger number of other improvements. Many thanks to everyone who helped out, the amount of contributions has been amazing! #### ⚠️ Known issues There is a crash bug in the mypy plugin, when checking code that uses `QuerySet.order_by()` with abstract models. Please follow [#&#8203;3184](https://github.com/typeddjango/django-stubs/issues/3184) #### Django 6.0 stubs updates - Add Model.NotUpdated & ObjectNotUpdated exceptions by [@&#8203;intgr](https://github.com/intgr) in [#&#8203;2940](https://github.com/typeddjango/django-stubs/pull/2940) - Add stubs for built-in CSP support by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2931](https://github.com/typeddjango/django-stubs/pull/2931) - Add `databases=` parameter to `check_generic_foreign_keys`, `check_model_name_lengths` by [@&#8203;Tosinibikunle](https://github.com/Tosinibikunle) in [#&#8203;2951](https://github.com/typeddjango/django-stubs/pull/2951) - Add stubs for django.db.models.StringAgg and Aggregate order\_by fields by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2960](https://github.com/typeddjango/django-stubs/pull/2960) - Add stubs for django.contrib.postgres.search.Lexeme and CombinedLexeme by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2961](https://github.com/typeddjango/django-stubs/pull/2961) - Update ADMINS and MANAGERS setting type by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2965](https://github.com/typeddjango/django-stubs/pull/2965) - Require kwargs for optional parameters in mail functions by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2966](https://github.com/typeddjango/django-stubs/pull/2966) - Add hints support to postgres extension classes by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2972](https://github.com/typeddjango/django-stubs/pull/2972) - Fix missing stubs for `__del__` methods by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;2974](https://github.com/typeddjango/django-stubs/pull/2974) - Require kwargs for optional parameters in EmailMessage by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2975](https://github.com/typeddjango/django-stubs/pull/2975) - Support passing MIMEPart object to EmailMessage.attach by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2976](https://github.com/typeddjango/django-stubs/pull/2976) - Add Django Tasks framework by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;2967](https://github.com/typeddjango/django-stubs/pull/2967) - Add `SetPasswordMixin.__class_getitem__` by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;2985](https://github.com/typeddjango/django-stubs/pull/2985) - Remove useless decorators from `main/django/contrib/auth/admin.py` by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;2986](https://github.com/typeddjango/django-stubs/pull/2986) - Remove default value from check functions by [@&#8203;brianhelba](https://github.com/brianhelba) in [#&#8203;2993](https://github.com/typeddjango/django-stubs/pull/2993) - Allow plain `Form` in `DeleteView` type parameters by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;2996](https://github.com/typeddjango/django-stubs/pull/2996) - Fix `FileField` and `ImageField` instance access return types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;2997](https://github.com/typeddjango/django-stubs/pull/2997) - Fix window function parameter types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;2999](https://github.com/typeddjango/django-stubs/pull/2999) - Add support for AnyValue aggregate by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3002](https://github.com/typeddjango/django-stubs/pull/3002) - Add missing database backend feature flags by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3005](https://github.com/typeddjango/django-stubs/pull/3005) - Add TASKS setting by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3006](https://github.com/typeddjango/django-stubs/pull/3006) - Add async pagination support by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3009](https://github.com/typeddjango/django-stubs/pull/3009) - Add template partials support by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3010](https://github.com/typeddjango/django-stubs/pull/3010) - Update deprecation module by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3013](https://github.com/typeddjango/django-stubs/pull/3013) - Add missing migration serializers by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3016](https://github.com/typeddjango/django-stubs/pull/3016) - Add system checks support by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3019](https://github.com/typeddjango/django-stubs/pull/3019) - Add missing mail module signatures by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3023](https://github.com/typeddjango/django-stubs/pull/3023) - Add auth module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3024](https://github.com/typeddjango/django-stubs/pull/3024) - Add http utilities support by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3025](https://github.com/typeddjango/django-stubs/pull/3025) - Add form constraint validation support by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3026](https://github.com/typeddjango/django-stubs/pull/3026) - Add test module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3027](https://github.com/typeddjango/django-stubs/pull/3027) - Add contenttypes module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3029](https://github.com/typeddjango/django-stubs/pull/3029) - Add missing migration operation stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3032](https://github.com/typeddjango/django-stubs/pull/3032) - Add postgres module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3037](https://github.com/typeddjango/django-stubs/pull/3037) - Add utils module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3043](https://github.com/typeddjango/django-stubs/pull/3043) - Update conf settings stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3045](https://github.com/typeddjango/django-stubs/pull/3045) - Add tasks module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3044](https://github.com/typeddjango/django-stubs/pull/3044) - Update admin module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3048](https://github.com/typeddjango/django-stubs/pull/3048) - Update constraint, index, and migration stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3051](https://github.com/typeddjango/django-stubs/pull/3051) - Update GIS module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3054](https://github.com/typeddjango/django-stubs/pull/3054) - Update PostgreSQL backend stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3070](https://github.com/typeddjango/django-stubs/pull/3070) - Update Oracle utils stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3066](https://github.com/typeddjango/django-stubs/pull/3066) - Update SQLite backend stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3072](https://github.com/typeddjango/django-stubs/pull/3072) - Update base database backend stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3075](https://github.com/typeddjango/django-stubs/pull/3075) - Update MySQL and Oracle backend stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3078](https://github.com/typeddjango/django-stubs/pull/3078) - Update compiler stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3079](https://github.com/typeddjango/django-stubs/pull/3079) - Remove deprecated stubs and add referenced\_fields by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3081](https://github.com/typeddjango/django-stubs/pull/3081) - Add missing JSON lookup method stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3082](https://github.com/typeddjango/django-stubs/pull/3082) - Add types for BaseBinaryDumper in postgis base by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3099](https://github.com/typeddjango/django-stubs/pull/3099) - Add missing Model base class stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3101](https://github.com/typeddjango/django-stubs/pull/3101) - Add model expressions stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3096](https://github.com/typeddjango/django-stubs/pull/3096) #### Other stubs improvements - Fix `SessionBase` dict method signatures by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3020](https://github.com/typeddjango/django-stubs/pull/3020) - Fix WSGI `LimitedStream` stub signatures by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3022](https://github.com/typeddjango/django-stubs/pull/3022) - Replaced `IO[bytes]` with `_PostDataProtocol` to fix `HttpRequest` compatibility by [@&#8203;Skyiesac](https://github.com/Skyiesac) in [#&#8203;3167](https://github.com/typeddjango/django-stubs/pull/3167) - `ResponseHeaders` can take any mapping, not just `dict` by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3014](https://github.com/typeddjango/django-stubs/pull/3014) - Allow `formfield_callback` to return `None` by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3021](https://github.com/typeddjango/django-stubs/pull/3021) - Add overloads to Library.inclusion\_tag for proper type inference by [@&#8203;rgant](https://github.com/rgant) in [#&#8203;3039](https://github.com/typeddjango/django-stubs/pull/3039) - Add missing items across contrib module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3049](https://github.com/typeddjango/django-stubs/pull/3049) - Add missing items across core module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3058](https://github.com/typeddjango/django-stubs/pull/3058) - Fix lower bound for `response_gone_class` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3061](https://github.com/typeddjango/django-stubs/pull/3061) - Add admin helper and autocomplete stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3063](https://github.com/typeddjango/django-stubs/pull/3063) - Fix auth and contenttypes stub signatures by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3069](https://github.com/typeddjango/django-stubs/pull/3069) - Allow `get_violation_error_message` to return dictionaries by [@&#8203;meunomemauricio](https://github.com/meunomemauricio) in [#&#8203;3065](https://github.com/typeddjango/django-stubs/pull/3065) - Fix database router type hints by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3074](https://github.com/typeddjango/django-stubs/pull/3074) - Allow UserAdmin with custom user models by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3076](https://github.com/typeddjango/django-stubs/pull/3076) - Fix conflated decorator and decorator factory return types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3080](https://github.com/typeddjango/django-stubs/pull/3080) - Add form\_class stubs on auth views by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3083](https://github.com/typeddjango/django-stubs/pull/3083) - Fix password hasher stubs and add missing members by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3084](https://github.com/typeddjango/django-stubs/pull/3084) - Allow TransactionTestCase.assertQuerySetEqual to take values=Iterable by [@&#8203;cjwatson](https://github.com/cjwatson) in [#&#8203;3087](https://github.com/typeddjango/django-stubs/pull/3087) - Update min/max/step parameters of IntegerField to accept Callables by [@&#8203;LincolnPuzey](https://github.com/LincolnPuzey) in [#&#8203;3093](https://github.com/typeddjango/django-stubs/pull/3093) - Fix login\_required overloads and auth model stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3090](https://github.com/typeddjango/django-stubs/pull/3090) - Add migration autodetector and questioner stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3095](https://github.com/typeddjango/django-stubs/pull/3095) - Add types BaseTextDumper in postgis base by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3100](https://github.com/typeddjango/django-stubs/pull/3100) - Add missing GIS geometry and measure stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3102](https://github.com/typeddjango/django-stubs/pull/3102) - Fix `Subquery` and `Exists` to accept subquery inputs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3103](https://github.com/typeddjango/django-stubs/pull/3103) - Add missing GDAL geometry and SRS stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3104](https://github.com/typeddjango/django-stubs/pull/3104) - Fix encoding functions returning Any instead of str/bytes by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3106](https://github.com/typeddjango/django-stubs/pull/3106) - Add GIS management command stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3107](https://github.com/typeddjango/django-stubs/pull/3107) - Add missing GeoModelAdminMixin and fix GISModelAdmin types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3108](https://github.com/typeddjango/django-stubs/pull/3108) - Add missing GeographyType stub in postgis base.pyi by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3113](https://github.com/typeddjango/django-stubs/pull/3113) - Add types for register\_geometry\_adapters in postgis base by [@&#8203;DeXtAr47-oss](https://github.com/DeXtAr47-oss) in [#&#8203;3105](https://github.com/typeddjango/django-stubs/pull/3105) - Improve template module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3114](https://github.com/typeddjango/django-stubs/pull/3114) - Add missing aggregate and lookup attributes by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3118](https://github.com/typeddjango/django-stubs/pull/3118) - Add stubs for `AdminSeleniumTestCase.assertCountSeleniumElements` by [@&#8203;DeXtAr47-oss](https://github.com/DeXtAr47-oss) in [#&#8203;3117](https://github.com/typeddjango/django-stubs/pull/3117) - Fix test runner stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3119](https://github.com/typeddjango/django-stubs/pull/3119) - Allow expressions in ordering types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3121](https://github.com/typeddjango/django-stubs/pull/3121) - Add missing database function stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3122](https://github.com/typeddjango/django-stubs/pull/3122) - Fix MySQL backend feature stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3124](https://github.com/typeddjango/django-stubs/pull/3124) - 5.2: Add Field.has\_db\_default method by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3125](https://github.com/typeddjango/django-stubs/pull/3125) - Fix lazy function return types by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3133](https://github.com/typeddjango/django-stubs/pull/3133) - 5.2: Add `BaseDatabaseFeatures.rounds_to_even` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3128](https://github.com/typeddjango/django-stubs/pull/3128) - 5.2: Add `django.db.models.fields.tuple_lookups module` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3131](https://github.com/typeddjango/django-stubs/pull/3131) - 5.2: Fix Oracle backend feature stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3136](https://github.com/typeddjango/django-stubs/pull/3136) - 5.2: Add `ForeignKey.cast_db_type` method by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3126](https://github.com/typeddjango/django-stubs/pull/3126) - 5.2: Add `BaseDatabaseFeatures.supports_tuple_lookups` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3129](https://github.com/typeddjango/django-stubs/pull/3129) - 5.2: Add `Q.identity` `cached_property` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3127](https://github.com/typeddjango/django-stubs/pull/3127) - 5.2: Add `BaseDatabaseSchemaEditor.sql_pk_constraint` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3130](https://github.com/typeddjango/django-stubs/pull/3130) - Fix SQL query module type stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3138](https://github.com/typeddjango/django-stubs/pull/3138) - 5.2: Remove `MySQLGISSchemaEditor.__init__` by [@&#8203;JaeHyuckSa](https://github.com/JaeHyuckSa) in [#&#8203;3139](https://github.com/typeddjango/django-stubs/pull/3139) - Add stubs for SeleniumTestCaseBase and SeleniumTestCase by [@&#8203;DeXtAr47-oss](https://github.com/DeXtAr47-oss) in [#&#8203;3135](https://github.com/typeddjango/django-stubs/pull/3135) - Fix query and query\_utils module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3140](https://github.com/typeddjango/django-stubs/pull/3140) - Fix testcases module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3143](https://github.com/typeddjango/django-stubs/pull/3143) - Type the view parameter of conf.urls.static.static by [@&#8203;rgant](https://github.com/rgant) in [#&#8203;3145](https://github.com/typeddjango/django-stubs/pull/3145) - Add DB and GIS backends module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3144](https://github.com/typeddjango/django-stubs/pull/3144) - Add missing FileField and ImageField class attributes by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3147](https://github.com/typeddjango/django-stubs/pull/3147) - Add missing methods and fix inheritance in forms stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3153](https://github.com/typeddjango/django-stubs/pull/3153) - Improve stubs for `django.utils.datastructures.ImmutableList` by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3155](https://github.com/typeddjango/django-stubs/pull/3155) - Fix selenium test case stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3159](https://github.com/typeddjango/django-stubs/pull/3159) - Fix URL module stubs by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3160](https://github.com/typeddjango/django-stubs/pull/3160) - Fix password and auth helper stub annotations by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3161](https://github.com/typeddjango/django-stubs/pull/3161) - Add missing field stub members and fix type annotations by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3164](https://github.com/typeddjango/django-stubs/pull/3164) - Add GIS function and contenttypes stub annotations by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3169](https://github.com/typeddjango/django-stubs/pull/3169) - Remove stale stub attributes that no longer exist at runtime by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3175](https://github.com/typeddjango/django-stubs/pull/3175) - Improve types fo LazyObject dunder method by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3166](https://github.com/typeddjango/django-stubs/pull/3166) - Fix stubs for `django.db.models.expressions.Window` by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3170](https://github.com/typeddjango/django-stubs/pull/3170) - Fix `value_to_string` return types for JSONField and RangeField by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3188](https://github.com/typeddjango/django-stubs/pull/3188) - Fix stubs for `allowed_default` in expression classes by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3186](https://github.com/typeddjango/django-stubs/pull/3186) - Add stub for register\_combinable\_fields in expressions by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3189](https://github.com/typeddjango/django-stubs/pull/3189) - Improve forms module type annotations by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3191](https://github.com/typeddjango/django-stubs/pull/3191) #### Plugin updates - Add plugin support for `NotUpdated` exception by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3046](https://github.com/typeddjango/django-stubs/pull/3046) - Handle lookups in Annotated fields by [@&#8203;gg-mmill](https://github.com/gg-mmill) in [#&#8203;3097](https://github.com/typeddjango/django-stubs/pull/3097) - Fix edge case with `Prefetch` + `to_attr` and multiple levels by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3151](https://github.com/typeddjango/django-stubs/pull/3151) - Validate the `update_fields` and `unique_fields` of `bulk_create` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3150](https://github.com/typeddjango/django-stubs/pull/3150) - Validate `earliest` / `latest` / `orderby` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3158](https://github.com/typeddjango/django-stubs/pull/3158) - Validate `only` / `defer` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3165](https://github.com/typeddjango/django-stubs/pull/3165) - Fix order\_by false positives with field transforms by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3178](https://github.com/typeddjango/django-stubs/pull/3178) - Fix order\_by false positive with values() expression aliases by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3185](https://github.com/typeddjango/django-stubs/pull/3185) #### Housekeeping - Tests: Update to Django 6.0; fall back to 5.2 on Python <3.12 by [@&#8203;intgr](https://github.com/intgr) in [#&#8203;2939](https://github.com/typeddjango/django-stubs/pull/2939) - Django 6.0.1 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;2984](https://github.com/typeddjango/django-stubs/pull/2984) - Run tests with Python 3.14 (except stubtest) by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;2866](https://github.com/typeddjango/django-stubs/pull/2866) - Docs: Update versions table & Django/Python version by [@&#8203;intgr](https://github.com/intgr) in [#&#8203;3008](https://github.com/typeddjango/django-stubs/pull/3008) - Add Django 6.0 allowlist to contributing guide by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3073](https://github.com/typeddjango/django-stubs/pull/3073) - Add tests for `_PropertyDescriptor` usage in `response.pyi` by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3086](https://github.com/typeddjango/django-stubs/pull/3086) - Expand reverse fk lookup tests by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3141](https://github.com/typeddjango/django-stubs/pull/3141) - Fix `django.utils.inspect` stubtest errors on Python 3.14+ by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3152](https://github.com/typeddjango/django-stubs/pull/3152) - Enable `explicit-override` and `--disallow-subclassing-any` by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3172](https://github.com/typeddjango/django-stubs/pull/3172) - Bump pyright target from Python 3.8 to 3.10 by [@&#8203;emmanuel-ferdman](https://github.com/emmanuel-ferdman) in [#&#8203;3176](https://github.com/typeddjango/django-stubs/pull/3176) - Fix Django 5.2 stubtest allowlist: resolve and clean up todo entries by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3179](https://github.com/typeddjango/django-stubs/pull/3179) - Remove references to stale stubtest allowlists by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3182](https://github.com/typeddjango/django-stubs/pull/3182) - Add `django-modern-rest` to the README by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3183](https://github.com/typeddjango/django-stubs/pull/3183) - Update docs.djangoproject.com links to current stable version by [@&#8203;intgr](https://github.com/intgr) in [#&#8203;3194](https://github.com/typeddjango/django-stubs/pull/3194) #### New Contributors - [@&#8203;Tosinibikunle](https://github.com/Tosinibikunle) made their first contribution in [#&#8203;2951](https://github.com/typeddjango/django-stubs/pull/2951) - [@&#8203;rgant](https://github.com/rgant) made their first contribution in [#&#8203;3039](https://github.com/typeddjango/django-stubs/pull/3039) - [@&#8203;meunomemauricio](https://github.com/meunomemauricio) made their first contribution in [#&#8203;3065](https://github.com/typeddjango/django-stubs/pull/3065) - [@&#8203;ahmedasar00](https://github.com/ahmedasar00) made their first contribution in [#&#8203;3099](https://github.com/typeddjango/django-stubs/pull/3099) - [@&#8203;DeXtAr47-oss](https://github.com/DeXtAr47-oss) made their first contribution in [#&#8203;3105](https://github.com/typeddjango/django-stubs/pull/3105) - [@&#8203;Skyiesac](https://github.com/Skyiesac) made their first contribution in [#&#8203;3167](https://github.com/typeddjango/django-stubs/pull/3167) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/5.2.9...6.0.0> </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:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMTYxLjAiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
_renovate commented 2026-03-24 03:22:36 +01:00 (Migrated from edugit.org)

mentioned in issue #33

mentioned in issue #33
_renovate commented 2026-03-24 22:24:47 +01:00 (Migrated from edugit.org)

added 3 commits

  • 7f467bae...c0958981 - 2 commits from branch master
  • f3b973f0 - Update dependency django-stubs to v6

Compare with previous version

added 3 commits <ul><li>7f467bae...c0958981 - 2 commits from branch <code>master</code></li><li>f3b973f0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=85132&start_sha=7f467bae1dde12d595e4a6b0a19680116662b386)
_renovate commented 2026-04-01 10:50:33 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-02 18:23:22 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-25 20:56:47 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-26 00:05:36 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-26 00:36:53 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 00:05:06 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 00:37:18 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-27 20:41:16 +02:00 (Migrated from edugit.org)

added 15 commits

  • f3b973f0...cf2d91ef - 14 commits from branch master
  • b8139ddc - Update dependency django-stubs to v6

Compare with previous version

added 15 commits <ul><li>f3b973f0...cf2d91ef - 14 commits from branch <code>master</code></li><li>b8139ddc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=86919&start_sha=f3b973f06e447229d85dbe6e98550ff5ced1a7fc)
_renovate commented 2026-04-27 23:59:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7373f14 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f7373f14 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=87646&start_sha=b8139ddc6de3d18706e8c6d0665d0b0e2c4fa473)
_renovate commented 2026-04-28 00:54:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31ea033f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>31ea033f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=87859&start_sha=f7373f14d97068d7125c6b0a9c77baec21a4cd2a)
_renovate commented 2026-04-28 01:26:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad3d0cdf - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ad3d0cdf - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=87994&start_sha=31ea033feb195739bb66762a13b464216e76f0bb)
_renovate commented 2026-04-28 18:03:06 +02:00 (Migrated from edugit.org)

added 11 commits

  • ad3d0cdf...f193da3d - 10 commits from branch master
  • 753ad113 - Update dependency django-stubs to v6

Compare with previous version

added 11 commits <ul><li>ad3d0cdf...f193da3d - 10 commits from branch <code>master</code></li><li>753ad113 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=89617&start_sha=ad3d0cdfc372be3612514827d797c3145724be46)
_renovate commented 2026-04-28 18:03:09 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-28 18:58:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1faded94 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1faded94 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=89716&start_sha=753ad113725ede665c9a9b5244a7c7026755d2b3)
_renovate commented 2026-04-28 18:58:17 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-28 19:24:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7682dfb5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7682dfb5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=89777&start_sha=1faded94079db0d4e5a5c82b8b7f16e7be131648)
_renovate commented 2026-04-28 19:24:10 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-28 23:26:25 +02:00 (Migrated from edugit.org)

added 7 commits

  • 7682dfb5...0bc3dc7e - 6 commits from branch master
  • b4d29566 - Update dependency django-stubs to v6

Compare with previous version

added 7 commits <ul><li>7682dfb5...0bc3dc7e - 6 commits from branch <code>master</code></li><li>b4d29566 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=90094&start_sha=7682dfb54a0774aeaca19eae5fe25390498723a7)
_renovate commented 2026-04-28 23:26:28 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 01:46:44 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 02:02:27 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 02:02:29 +02:00 (Migrated from edugit.org)

added 2 commits

  • efdee08a - 1 commit from branch master
  • 77cf38eb - Update dependency django-stubs to v6

Compare with previous version

added 2 commits <ul><li>efdee08a - 1 commit from branch <code>master</code></li><li>77cf38eb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=90302&start_sha=b4d295662eec54e81b05e8083081508ca53fdec1)
_renovate commented 2026-04-29 02:56:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb076bab - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bb076bab - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=90386&start_sha=77cf38eb5f2969915b2fbfd7a5d8f23e7c654ad8)
_renovate commented 2026-04-29 02:56:34 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-29 04:23:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03827b55 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>03827b55 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=90588&start_sha=bb076bab0105ad76fba3a6b0ca05506d3d0c2c1c)
_renovate commented 2026-04-29 06:42:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 452186e7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>452186e7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=90848&start_sha=03827b55e6299bda056d3e8352d62b1701dd11e1)
_renovate commented 2026-04-29 08:53:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f846981 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3f846981 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91320&start_sha=452186e7ad34673504f48abc7a032f20320b0fcc)
_renovate commented 2026-04-29 09:23:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 89773612 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>89773612 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91375&start_sha=3f846981ad7af8b212a8745e215e15ca29be7471)
_renovate commented 2026-04-29 10:05:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • fdf34aca - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fdf34aca - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91555&start_sha=897736122586f62a22368f2b2ed51e0c4652c5a8)
_renovate commented 2026-04-29 10:25:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 646ac340 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>646ac340 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91584&start_sha=fdf34acaa751e3f1db1305f919e3424093c9b239)
_renovate commented 2026-04-29 10:57:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 833a73a8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>833a73a8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91712&start_sha=646ac34025fefa73f3f6a77b437e260a7f75d7ca)
_renovate commented 2026-04-29 11:02:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f34e587 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1f34e587 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91737&start_sha=833a73a8bb70fee73ce147617b8cc19a3394aa3a)
_renovate commented 2026-04-29 11:09:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 03407520 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>03407520 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91780&start_sha=1f34e5873f6c2e109bbf776af6a34d9997fa3866)
_renovate commented 2026-04-29 11:29:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 062127bd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>062127bd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=91893&start_sha=03407520b03efd27fca030232cc30cdd947f78d4)
_renovate commented 2026-04-29 16:40:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5723caf7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5723caf7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=92377&start_sha=062127bd453c902f2b205a1a55793772b9c875a0)
_renovate commented 2026-04-29 18:15:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 55ddd054 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>55ddd054 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=92584&start_sha=5723caf79a290e4e582e93eb10108da963e75295)
_renovate commented 2026-04-29 18:52:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • a32e225c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a32e225c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=92702&start_sha=55ddd0541e10a68a0daca203119a1cb1c1ffca3c)
_renovate commented 2026-04-29 20:01:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d2b9641 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6d2b9641 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=92820&start_sha=a32e225c27592421d4b7e41ab3a013093cf03545)
_renovate commented 2026-04-30 00:54:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5376dcd7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5376dcd7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=93228&start_sha=6d2b96419fcaf173b190516b8df2deca69166074)
_renovate commented 2026-04-30 01:31:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7797fb68 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7797fb68 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=93316&start_sha=5376dcd7ac50a035665722ca43c2da8be9e055c2)
_renovate commented 2026-04-30 01:41:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • fcd3f429 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fcd3f429 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=93344&start_sha=7797fb68cbdb769dc1398e352b0a9830861d7358)
_renovate commented 2026-04-30 05:14:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa430a57 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fa430a57 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=93830&start_sha=fcd3f4297cfb399c025b5e6685cab018103648b3)
_renovate commented 2026-04-30 05:14:41 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-30 11:22:58 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-04-30 20:56:43 +02:00 (Migrated from edugit.org)

added 2 commits

  • 9312c4e5 - 1 commit from branch master
  • d1e3eac8 - Update dependency django-stubs to v6

Compare with previous version

added 2 commits <ul><li>9312c4e5 - 1 commit from branch <code>master</code></li><li>d1e3eac8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=95194&start_sha=fa430a578d45a5ed3e45a647703a0a975562814d)
_renovate commented 2026-05-01 03:08:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3dc51e6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c3dc51e6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=95619&start_sha=d1e3eac84013737ae957e794fcd3a7ebf768f011)
_renovate commented 2026-05-01 03:53:52 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 05:01:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5c55f468 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5c55f468 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=95707&start_sha=c3dc51e66c57a481d09ee92948f825553bae2107)
_renovate commented 2026-05-01 05:01:45 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-01 05:06:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7b72707 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f7b72707 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=95717&start_sha=5c55f468523e3311485862310cde9e0a48ac1f5c)
_renovate commented 2026-05-01 12:07:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad3022bc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ad3022bc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=96095&start_sha=f7b727072d4458726c5925e98b9befab77b80055)
_renovate commented 2026-05-01 13:15:11 +02:00 (Migrated from edugit.org)

added 3 commits

  • ad3022bc...12644c2c - 2 commits from branch master
  • 1091f115 - Update dependency django-stubs to v6

Compare with previous version

added 3 commits <ul><li>ad3022bc...12644c2c - 2 commits from branch <code>master</code></li><li>1091f115 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=96186&start_sha=ad3022bcb6bf2c376ef81f0a577e9d2e1744efd0)
_renovate commented 2026-05-01 16:26:07 +02:00 (Migrated from edugit.org)

added 4 commits

  • 1091f115...4552b4d6 - 3 commits from branch master
  • 2693766a - Update dependency django-stubs to v6

Compare with previous version

added 4 commits <ul><li>1091f115...4552b4d6 - 3 commits from branch <code>master</code></li><li>2693766a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=96450&start_sha=1091f1157a1f745c402b6b9d2c34ffa7cedd0994)
_renovate commented 2026-05-01 17:05:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9aeff7bb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9aeff7bb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=96501&start_sha=2693766a9904ba52d760ea52a918ce2f086094da)
_renovate commented 2026-05-02 05:35:54 +02:00 (Migrated from edugit.org)

added 2 commits

  • bb6d295e - 1 commit from branch master
  • f2239d5f - Update dependency django-stubs to v6

Compare with previous version

added 2 commits <ul><li>bb6d295e - 1 commit from branch <code>master</code></li><li>f2239d5f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97404&start_sha=9aeff7bbf9f76450a61142308ff53bd126d6f8c0)
_renovate commented 2026-05-02 06:29:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • ffae20f7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ffae20f7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97478&start_sha=f2239d5f30eab33b73941f5cc7bfa390501fb94d)
_renovate commented 2026-05-02 08:21:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed248218 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ed248218 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97651&start_sha=ffae20f74484fbb77ac3b06b0f6f98275d1e53ea)
_renovate commented 2026-05-02 08:54:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61b3a89d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>61b3a89d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97702&start_sha=ed248218daec5fa1cf57a376f0307bc1c2dcf5d1)
_renovate commented 2026-05-02 10:17:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95360c32 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>95360c32 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97825&start_sha=61b3a89d01297e31293e97452cf15c0ca940846e)
_renovate commented 2026-05-02 11:57:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • da240e55 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>da240e55 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=97984&start_sha=95360c32e47cdc9faf2c76e1d4ad9ef0ed793582)
_renovate commented 2026-05-02 11:57:20 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-02 16:31:29 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-02 16:53:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc647c3d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cc647c3d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=98294&start_sha=da240e555bc46f86cd9ffc79c21cf7e496ffbc9c)
_renovate commented 2026-05-02 17:52:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • ca51ccfc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ca51ccfc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=98352&start_sha=cc647c3d06f128ca7923fa6fded114610a2b3f6a)
_renovate commented 2026-05-03 00:43:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5a0e0d13 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5a0e0d13 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=98819&start_sha=ca51ccfc4d427e0699388dc0e1180608d4c62137)
_renovate commented 2026-05-03 00:43:17 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 02:15:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-03 02:15:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • f95baf2c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f95baf2c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=99093&start_sha=5a0e0d135cb8d353d296070a72b8f48c35015c24)
_renovate commented 2026-05-03 03:35:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 87bc6549 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>87bc6549 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=99312&start_sha=f95baf2c3d5af567ecd8bd973a4ca5beb6c9094e)
_renovate commented 2026-05-03 06:22:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4c97fe83 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4c97fe83 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=99502&start_sha=87bc6549dbe67cfc5fdf270e0f551ae3cbe856a6)
_renovate commented 2026-05-03 17:20:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • a9b30bbe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a9b30bbe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=100279&start_sha=4c97fe83e6e0668ef2115fc00619b22481ceb060)
_renovate commented 2026-05-03 19:40:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • fd8eef8c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fd8eef8c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=100479&start_sha=a9b30bbe742aed7a49942b79722e1f95904a14d0)
_renovate commented 2026-05-03 20:26:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • aba1dc8a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>aba1dc8a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=100522&start_sha=fd8eef8cf2cb6d60151f02d718ac741257a253d9)
_renovate commented 2026-05-03 22:09:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • ab3da0e0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ab3da0e0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=100668&start_sha=aba1dc8a2d5e461e27fec6e57be5fe7dcb68faeb)
_renovate commented 2026-05-03 22:49:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • a0565114 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a0565114 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=100740&start_sha=ab3da0e06d667ac2949e6ce312799cc05d05ab4c)
_renovate commented 2026-05-04 04:56:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f7bae08 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3f7bae08 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=101137&start_sha=a056511488ce37acb318bd6a1ca31e247b8ab424)
_renovate commented 2026-05-04 11:51:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8f10d584 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8f10d584 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=101600&start_sha=3f7bae0849c47b866b35233199529d29a3b0dfd7)
_renovate commented 2026-05-04 12:21:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • c08026af - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c08026af - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=101677&start_sha=8f10d5846ce10e37494fcf15fbc38b84a54a71f5)
_renovate commented 2026-05-04 12:55:30 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 13:31:02 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-04 23:16:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • d3ac5141 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d3ac5141 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=102658&start_sha=c08026aff17a4ae364f02db31e69ed8bc3dadc78)
_renovate commented 2026-05-05 02:12:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6f4d96f1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6f4d96f1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=102887&start_sha=d3ac51410047916bfaa7cad41d8157d64f3f6f84)
_renovate commented 2026-05-05 03:41:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5e42a1a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d5e42a1a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103029&start_sha=6f4d96f14387b5513ad2359f49a8f0b92d3534ff)
_renovate commented 2026-05-05 05:18:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • d2589d12 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d2589d12 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103152&start_sha=d5e42a1a3ded63f303ffdb90140987e627e49343)
_renovate commented 2026-05-05 05:59:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d461d5b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0d461d5b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103223&start_sha=d2589d12e284441c8c2441803ae7d19086f501b5)
_renovate commented 2026-05-05 06:14:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0b26302f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0b26302f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103255&start_sha=0d461d5b94323489f88cbc0e4a5e73bbf51f818b)
_renovate commented 2026-05-05 09:04:34 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 09:04:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4b6f55c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d4b6f55c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103511&start_sha=0b26302f133231e488b66e4283f39e9bd71fabe8)
_renovate commented 2026-05-05 09:51:32 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 11:07:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • c1468d19 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c1468d19 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103663&start_sha=d4b6f55cca5c1807b479e759f18fafc58f037593)
_renovate commented 2026-05-05 11:07:06 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-05-05 11:13:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • f7642ee9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f7642ee9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/AlekSIS/official/AlekSIS/-/merge_requests/350/diffs?diff_id=103681&start_sha=c1468d1996047e29bd244ccda42c70dd53fdb24f)
_renovate commented 2026-05-05 11:32:54 +02:00 (Migrated from edugit.org)

changed the description

changed the description
hansegucker commented 2026-05-05 12:11:41 +02:00 (Migrated from edugit.org)

mentioned in commit 4b970f463d

mentioned in commit 4b970f463d5dd30e80df595f9315ae2dfdb4e011
hansegucker (Migrated from edugit.org) merged commit 4b970f463d into master 2026-05-05 12:11:43 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
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!454
No description provided.