Update dependency django-stubs to v6 #257

Open
_renovate wants to merge 1 commit from renovate/django-stubs-6.x into master
_renovate commented 2026-03-24 03:13:08 +01:00 (Migrated from edugit.org)

This MR contains the following updates:

Package Type Update Change
django-stubs (changelog) dev major ^5.0.0^6.0.0

Release Notes

typeddjango/django-stubs (django-stubs)

v6.0.7: Version 6.0.7

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.6...6.0.7

v6.0.6: Version 6.0.6

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.5...6.0.6

v6.0.5: Version 6.0.5

Compare Source

What's Changed

New Contributors

Full Changelog: https://github.com/typeddjango/django-stubs/compare/6.0.4...6.0.5

v6.0.4

Compare Source

mypy@2.0 support is added.

What's Changed

New Contributors

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

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 | Type | Update | Change | |---|---|---|---| | [django-stubs](https://github.com/typeddjango/django-stubs) ([changelog](https://github.com/typeddjango/django-stubs/releases)) | dev | major | `^5.0.0` → `^6.0.0` | --- ### Release Notes <details> <summary>typeddjango/django-stubs (django-stubs)</summary> ### [`v6.0.7`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.7): Version 6.0.7 [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.6...6.0.7) #### What's Changed - Fix manager resolution when QuerySet overrides as\_manager by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3460](https://github.com/typeddjango/django-stubs/pull/3460) - Fix order\_by false positives with JSONField key transforms by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3459](https://github.com/typeddjango/django-stubs/pull/3459) - typing: improve CaptureQueriesContext and test decorators in django.t… by [@&#8203;01-Harshit](https://github.com/01-Harshit) in [#&#8203;3233](https://github.com/typeddjango/django-stubs/pull/3233) - Drop README version rows targeting unsupported Django versions by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3466](https://github.com/typeddjango/django-stubs/pull/3466) - Update mypy to 2.2 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3467](https://github.com/typeddjango/django-stubs/pull/3467) - Fix lookup false positive for unions containing combinable expressions by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3469](https://github.com/typeddjango/django-stubs/pull/3469) - Fully annotate `Field.formfield` keyword args by [@&#8203;brianhelba](https://github.com/brianhelba) in [#&#8203;3443](https://github.com/typeddjango/django-stubs/pull/3443) - Preserve values() aliases through annotate() for order\_by by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3479](https://github.com/typeddjango/django-stubs/pull/3479) - Annotate unparameterized Field references by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3482](https://github.com/typeddjango/django-stubs/pull/3482) - Update mypy to 2.3.0, release 6.0.7 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3487](https://github.com/typeddjango/django-stubs/pull/3487) #### New Contributors - [@&#8203;01-Harshit](https://github.com/01-Harshit) made their first contribution in [#&#8203;3233](https://github.com/typeddjango/django-stubs/pull/3233) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.6...6.0.7> ### [`v6.0.6`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.6): Version 6.0.6 [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.5...6.0.6) #### What's Changed - Fix `task` decorator typing for `takes_context=True` by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3406](https://github.com/typeddjango/django-stubs/pull/3406) - Improve database backend typing by [@&#8203;dekkers](https://github.com/dekkers) in [#&#8203;3190](https://github.com/typeddjango/django-stubs/pull/3190) - Fix only pk validation for abstract models by [@&#8203;Lotram](https://github.com/Lotram) in [#&#8203;3430](https://github.com/typeddjango/django-stubs/pull/3430) - Make `validators` consistent by [@&#8203;brianhelba](https://github.com/brianhelba) in [#&#8203;3433](https://github.com/typeddjango/django-stubs/pull/3433) - Allow aggregate filters to use expressions by [@&#8203;Lotram](https://github.com/Lotram) in [#&#8203;3434](https://github.com/typeddjango/django-stubs/pull/3434) - Typecheck save()/asave() update\_fields against model fields by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3444](https://github.com/typeddjango/django-stubs/pull/3444) #### New Contributors - [@&#8203;dekkers](https://github.com/dekkers) made their first contribution in [#&#8203;3190](https://github.com/typeddjango/django-stubs/pull/3190) - [@&#8203;Lotram](https://github.com/Lotram) made their first contribution in [#&#8203;3430](https://github.com/typeddjango/django-stubs/pull/3430) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.5...6.0.6> ### [`v6.0.5`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.5): Version 6.0.5 [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.4...6.0.5) #### What's Changed - Accept datetime/timedelta on reverse ops of Combinable by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3361](https://github.com/typeddjango/django-stubs/pull/3361) - Update dependency pyrefly to v0.64.1 by [@&#8203;renovate](https://github.com/renovate)\[bot] in [#&#8203;3377](https://github.com/typeddjango/django-stubs/pull/3377) - Preserve row type when `.annotate()` is called on a generic QuerySet by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3379](https://github.com/typeddjango/django-stubs/pull/3379) - Fix type checking of `__in` lookup by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3314](https://github.com/typeddjango/django-stubs/pull/3314) - Fix GenericPrefetch invariance with QuerySet by [@&#8203;pmdevita](https://github.com/pmdevita) in [#&#8203;3380](https://github.com/typeddjango/django-stubs/pull/3380) - Preserve row type in merge\_annotations\_from\_custom\_method by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3383](https://github.com/typeddjango/django-stubs/pull/3383) - Add mypy 2.1.0 support by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3384](https://github.com/typeddjango/django-stubs/pull/3384) - Update `pyrefly` to 1.0.0 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3386](https://github.com/typeddjango/django-stubs/pull/3386) - Fix `related_model` type for mypy 2.1 by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3388](https://github.com/typeddjango/django-stubs/pull/3388) - Re-enable `empty-body` error code for mypy and ty by [@&#8203;ngnpope](https://github.com/ngnpope) in [#&#8203;3390](https://github.com/typeddjango/django-stubs/pull/3390) - Fix `mark_safe` to accept `StrOrPromise` by [@&#8203;Alexerson](https://github.com/Alexerson) in [#&#8203;3392](https://github.com/typeddjango/django-stubs/pull/3392) - Enable `unused-ignore` code in pyrefly by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3393](https://github.com/typeddjango/django-stubs/pull/3393) - Fix InlineModelAdmin parent-object method signatures by [@&#8203;MyGodIsHe](https://github.com/MyGodIsHe) in [#&#8203;3308](https://github.com/typeddjango/django-stubs/pull/3308) - Fix `AdminSite.register` typing by [@&#8203;noamkush](https://github.com/noamkush) in [#&#8203;3387](https://github.com/typeddjango/django-stubs/pull/3387) #### New Contributors - [@&#8203;pmdevita](https://github.com/pmdevita) made their first contribution in [#&#8203;3380](https://github.com/typeddjango/django-stubs/pull/3380) - [@&#8203;MyGodIsHe](https://github.com/MyGodIsHe) made their first contribution in [#&#8203;3308](https://github.com/typeddjango/django-stubs/pull/3308) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.4...6.0.5> ### [`v6.0.4`](https://github.com/typeddjango/django-stubs/releases/tag/6.0.4) [Compare Source](https://github.com/typeddjango/django-stubs/compare/6.0.3...6.0.4) `mypy@2.0` support is added. #### What's Changed - Add more test field nullable by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3325](https://github.com/typeddjango/django-stubs/pull/3325) - Add `RedisCache._cache` by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3337](https://github.com/typeddjango/django-stubs/pull/3337) - Extract `analyze_member_access` helper into helpers module by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3339](https://github.com/typeddjango/django-stubs/pull/3339) - Type-check `defaults` and `create_defaults` dict literals by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3326](https://github.com/typeddjango/django-stubs/pull/3326) - Relax constraint on `finders.find(all=...)` by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3352](https://github.com/typeddjango/django-stubs/pull/3352) - Type `EmailMessage.message()` return as stdlib `email.message.EmailMessage` by [@&#8203;ahmedasar00](https://github.com/ahmedasar00) in [#&#8203;3291](https://github.com/typeddjango/django-stubs/pull/3291) - Fix annotate leak across functions by [@&#8203;UnknownPlatypus](https://github.com/UnknownPlatypus) in [#&#8203;3330](https://github.com/typeddjango/django-stubs/pull/3330) - Accept single `str/Combinable` for `Aggregate.order_by` by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3357](https://github.com/typeddjango/django-stubs/pull/3357) - Expose Aggregate kwargs on subclass `__init__` stubs by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3359](https://github.com/typeddjango/django-stubs/pull/3359) - Replace `**flags` with explicit kwargs on `Library.filter` by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3360](https://github.com/typeddjango/django-stubs/pull/3360) - Resolve `default_alias` for positional Aggregate in `annotate()` by [@&#8203;federicobond](https://github.com/federicobond) in [#&#8203;3362](https://github.com/typeddjango/django-stubs/pull/3362) - Update Django to 6.0.5 by [@&#8203;sobolevn](https://github.com/sobolevn) in [#&#8203;3369](https://github.com/typeddjango/django-stubs/pull/3369) #### New Contributors - [@&#8203;bitmooze](https://github.com/bitmooze) made their first contribution in [#&#8203;3331](https://github.com/typeddjango/django-stubs/pull/3331) **Full Changelog**: <https://github.com/typeddjango/django-stubs/compare/6.0.3...6.0.4> ### [`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:eyJjcmVhdGVkSW5WZXIiOiI0My44Ni4yIiwidXBkYXRlZEluVmVyIjoiNDMuMjYyLjIiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOltdfQ==-->
_renovate commented 2026-04-02 18:13:28 +02:00 (Migrated from edugit.org)

changed the description

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

added 15 commits

  • a84530d8...9c92af0a - 14 commits from branch master
  • 680c27fe - Update dependency django-stubs to v6

Compare with previous version

added 15 commits <ul><li>a84530d8...9c92af0a - 14 commits from branch <code>master</code></li><li>680c27fe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=85829&start_sha=a84530d8dc746466568b857a5f16d73c9fe89c8a)
_renovate commented 2026-04-25 20:27:35 +02:00 (Migrated from edugit.org)

changed the description

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

added 1 commit

  • d37269e5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d37269e5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=86859&start_sha=680c27fef8a4bbe3e6940209b6753f2f86d9e4df)
_renovate commented 2026-04-27 22:18:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35735169 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>35735169 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=87194&start_sha=d37269e56fc382df1b2de8e97df7e75c63384e40)
_renovate commented 2026-04-27 23:00:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 98f4cd96 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>98f4cd96 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=87353&start_sha=35735169c27d8c29d982c6d06d745125f17281a5)
_renovate commented 2026-04-27 23:21:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2abb5ea7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2abb5ea7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=87469&start_sha=98f4cd96ecba43eb83c62c354a5f184da77ba035)
_renovate commented 2026-04-28 00:02:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa612e01 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fa612e01 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=87660&start_sha=2abb5ea7e7fb363b919f8e177394ee58b38d6f02)
_renovate commented 2026-04-28 02:21:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf0a3688 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cf0a3688 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=88166&start_sha=fa612e012190164deebad0fecd72dbe530c4c14e)
_renovate commented 2026-04-28 07:05:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • f34d1297 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f34d1297 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=88488&start_sha=cf0a36885a57daa1da01c251c41b71e3ced9c8a9)
_renovate commented 2026-04-28 07:57:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4d49ac55 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4d49ac55 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=88511&start_sha=f34d12974df1bdb1ec8c78140ef370898c2aa668)
_renovate commented 2026-04-28 12:59:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19fd547e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>19fd547e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=88867&start_sha=4d49ac551f131bad3906e93a09bb21c0ae3a1dbc)
_renovate commented 2026-04-28 14:51:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9e8d4f56 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9e8d4f56 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=89056&start_sha=19fd547e2e5664795a37952f44a2cf44994c6161)
_renovate commented 2026-04-28 15:56:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95e5726e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>95e5726e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=89245&start_sha=9e8d4f568f12c695d16f33c3aab6b635f74f9f7c)
_renovate commented 2026-04-28 16:17:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5d0691a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a5d0691a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=89293&start_sha=95e5726efb98d62c76ef6340ae2662ceccaff7d2)
_renovate commented 2026-04-28 16:25:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4400b4c5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4400b4c5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=89320&start_sha=a5d0691a5be6033d329d474efbcf131178c4f6c5)
_renovate commented 2026-04-28 20:08:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 53b94780 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>53b94780 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=89852&start_sha=4400b4c5b1dbb614ab146496f37d9f61cf12a6cc)
_renovate commented 2026-04-28 22:01:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • e4b6bf6d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e4b6bf6d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90009&start_sha=53b94780ec93ba238d27546801dc54649b110437)
_renovate commented 2026-04-29 01:56:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • f08b7e33 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f08b7e33 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90283&start_sha=e4b6bf6df9c4cb94cec8042ef2ecb79fc9f3213d)
_renovate commented 2026-04-29 03:45:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 12c58fe6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>12c58fe6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90483&start_sha=f08b7e33e84a05bc74b34ad3d1da653079561713)
_renovate commented 2026-04-29 05:12:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29aafe80 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>29aafe80 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90675&start_sha=12c58fe6efa33fcdd512dfec13022fdabfa87d98)
_renovate commented 2026-04-29 05:40:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • f44c15be - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f44c15be - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90739&start_sha=29aafe8064a42b29ea9725c8a8c89274425ee12a)
_renovate commented 2026-04-29 06:10:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd4b1f71 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dd4b1f71 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90772&start_sha=f44c15be9a7a34beaada5f57039b7b6299f0f9d9)
_renovate commented 2026-04-29 07:32:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 318fcd00 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>318fcd00 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=90999&start_sha=dd4b1f7156b0ec385ddb399e6f3e0cecf26a114a)
_renovate commented 2026-04-29 08:16:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • ce14439c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ce14439c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=91183&start_sha=318fcd00296b95c2f2c9450b9612deae74a5aabc)
_renovate commented 2026-04-29 11:28:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 644a4413 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>644a4413 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=91883&start_sha=ce14439c43817df316d65e8fc4b06ffe7bf21c65)
_renovate commented 2026-04-29 15:26:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • d323ec34 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d323ec34 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=92284&start_sha=644a44131c9434345cf073d19f31dfb3cec7de84)
_renovate commented 2026-04-29 17:35:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 96a9f788 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>96a9f788 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=92457&start_sha=d323ec34960045f80e7645381169a18e678fcb15)
_renovate commented 2026-04-29 21:41:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3289a1fe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3289a1fe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=92995&start_sha=96a9f788767de3456ad30b26f8e456ebac8c2a56)
_renovate commented 2026-04-29 22:30:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23de7b8f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>23de7b8f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=93053&start_sha=3289a1fe209199daca755123f5132c76154c6c94)
_renovate commented 2026-04-30 00:01:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • f54e86ac - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f54e86ac - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=93169&start_sha=23de7b8f9707c20f2e1319cc35f1f3e3e39fcca2)
_renovate commented 2026-04-30 05:04:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7c9cd4ce - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7c9cd4ce - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=93797&start_sha=f54e86acd4e169dee0f4821ebd8d59c3ae4760aa)
_renovate commented 2026-04-30 09:36:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70804724 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>70804724 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94107&start_sha=7c9cd4ce77663e7da7c3280b5d231c4862ff9ea5)
_renovate commented 2026-04-30 10:12:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8105bf4a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8105bf4a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94181&start_sha=70804724072d14bf0d11d7ea2f315483c3bf5bb6)
_renovate commented 2026-04-30 12:17:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • e7748d2c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e7748d2c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94377&start_sha=8105bf4a663beff88c4e4024809323f575b405ba)
_renovate commented 2026-04-30 14:29:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • c81ef271 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c81ef271 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94577&start_sha=e7748d2c721ec47e49f4a77773e6ef48dae3f960)
_renovate commented 2026-04-30 15:45:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8b321414 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8b321414 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94701&start_sha=c81ef271285af97ebdfcc4ad53ea664d5c8371ba)
_renovate commented 2026-04-30 17:48:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f574461 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7f574461 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94854&start_sha=8b3214146de526308c28842a81cf6e9f16e858e5)
_renovate commented 2026-04-30 19:00:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 187898d7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>187898d7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=94984&start_sha=7f57446158713584bc9cce85ae16fc63d3788700)
_renovate commented 2026-04-30 20:12:57 +02:00 (Migrated from edugit.org)

added 3 commits

  • 187898d7...162ae046 - 2 commits from branch master
  • 90def2c8 - Update dependency django-stubs to v6

Compare with previous version

added 3 commits <ul><li>187898d7...162ae046 - 2 commits from branch <code>master</code></li><li>90def2c8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95130&start_sha=187898d74e1bef436c710a3d29be0947748a660f)
_renovate commented 2026-04-30 21:00:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 17026ffc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>17026ffc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95216&start_sha=90def2c8bcd45ee1a9b2bf4f2846838115d06a35)
_renovate commented 2026-04-30 22:53:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5ab0f6f2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5ab0f6f2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95376&start_sha=17026ffcb179f2375d8924cc47dc667cbc93bb06)
_renovate commented 2026-05-01 05:05:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5214cf3d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5214cf3d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95716&start_sha=5ab0f6f2722926aadf2e92b0dfb350a735a98e5b)
_renovate commented 2026-05-01 06:16:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • f80b354a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f80b354a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95785&start_sha=5214cf3d083665545b3a0283d3a44679dcb2159c)
_renovate commented 2026-05-01 08:33:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ff6e46e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7ff6e46e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=95949&start_sha=f80b354a9b487e236896482b68ffa647e897d2f3)
_renovate commented 2026-05-01 13:40:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a1f71c6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6a1f71c6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96212&start_sha=7ff6e46e106b7175165c865fcd7b99f4eb16cf21)
_renovate commented 2026-05-01 15:51:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • bc4f0135 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bc4f0135 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96401&start_sha=6a1f71c6db10b010a3d45ea45538d2b61cec825e)
_renovate commented 2026-05-01 17:22:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3d23e28 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a3d23e28 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96513&start_sha=bc4f01358cf70730d77d4fca95df557f7801b31d)
_renovate commented 2026-05-01 18:30:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8cfc3823 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8cfc3823 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96629&start_sha=a3d23e283d58b6708bab37d6879e2852ae64955b)
_renovate commented 2026-05-01 19:12:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7978e491 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7978e491 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96680&start_sha=8cfc382347404c28e916d2f4561c6d898f90c5ee)
_renovate commented 2026-05-01 20:31:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • fa1f73d0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fa1f73d0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96759&start_sha=7978e49156afa8fac792d709a09850ec3926521d)
_renovate commented 2026-05-01 23:40:08 +02:00 (Migrated from edugit.org)

added 2 commits

  • cc787519 - 1 commit from branch master
  • 2e0f2666 - Update dependency django-stubs to v6

Compare with previous version

added 2 commits <ul><li>cc787519 - 1 commit from branch <code>master</code></li><li>2e0f2666 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=96961&start_sha=fa1f73d042ef8bebecae79dd8b66892606fcc60c)
_renovate commented 2026-05-02 00:26:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 51bae038 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>51bae038 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97024&start_sha=2e0f2666004dc5264cc3dc9ff8e7713739ccc2f8)
_renovate commented 2026-05-02 00:30:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37b24d32 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>37b24d32 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97035&start_sha=51bae0383cc18e0811f6b46911ef19f5f7241158)
_renovate commented 2026-05-02 01:03:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • c0d52862 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c0d52862 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97066&start_sha=37b24d329627eab92f1283da4ca75ccebb4f9e45)
_renovate commented 2026-05-02 01:23:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9585da4d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9585da4d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97115&start_sha=c0d52862f0a81916cd9af62a142b419ae0fa7634)
_renovate commented 2026-05-02 05:30:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 905177a5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>905177a5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97395&start_sha=9585da4de7e5651ebbd53c09b80c9900ab5ff1e2)
_renovate commented 2026-05-02 06:41:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • f39b3fa0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f39b3fa0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97504&start_sha=905177a5721c32365a56fc2afe00a6a4d07e9f08)
_renovate commented 2026-05-02 07:56:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • c89ede8a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c89ede8a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97616&start_sha=f39b3fa0962ff0fb805ed9da4252c235be66b640)
_renovate commented 2026-05-02 09:23:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7004e8d5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7004e8d5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97741&start_sha=c89ede8af2eb0188008bb9c1c886a9c18104f5fb)
_renovate commented 2026-05-02 10:53:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a8179c1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8a8179c1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=97881&start_sha=7004e8d5b218f61d9984d8ce60f20653ba7c9096)
_renovate commented 2026-05-02 12:08:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • db305c4e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>db305c4e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98002&start_sha=8a8179c18fe367717d7a275b00ae2ec0000812aa)
_renovate commented 2026-05-02 15:58:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5ec3f6d7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5ec3f6d7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98224&start_sha=db305c4eb86b1d6812c6f490465aca46bcdc5047)
_renovate commented 2026-05-02 18:34:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • cc31732e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cc31732e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98395&start_sha=5ec3f6d74698adb684b9ff0878fb38e2c5013f40)
_renovate commented 2026-05-02 19:45:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43def965 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>43def965 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98459&start_sha=cc31732eb20ab52f78b482bbef97e2f116d59bf6)
_renovate commented 2026-05-02 20:04:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • a8784a6c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a8784a6c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98489&start_sha=43def9651c2022e7a0a7a40397216ac9a8781951)
_renovate commented 2026-05-02 21:45:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 360d8820 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>360d8820 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98636&start_sha=a8784a6cc572a224e74bda0265edaf2596d64707)
_renovate commented 2026-05-02 21:58:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 108c3147 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>108c3147 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98665&start_sha=360d8820cf8671f9204b4f01daab9817b335fd09)
_renovate commented 2026-05-02 23:22:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • f998f51a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f998f51a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=98757&start_sha=108c31472cd25e86aee3005a3165013207251f57)
_renovate commented 2026-05-03 02:03:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • c1624b6e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c1624b6e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99049&start_sha=f998f51a9137f2b80c00957bddb5408ff924a679)
_renovate commented 2026-05-03 02:17:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • d27b3568 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d27b3568 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99103&start_sha=c1624b6e29ae519d0a2b986df50bdfc6f6175ce8)
_renovate commented 2026-05-03 04:52:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • a32951a8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a32951a8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99419&start_sha=d27b356879d05766b53780c4e17ac342c9a561ec)
_renovate commented 2026-05-03 07:45:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 691f8ed8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>691f8ed8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99597&start_sha=a32951a8e08e39a14f1bb35d1ef3ba48f2edae19)
_renovate commented 2026-05-03 08:41:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3eab54b2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3eab54b2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99639&start_sha=691f8ed8e03cc0b5fa357cd950dbe707ae9abc40)
_renovate commented 2026-05-03 09:29:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2731b7fe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2731b7fe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99667&start_sha=3eab54b27df58d2547d2a2df3cc48302d0bf6f6b)
_renovate commented 2026-05-03 09:41:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • abba47a2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>abba47a2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99686&start_sha=2731b7fea60d369c8bd30c706f05e8339b432e50)
_renovate commented 2026-05-03 11:40:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9343b72 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d9343b72 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=99817&start_sha=abba47a2dedbb0a95ab2e8aa6303a144460be7f5)
_renovate commented 2026-05-03 14:31:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91c3f8c5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>91c3f8c5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100032&start_sha=d9343b72bbf8446e3032818e8fdec6e959d8e6c3)
_renovate commented 2026-05-03 15:33:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8cc4000b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8cc4000b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100116&start_sha=91c3f8c551ab19dd0c09403ee963366f82592dae)
_renovate commented 2026-05-03 18:29:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e0d1a48 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4e0d1a48 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100378&start_sha=8cc4000beef52250d1ea006d6159284ada1e493f)
_renovate commented 2026-05-03 18:55:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • fe54f111 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fe54f111 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100410&start_sha=4e0d1a4845c467e27172468693dcbb987a6be0d3)
_renovate commented 2026-05-03 19:02:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 929b1c27 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>929b1c27 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100433&start_sha=fe54f11164294cba2b53d6384939cb02c042b011)
_renovate commented 2026-05-03 23:45:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70000b69 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>70000b69 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=100824&start_sha=929b1c276ce080a6d9c724e9f72019d3be39979c)
_renovate commented 2026-05-04 05:00:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50ae7772 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>50ae7772 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=101145&start_sha=70000b69f172058be0144f155bf99568ba6fcb1f)
_renovate commented 2026-05-04 06:01:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • bb33ba61 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bb33ba61 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=101227&start_sha=50ae77725a4aa13df91cfd4f4e50735eba66312f)
_renovate commented 2026-05-04 07:09:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 448bef87 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>448bef87 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=101314&start_sha=bb33ba61aa9db067331a577f51533db5adabbe1a)
_renovate commented 2026-05-04 11:21:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 95568132 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>95568132 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=101547&start_sha=448bef876ca244b9c7d216a520c76d644b71fca0)
_renovate commented 2026-05-04 11:47:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 96ad65e9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>96ad65e9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=101587&start_sha=9556813294bdd9a570dcc0bfc7e9d149c30f8996)
_renovate commented 2026-05-04 16:54:22 +02:00 (Migrated from edugit.org)

added 3 commits

  • 96ad65e9...d0a53678 - 2 commits from branch master
  • 52a1e9b0 - Update dependency django-stubs to v6

Compare with previous version

added 3 commits <ul><li>96ad65e9...d0a53678 - 2 commits from branch <code>master</code></li><li>52a1e9b0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102105&start_sha=96ad65e9b381c413b65b91422b8c91ee0dd2fac4)
_renovate commented 2026-05-04 22:49:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • ae88d839 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ae88d839 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102619&start_sha=52a1e9b0c72972c10fcc8dfd68a7631a657915b7)
_renovate commented 2026-05-04 23:55:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • d524dc64 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d524dc64 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102685&start_sha=ae88d83997b9f90769a9597defc8825507a28ba8)
_renovate commented 2026-05-05 00:37:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b9f6f43 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5b9f6f43 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102744&start_sha=d524dc64681acfcead771bb1bef0eef033f92a97)
_renovate commented 2026-05-05 01:07:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9c08e8de - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9c08e8de - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102792&start_sha=5b9f6f43aecfbf8d39ecadcfdb565a7db273ea4a)
_renovate commented 2026-05-05 01:14:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 97efee40 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>97efee40 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102810&start_sha=9c08e8de4352580edbfb87f968c26712aa300e28)
_renovate commented 2026-05-05 02:35:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 439538f0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>439538f0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=102937&start_sha=97efee403771b92bf41a36e5a28f83a8cbd00412)
_renovate commented 2026-05-05 03:33:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7a97c556 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7a97c556 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103005&start_sha=439538f08bd14024cc46cbdc9bb585f60fc1d6ad)
_renovate commented 2026-05-05 05:33:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 286d6489 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>286d6489 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103189&start_sha=7a97c556cf6c73baa11ada2306bcf6323cce2c60)
_renovate commented 2026-05-05 06:19:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • e1608001 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e1608001 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103280&start_sha=286d64890a3cd3dd7e4baed1753da120a760c4d5)
_renovate commented 2026-05-05 07:08:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • b95263e6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b95263e6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103349&start_sha=e16080017cdd5f8c4ac6bd7f8b53cd6ffbb09c20)
_renovate commented 2026-05-05 08:00:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • dce55667 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dce55667 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103428&start_sha=b95263e63af54da032209805439ce5e728cfac2e)
_renovate commented 2026-05-05 09:18:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • a29c0ea5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a29c0ea5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103523&start_sha=dce556676b3f3a7dddbdf61dffcf7f881a8d2c30)
_renovate commented 2026-05-05 10:58:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1dd6b463 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1dd6b463 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103644&start_sha=a29c0ea56ca2f75c2afa959850c47e503ab6559f)
_renovate commented 2026-05-05 15:00:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3532c6c7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3532c6c7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=103941&start_sha=1dd6b46325217ff47c593dbe8c9cd27bb3ca716c)
_renovate commented 2026-05-05 18:56:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • fbb824f2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fbb824f2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104284&start_sha=3532c6c7aac1db546f809111de37b76ede6df36f)
_renovate commented 2026-05-05 19:15:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37a680d2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>37a680d2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104310&start_sha=fbb824f25549b77e41f004db3caff6d9598993de)
_renovate commented 2026-05-05 19:57:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b8a9507 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1b8a9507 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104352&start_sha=37a680d217e4ed2101d49aa391329aeb111216a6)
_renovate commented 2026-05-06 00:00:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3552d94c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3552d94c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104572&start_sha=1b8a950782319f3927f8eb65a725ae3d341f6959)
_renovate commented 2026-05-06 01:05:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • f85e69e9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f85e69e9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104703&start_sha=3552d94c0cea6db638415d259ecef272d73de0cf)
_renovate commented 2026-05-06 03:04:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02370a98 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>02370a98 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=104889&start_sha=f85e69e934d79a041980aeeed2a9bd3cc7fabf4b)
_renovate commented 2026-05-06 04:52:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 52a077e1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>52a077e1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105018&start_sha=02370a98ad0ecd4e8698d30e0d893ce273fe6e63)
_renovate commented 2026-05-06 09:54:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d058156 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8d058156 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105350&start_sha=52a077e18d357c45c19fb280b536430c9d5f681b)
_renovate commented 2026-05-06 10:28:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf9d8c55 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cf9d8c55 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105419&start_sha=8d058156ee642b23fd1402e8517212bcaa161794)
_renovate commented 2026-05-06 13:46:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • c4360de2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c4360de2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105691&start_sha=cf9d8c55489228d2824cf3c0a773bf21698e1b9d)
_renovate commented 2026-05-06 15:20:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 249599d1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>249599d1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105805&start_sha=c4360de22bf4f4eb5dfe6023b977eac5648b2861)
_renovate commented 2026-05-06 15:22:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • f1bec096 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f1bec096 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=105807&start_sha=249599d17467866f814150f875495801d9d2f3cc)
_renovate commented 2026-05-06 19:20:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2dd96ffe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2dd96ffe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106230&start_sha=f1bec0964ca83dd8de8a0c49911048021c9d1a32)
_renovate commented 2026-05-06 20:19:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6223c929 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6223c929 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106370&start_sha=2dd96ffedd230a2daab47ed6a05918a0b109c1a1)
_renovate commented 2026-05-06 21:17:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9c0ca62 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d9c0ca62 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106454&start_sha=6223c929a58654d10191041428535e8577a65622)
_renovate commented 2026-05-06 22:18:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6af103a7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6af103a7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106549&start_sha=d9c0ca62ae3ff6f9aca02e837c67fbdd20be5e67)
_renovate commented 2026-05-06 22:38:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • e88253bd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e88253bd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106593&start_sha=6af103a76c3ad5f7e0c1d8adcb2ed38df69697d2)
_renovate commented 2026-05-06 23:56:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • de0aca0a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>de0aca0a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106696&start_sha=e88253bd650f1de862b898e2bbea4da2ec0dc95a)
_renovate commented 2026-05-07 03:14:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 076c9f19 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>076c9f19 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=106937&start_sha=de0aca0ac466b3233e5ded2b760fe7490bac74e5)
_renovate commented 2026-05-07 04:14:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 273fe398 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>273fe398 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=107001&start_sha=076c9f1904dae26ba272ef7f5d215cd63feb0928)
_renovate commented 2026-05-07 11:19:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • c7ffdab1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c7ffdab1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=107473&start_sha=273fe398926003d4c8f51d26efece09608e9eca3)
_renovate commented 2026-05-07 11:54:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9985aaac - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9985aaac - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=107511&start_sha=c7ffdab18f8c1e1f9ccfc41a540eb4cd2db5d318)
_renovate commented 2026-05-07 13:34:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd72c31b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dd72c31b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=107617&start_sha=9985aaac65f661e27416fb90b4f1481221f23762)
_renovate commented 2026-05-07 13:53:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 634f9192 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>634f9192 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=107646&start_sha=dd72c31b367ed9389566a1badeb81979b4308aa6)
_renovate commented 2026-05-07 20:02:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • b06e6fb7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b06e6fb7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=108050&start_sha=634f9192a0e44eeba4f41b106499b67e756f750a)
_renovate commented 2026-05-08 00:55:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42a620a2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>42a620a2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=108445&start_sha=b06e6fb713f2eaaf1eabd9be96f245227397983a)
_renovate commented 2026-05-08 07:08:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • bbd40352 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bbd40352 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=108920&start_sha=42a620a2738cfd68ff52873376c5a4a8b0468e67)
_renovate commented 2026-05-08 09:55:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac26fd79 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ac26fd79 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109063&start_sha=bbd40352ec1fa410890db28d03437f8a012812fc)
_renovate commented 2026-05-08 11:00:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 37de5d52 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>37de5d52 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109194&start_sha=ac26fd7954d4c02db9ed9080b04356124669711d)
_renovate commented 2026-05-08 13:31:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e746039 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4e746039 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109411&start_sha=37de5d52d314592c46ce0ef627c03fc4d424f13d)
_renovate commented 2026-05-08 15:04:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5b84a737 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5b84a737 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109512&start_sha=4e746039330a526344c1f1422f98d7d7458ecbae)
_renovate commented 2026-05-08 17:50:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78db1f5c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>78db1f5c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109727&start_sha=5b84a737cf72fbd51d013a750e0757ba4b2c981f)
_renovate commented 2026-05-08 19:30:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • c278e799 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c278e799 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109819&start_sha=78db1f5cb6efbe3231b71362b9987dadcb75a561)
_renovate commented 2026-05-08 20:29:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2521f164 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2521f164 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=109881&start_sha=c278e799ef3ef53c091b8b563a54d8930413c9fc)
_renovate commented 2026-05-09 03:41:20 +02:00 (Migrated from edugit.org)

added 3 commits

  • 2521f164...6c081b34 - 2 commits from branch master
  • acb88f49 - Update dependency django-stubs to v6

Compare with previous version

added 3 commits <ul><li>2521f164...6c081b34 - 2 commits from branch <code>master</code></li><li>acb88f49 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=110415&start_sha=2521f1645b634884688fdb2f864eeb311df09b5e)
_renovate commented 2026-05-09 03:51:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 85488c75 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>85488c75 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=110451&start_sha=acb88f49044f22f819ba3106faf1db8aa627d74c)
_renovate commented 2026-05-09 07:20:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0d3ef163 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0d3ef163 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=110712&start_sha=85488c75a0a40bf3106a9969cf63394881813e13)
_renovate commented 2026-05-09 08:44:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2502489f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2502489f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=110795&start_sha=0d3ef16352239fb4ed6ef4d52fe4f2f1287fec43)
_renovate commented 2026-05-09 11:46:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c4bfa63 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8c4bfa63 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111038&start_sha=2502489f828e35d14b93091c4e5b63dd1857664a)
_renovate commented 2026-05-09 11:58:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61d1aba3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>61d1aba3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111059&start_sha=8c4bfa6384e5266ff35fe58a5b126c3669e2d69e)
_renovate commented 2026-05-09 12:00:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3f369d02 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3f369d02 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111069&start_sha=61d1aba3c0df9d66ffac91a9984b1b29888b524c)
_renovate commented 2026-05-09 12:56:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • d3e3d5cc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d3e3d5cc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111142&start_sha=3f369d029983d4f144a900f61381f07ac99b49de)
_renovate commented 2026-05-09 13:07:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0b6f7c0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b0b6f7c0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111152&start_sha=d3e3d5cce410bec8627dcbea4c099410430057be)
_renovate commented 2026-05-09 16:11:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7ae93da6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7ae93da6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111327&start_sha=b0b6f7c0d72eece31fbf51991b882865350a6a1b)
_renovate commented 2026-05-09 19:21:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0de5d13b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0de5d13b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111568&start_sha=7ae93da6d694199471def95f80ca8cd4e9c76a83)
_renovate commented 2026-05-10 00:24:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33556618 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>33556618 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111843&start_sha=0de5d13bb6c8e515c10a379e0e0e34929aac6767)
_renovate commented 2026-05-10 00:24:28 +02:00 (Migrated from edugit.org)

changed the description

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

added 1 commit

  • f6e7b3c8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f6e7b3c8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=111853&start_sha=33556618ba23d2bcd64439b8a00192e719a925d7)
_renovate commented 2026-05-10 03:29:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 01f4934c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>01f4934c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112086&start_sha=f6e7b3c858b028ce2f3802ae5f83484236d48681)
_renovate commented 2026-05-10 05:57:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38d24fd4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>38d24fd4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112237&start_sha=01f4934c73aa6f479a44807b8cbbea59a48536c7)
_renovate commented 2026-05-10 07:14:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f531cc4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9f531cc4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112301&start_sha=38d24fd41d675a944f83197214e05d0f8f5913eb)
_renovate commented 2026-05-10 07:43:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • c2a1d78a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c2a1d78a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112324&start_sha=9f531cc4c8b73489acf4f6acf3b8287d4443799c)
_renovate commented 2026-05-10 11:59:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 12d62904 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>12d62904 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112544&start_sha=c2a1d78a8b996ded766396c583f8d3c849e6bf2a)
_renovate commented 2026-05-10 12:20:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 33d3400b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>33d3400b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112550&start_sha=12d629044ebf711fb81fd7f5821b16d12e5db53c)
_renovate commented 2026-05-10 12:59:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0c91c32c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0c91c32c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112618&start_sha=33d3400b7346f0858738229fd7c98e880359ada1)
_renovate commented 2026-05-10 13:26:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0fb11ca6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0fb11ca6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112648&start_sha=0c91c32c65e7b282ba860594c468cf4b36e5c1d8)
_renovate commented 2026-05-10 13:53:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5c2bd73a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5c2bd73a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112697&start_sha=0fb11ca65f505bf0cb90d5472840d222f485318a)
_renovate commented 2026-05-10 14:31:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5688deac - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5688deac - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112733&start_sha=5c2bd73a4e6685458074fc1d7f98040200f5fe1c)
_renovate commented 2026-05-10 16:15:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • eed55e39 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eed55e39 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112828&start_sha=5688deac638b27f7743429b6caa41cfdadd3d519)
_renovate commented 2026-05-10 17:29:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac070d25 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ac070d25 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112933&start_sha=eed55e39e3d039a1272328a3836cf6dc8acb3615)
_renovate commented 2026-05-10 17:59:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6266d140 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6266d140 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=112976&start_sha=ac070d25c4ddb3855ff064ac2f3d91bc95e1c06b)
_renovate commented 2026-05-10 19:20:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 67a0aab0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>67a0aab0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113073&start_sha=6266d140e168a8b882fdaaf5141beb16fca02285)
_renovate commented 2026-05-10 21:43:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5f7a25fb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5f7a25fb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113244&start_sha=67a0aab006c900e57d98b7dabfd279352fcd5335)
_renovate commented 2026-05-10 23:18:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ef19a32e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ef19a32e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113363&start_sha=5f7a25fb2961480fc87d27efe1a872137a0b9498)
_renovate commented 2026-05-11 03:33:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • b1f807c9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b1f807c9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113603&start_sha=ef19a32e5cf7ca1af8048cf99ef471f603a86dfc)
_renovate commented 2026-05-11 04:42:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 632fac64 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>632fac64 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113677&start_sha=b1f807c9a41eb8436d5a9ffb7066485ed390e7dc)
_renovate commented 2026-05-11 06:58:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • b413478d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b413478d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113803&start_sha=632fac64afdb8eb25002b7094d76f083e8ac6a9c)
_renovate commented 2026-05-11 07:44:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ad43e53 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1ad43e53 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=113845&start_sha=b413478d2e0580cd6623d1527a12f8bd7edc2647)
_renovate commented 2026-05-11 09:55:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 28600c5c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>28600c5c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114016&start_sha=1ad43e536aa16c5a77e30645788a4a8543f06373)
_renovate commented 2026-05-11 12:32:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 431746f0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>431746f0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114159&start_sha=28600c5cb01da295334e5f2fbe19c82fa2a2e5b4)
_renovate commented 2026-05-11 14:59:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39d88688 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>39d88688 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114287&start_sha=431746f065d57c61bf5f261766bd4096e4dfcfc1)
_renovate commented 2026-05-11 16:24:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • fdecd313 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fdecd313 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114388&start_sha=39d886881929a09015bc5e89264559eacbab060f)
_renovate commented 2026-05-11 16:47:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • ccc604e2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ccc604e2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114425&start_sha=fdecd3133b023f74b1b34d6703f02939fe2d46fa)
_renovate commented 2026-05-11 17:02:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3315187b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3315187b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114454&start_sha=ccc604e2bf2c6ea0c84caebdb30b5791bbbbd30b)
_renovate commented 2026-05-11 17:51:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • acd3ae0b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>acd3ae0b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114511&start_sha=3315187b93f468f6f830f8bcd920fdf06e29138e)
_renovate commented 2026-05-11 19:56:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0259f1c9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0259f1c9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114617&start_sha=acd3ae0b1c2ef23068ad86313891ca5572105eaf)
_renovate commented 2026-05-11 21:59:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2183c6ef - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2183c6ef - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114736&start_sha=0259f1c974aec5a3211260f76027f9a30650cb51)
_renovate commented 2026-05-11 23:05:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 73c6e445 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>73c6e445 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114874&start_sha=2183c6efdae3f312ce738a9a6f5b5498191ab1ad)
_renovate commented 2026-05-12 00:30:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d56f26f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3d56f26f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114973&start_sha=73c6e4453b4edb5ebe7d6426c1084612394c9bd0)
_renovate commented 2026-05-12 00:44:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2ed339ad - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2ed339ad - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=114990&start_sha=3d56f26ff9f937eadc8f330172e4fc9791ba3950)
_renovate commented 2026-05-12 01:03:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 42bdba31 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>42bdba31 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115015&start_sha=2ed339ad87d738d135d2a45a9707ba3dc787cd8b)
_renovate commented 2026-05-12 03:07:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 777227e8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>777227e8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115115&start_sha=42bdba31f28fa9f64e14e1cd002341b4e6631d6f)
_renovate commented 2026-05-12 06:16:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f0d06d8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9f0d06d8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115313&start_sha=777227e8d30bf39868bb262ea62dd87c29cfb5bc)
_renovate commented 2026-05-12 06:27:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0163e59 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f0163e59 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115328&start_sha=9f0d06d806476c4f4fc370592942c16b3b56c3dc)
_renovate commented 2026-05-12 06:55:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 747724c0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>747724c0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115349&start_sha=f0163e597f99ab8258746c190180fbf8a0b4b2ab)
_renovate commented 2026-05-12 07:17:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a02d660 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9a02d660 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115356&start_sha=747724c0e3534685aac866cc2a821af58767b60c)
_renovate commented 2026-05-12 10:12:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4b27036 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d4b27036 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115548&start_sha=9a02d660401f5ff3cb96814fac87b3ee5bf63106)
_renovate commented 2026-05-12 10:41:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • c86d6b11 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c86d6b11 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115603&start_sha=d4b270360c0b9a2eb597abbb5143e61fc29ebb2f)
_renovate commented 2026-05-12 12:39:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 63bfb395 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>63bfb395 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115709&start_sha=c86d6b114cf2832c2361e734004408bc098c06ef)
_renovate commented 2026-05-12 15:57:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3a22826f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3a22826f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115926&start_sha=63bfb39561339e03545621f4cbda861987baa738)
_renovate commented 2026-05-12 16:42:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0a1bb297 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0a1bb297 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=115958&start_sha=3a22826f91724d31be07462c08e5242ecae383bb)
_renovate commented 2026-05-12 18:24:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39078cc4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>39078cc4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116080&start_sha=0a1bb297204d39d00a6857c441aeaf3e581274e3)
_renovate commented 2026-05-12 18:30:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • c5bb4e78 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c5bb4e78 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116102&start_sha=39078cc465f7714759b98b663851ca556ffdfe7c)
_renovate commented 2026-05-12 20:06:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ef5cc7c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4ef5cc7c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116257&start_sha=c5bb4e7820a33cd5f1bfa042965f5ce6727fe5d9)
_renovate commented 2026-05-12 20:09:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3d531b65 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3d531b65 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116272&start_sha=4ef5cc7cd45addeb8e812edd208779b66716d8fb)
_renovate commented 2026-05-12 22:10:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • b04b2a51 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b04b2a51 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116405&start_sha=3d531b65ab3e7a38cb473d8f3ccbb536d5755dfb)
_renovate commented 2026-05-13 02:07:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • edce61f9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>edce61f9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116655&start_sha=b04b2a510599839cd1d08808c6b294e59ae9d789)
_renovate commented 2026-05-13 05:02:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c34050e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3c34050e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116771&start_sha=edce61f91c4640bd8ba5bb03f8c90d456dddf747)
_renovate commented 2026-05-13 06:00:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8e3fc69e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8e3fc69e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116832&start_sha=3c34050ec54bb641ee4463cf450c13ebaf4ce23d)
_renovate commented 2026-05-13 06:24:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • f831c9ce - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f831c9ce - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116856&start_sha=8e3fc69e2055f03182d7de131b8d0a1af53308e2)
_renovate commented 2026-05-13 06:46:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1d7962ed - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1d7962ed - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116903&start_sha=f831c9ce9fc8fe85a13617c2d3e5d1d0b5f801b1)
_renovate commented 2026-05-13 07:16:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 75467e5d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>75467e5d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116932&start_sha=1d7962edd00b429c72881a5d855f8b3d1658fcc6)
_renovate commented 2026-05-13 07:30:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • f3a89e33 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f3a89e33 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=116950&start_sha=75467e5dc2bf8d85578487e78099b02929317d9c)
_renovate commented 2026-05-13 08:00:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • e07f649e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e07f649e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117007&start_sha=f3a89e33fbef6692522809e3819ed89ef972bc98)
_renovate commented 2026-05-13 10:36:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70090117 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>70090117 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117250&start_sha=e07f649e672d331bfbdebfe3fd8ad285333ce6c1)
_renovate commented 2026-05-13 13:03:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • cd7394f5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cd7394f5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117537&start_sha=700901178840cb6d21b653af8688335761c87565)
_renovate commented 2026-05-13 15:27:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • bceac5af - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bceac5af - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117669&start_sha=cd7394f51e1d407cb8af2b52fbfffd1dedf87315)
_renovate commented 2026-05-13 18:35:07 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19c41328 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>19c41328 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117846&start_sha=bceac5af7d79bad13afa3e3bf351c8bd77b55a1a)
_renovate commented 2026-05-13 18:51:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ed590e8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0ed590e8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=117886&start_sha=19c4132869c35ca6984051b7a5a7785a1137be82)
_renovate commented 2026-05-13 23:31:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • e350b89e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e350b89e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118270&start_sha=0ed590e8f8efdaff89e09fda2388f3534e398c0e)
_renovate commented 2026-05-13 23:59:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2e2bb80e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2e2bb80e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118310&start_sha=e350b89ec0438c40bfd76a0de32ae61b19d6e1ae)
_renovate commented 2026-05-14 00:47:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 27d25d73 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>27d25d73 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118365&start_sha=2e2bb80e76820e92b80b4e55727d08e0c0f120c8)
_renovate commented 2026-05-14 01:02:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4771a4df - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4771a4df - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118386&start_sha=27d25d73ce8853e63e1d1bf55b6ad0086a65a138)
_renovate commented 2026-05-14 03:26:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • c4199a2d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c4199a2d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118550&start_sha=4771a4df97592e7594374147ba7587177318b8fc)
_renovate commented 2026-05-14 03:56:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3982f17a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3982f17a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118583&start_sha=c4199a2d10c3230064958f18640c6a40be4dcc9a)
_renovate commented 2026-05-14 04:57:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 49be6e39 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>49be6e39 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118664&start_sha=3982f17a4621a6f7d901e220f6d921f0ed9ac0f9)
_renovate commented 2026-05-14 05:14:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dab1d1c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4dab1d1c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118693&start_sha=49be6e3989a86293c6a8077e1f663fb860057293)
_renovate commented 2026-05-14 05:16:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 338dedff - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>338dedff - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118700&start_sha=4dab1d1cf276962dfe099c932adcd9406c1845ad)
_renovate commented 2026-05-14 06:53:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1555ee89 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1555ee89 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118791&start_sha=338dedff8000b40f72da31eba7ecf1f77cc36f68)
_renovate commented 2026-05-14 07:30:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 741f6ca5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>741f6ca5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=118833&start_sha=1555ee89c33d8ca9ef96fd453761551bec7ec366)
_renovate commented 2026-05-14 11:43:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5a6126c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d5a6126c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119175&start_sha=741f6ca5dabcdd75b56ef8a78a6478f08050dd0c)
_renovate commented 2026-05-14 12:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 438e838e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>438e838e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119189&start_sha=d5a6126c4cb8390f1478f903a95879f549df7561)
_renovate commented 2026-05-14 14:26:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • eada99b0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eada99b0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119398&start_sha=438e838e51ed41f26764a48cd17a339d245f0e9a)
_renovate commented 2026-05-14 17:05:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • aad5b726 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>aad5b726 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119647&start_sha=eada99b039c554065021c8796bcf214f35755c7c)
_renovate commented 2026-05-14 18:43:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38e41415 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>38e41415 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119743&start_sha=aad5b7266e713f7649f7c2b910e2b7cc944a9c98)
_renovate commented 2026-05-14 18:44:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • d10f6fb5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d10f6fb5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=119748&start_sha=38e41415f2784af49d1716b2c965bb87eba94e3e)
_renovate commented 2026-05-15 00:45:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 815b6ba2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>815b6ba2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120149&start_sha=d10f6fb5d6ac0dd0c497fca577d2d69c814c2a58)
_renovate commented 2026-05-15 01:54:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0dc01de - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b0dc01de - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120207&start_sha=815b6ba2c450c8bd2ead6844bacfa7112dd90705)
_renovate commented 2026-05-15 06:29:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 29cbfcea - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>29cbfcea - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120508&start_sha=b0dc01de21286bc4e8d23ea82a62becd887498a4)
_renovate commented 2026-05-15 07:11:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb2aa436 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eb2aa436 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120574&start_sha=29cbfcea9328bceb038ea4c75758d8e2c4092755)
_renovate commented 2026-05-15 07:57:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • b0d65dd6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b0d65dd6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120663&start_sha=eb2aa436985a568fcbcd4d92ab0634390a3b41c3)
_renovate commented 2026-05-15 08:00:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7a8808bb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7a8808bb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120673&start_sha=b0d65dd698c794cd4454a5efe533b194736524fe)
_renovate commented 2026-05-15 08:20:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3a7af4aa - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3a7af4aa - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120721&start_sha=7a8808bb5d03bcbf17b3b5e7b5082077965156ff)
_renovate commented 2026-05-15 09:26:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43db8276 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>43db8276 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120843&start_sha=3a7af4aad7e66211d4e5ab97930cffcb66ec3908)
_renovate commented 2026-05-15 10:07:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • c63df073 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c63df073 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=120900&start_sha=43db827672d91f8328bebbeadf84931085be830d)
_renovate commented 2026-05-15 16:54:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 876ef42a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>876ef42a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121312&start_sha=c63df073d975ba7bef26cf0fe6e5723985989a2e)
_renovate commented 2026-05-15 17:02:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 948f0380 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>948f0380 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121325&start_sha=876ef42ad45f33e63c984b9d0399c1625f4f0cbe)
_renovate commented 2026-05-15 17:12:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • a5e36f81 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a5e36f81 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121355&start_sha=948f0380a52815401364c51592d3f1608d09dc4f)
_renovate commented 2026-05-15 17:35:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 19908244 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>19908244 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121403&start_sha=a5e36f819b49d10cf4534d41bb5fe5d4674274f8)
_renovate commented 2026-05-15 17:52:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 428ddd2e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>428ddd2e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121448&start_sha=199082444440d7587bc7ebfbb182af7cc10eb163)
_renovate commented 2026-05-15 19:28:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 04f2d37a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>04f2d37a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121580&start_sha=428ddd2e56a4f43f3eb050c690bee7929092d5ac)
_renovate commented 2026-05-15 21:31:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • ed422301 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ed422301 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121738&start_sha=04f2d37ad04a0de342cae97d711836fa0bb30be0)
_renovate commented 2026-05-15 21:50:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • c28257d3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c28257d3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121778&start_sha=ed422301a655dffe46abe0f273bfb4b3337e60ef)
_renovate commented 2026-05-15 22:43:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 55c868e4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>55c868e4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121868&start_sha=c28257d38e1ef6ab62770582080f563a1c03153d)
_renovate commented 2026-05-15 23:10:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 59f1a197 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>59f1a197 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121925&start_sha=55c868e4e6bce6fc83f88bfca3d5850933a15a92)
_renovate commented 2026-05-15 23:54:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • afb43126 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>afb43126 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=121971&start_sha=59f1a19701996a7a2b1ba0b4be410958a4fb0c9e)
_renovate commented 2026-05-16 05:11:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 289dde32 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>289dde32 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122277&start_sha=afb43126051d24af2486aabbc592885c8e97d310)
_renovate commented 2026-05-16 06:09:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • acfcf93a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>acfcf93a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122364&start_sha=289dde3236b83ed84d230811acb016b4f20922c3)
_renovate commented 2026-05-16 08:18:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 21594a7c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>21594a7c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122464&start_sha=acfcf93a3d5095b5bf9dad433a460db66d6111fe)
_renovate commented 2026-05-16 08:28:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • d801dcd6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d801dcd6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122489&start_sha=21594a7cf462a642608c153091cf979ace03dec3)
_renovate commented 2026-05-21 16:07:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • de1362ff - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>de1362ff - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122628&start_sha=d801dcd69f107a0ec2071e1327d8416ab7539591)
_renovate commented 2026-05-21 17:14:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6efee531 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6efee531 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122651&start_sha=de1362ff00c3a804c024c702788f58339e386e31)
_renovate commented 2026-05-21 17:16:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • 294692e4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>294692e4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122659&start_sha=6efee5311d3caab886481dddbd96ecd2db3b5406)
_renovate commented 2026-05-21 17:42:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3cb8c56 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a3cb8c56 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122677&start_sha=294692e484d5372f958bae25aecc016c086d7044)
_renovate commented 2026-05-21 18:16:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • e5ae1fc6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e5ae1fc6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122728&start_sha=a3cb8c56c468e94f0fbaeb39263d3af7678e49d8)
_renovate commented 2026-05-21 19:01:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0ec9aafd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0ec9aafd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122797&start_sha=e5ae1fc6ecdd9c3fd750a7451d67644c27dc405d)
_renovate commented 2026-05-21 19:33:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5eacd916 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5eacd916 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=122872&start_sha=0ec9aafd7e1fdcf9bd3a0319f7dc1de3e477a7de)
_renovate commented 2026-05-21 20:35:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • cb14b4cc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cb14b4cc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123056&start_sha=5eacd916d4c3184cf2a76b0f8bfa4be40e378643)
_renovate commented 2026-05-21 20:55:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4324ea7f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4324ea7f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123087&start_sha=cb14b4ccf4a069248797d18d6579346643754443)
_renovate commented 2026-05-21 21:12:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9720e435 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9720e435 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123127&start_sha=4324ea7f5c491c7286a8d49de324e1ee99beef91)
_renovate commented 2026-05-21 23:29:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35206b54 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>35206b54 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123303&start_sha=9720e43578cf4312ab0444d526e700ece378e757)
_renovate commented 2026-05-22 01:16:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9db9cfe7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9db9cfe7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123413&start_sha=35206b54425a5968dc85eb5f9dbcccf3ffd9872b)
_renovate commented 2026-05-22 02:01:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd96a26f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dd96a26f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123464&start_sha=9db9cfe77f7227823ce461e9e9d6140aa203ea03)
_renovate commented 2026-05-22 04:49:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5aeb8676 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5aeb8676 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123601&start_sha=dd96a26f93144df1d57769fbdc8f9f8a58940bf7)
_renovate commented 2026-05-22 05:04:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4bdfdc5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b4bdfdc5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123631&start_sha=5aeb8676bb9f5c0d816c38d75adba1156f840c29)
_renovate commented 2026-05-22 06:28:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 05cbb413 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>05cbb413 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123732&start_sha=b4bdfdc5c120b7081ac77d1f68b2b32c358bb5a2)
_renovate commented 2026-05-22 09:01:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1c943d03 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1c943d03 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=123884&start_sha=05cbb41304800f7b22c2a60afaad8de1707dc2fd)
_renovate commented 2026-05-22 11:30:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9c9924c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d9c9924c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124058&start_sha=1c943d03e0926a42cc6897061f9d60893f0015e2)
_renovate commented 2026-05-22 11:45:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 91d56ab5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>91d56ab5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124078&start_sha=d9c9924c7dcd5ea4d2291e332c99bdd7f73013d8)
_renovate commented 2026-05-22 12:52:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • accb39c0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>accb39c0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124176&start_sha=91d56ab5adb229442d7782d5426fecce5747b814)
_renovate commented 2026-05-22 13:47:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • bf76e699 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bf76e699 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124265&start_sha=accb39c0bdefd39fe586f0d85d2e2694d2609aff)
_renovate commented 2026-05-22 18:19:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9f1e646 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d9f1e646 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124558&start_sha=bf76e69918a4899175c7f0dbe744f2253cb69308)
_renovate commented 2026-05-22 19:03:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • ce58dcda - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ce58dcda - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124625&start_sha=d9f1e646948e36e636af52f9411bf67b1c4cea46)
_renovate commented 2026-05-22 21:12:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0bcf396 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f0bcf396 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124758&start_sha=ce58dcdabb769e78938508e18ea2aa5610291202)
_renovate commented 2026-05-22 23:05:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70c27fe9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>70c27fe9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=124949&start_sha=f0bcf39642765d9a73c636cf6dd7a2872d9b6619)
_renovate commented 2026-05-23 02:32:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c3fedb6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3c3fedb6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125177&start_sha=70c27fe9faa03541e35be29f79429660e8c34a78)
_renovate commented 2026-05-23 06:43:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5e10bd0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d5e10bd0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125411&start_sha=3c3fedb6469058a817487453aa4b5affd7979a26)
_renovate commented 2026-05-23 07:45:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • ace94e22 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ace94e22 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125457&start_sha=d5e10bd027367edea39bfc50f9dedf496066ba61)
_renovate commented 2026-05-23 08:43:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2d1c208f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2d1c208f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125537&start_sha=ace94e22fff5150bd9aa8299180c203ef27a2a8f)
_renovate commented 2026-05-23 10:08:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6c36d6f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f6c36d6f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125676&start_sha=2d1c208f118bb26cef3ffdf273074fd644ad2c2f)
_renovate commented 2026-05-23 11:07:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5f6a5610 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5f6a5610 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125766&start_sha=f6c36d6f6b6cccc7f1407fa7e337533d047bd664)
_renovate commented 2026-05-23 12:05:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 65c6e3a1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>65c6e3a1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125861&start_sha=5f6a5610f45b42f71b20857f46bafbbd43696f95)
_renovate commented 2026-05-23 12:06:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 60ed715f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>60ed715f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125869&start_sha=65c6e3a1202588521d49efea5b829cbb61a3a988)
_renovate commented 2026-05-23 12:14:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 13203015 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>13203015 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125881&start_sha=60ed715f24e2b70cc343cbda3a404d63c24aa270)
_renovate commented 2026-05-23 12:20:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 028cb2c3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>028cb2c3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125895&start_sha=13203015666d1f85bc537285c77821c5e6e85a77)
_renovate commented 2026-05-23 12:59:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b0645cb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9b0645cb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=125955&start_sha=028cb2c36e7cacc0a6ea1586d0a27bb099ec186b)
_renovate commented 2026-05-23 15:23:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ec5368f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4ec5368f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126089&start_sha=9b0645cb0790636e6e8c87e5eeb3fb7584bce4eb)
_renovate commented 2026-05-23 16:27:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 463ff917 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>463ff917 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126114&start_sha=4ec5368f54bc3aca8baa5144822ef080950a3ec5)
_renovate commented 2026-05-23 18:06:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 43591f29 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>43591f29 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126214&start_sha=463ff9173f60f385e76aa967927dfd7bc86aed05)
_renovate commented 2026-05-23 19:54:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 149da2a4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>149da2a4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126328&start_sha=43591f29cd61e318d4e309167d342314bf4476f3)
_renovate commented 2026-05-23 21:28:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa11e59a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>aa11e59a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126431&start_sha=149da2a4d1c5b0909e3bd8f294cc54013faac8fa)
_renovate commented 2026-05-23 21:32:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 47b42f58 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>47b42f58 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126444&start_sha=aa11e59a843f36f2e98d659826be6616408e966f)
_renovate commented 2026-05-23 22:30:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6d1baa6d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6d1baa6d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126547&start_sha=47b42f58a39a9bbf4e5d8879df9c862bcc81e416)
_renovate commented 2026-05-23 22:43:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • b3d4a185 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b3d4a185 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126572&start_sha=6d1baa6d847c570de07df0e93ee68d18f73cbe05)
_renovate commented 2026-05-23 23:00:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 40775ece - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>40775ece - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126612&start_sha=b3d4a185313e0763dc00ec9a48a34a6dc72ea938)
_renovate commented 2026-05-23 23:20:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 166bcb7b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>166bcb7b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126651&start_sha=40775ece374b86c44cdf15922267d285c9485b9f)
_renovate commented 2026-05-24 03:14:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • e17d153e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e17d153e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=126903&start_sha=166bcb7b5237acf56ca55ab8bbd4ea1f07630b29)
_renovate commented 2026-05-24 08:39:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • b994fdc6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b994fdc6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127260&start_sha=e17d153e1825258b5b4e08c4066873d0d8d36995)
_renovate commented 2026-05-24 08:57:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • d8002c5e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d8002c5e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127281&start_sha=b994fdc69a5dc61dc748bd510304c44d50403c67)
_renovate commented 2026-05-24 09:15:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4f2ac9b2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4f2ac9b2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127315&start_sha=d8002c5e74e8a0c7b9fd7102d0b620c0f3c18809)
_renovate commented 2026-05-24 10:47:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb4bd0e1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fb4bd0e1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127485&start_sha=4f2ac9b2858e11f2c77276de975b14abb823a44a)
_renovate commented 2026-05-24 12:01:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46494513 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>46494513 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127577&start_sha=fb4bd0e1887f6f2b29b65fa22bef18f4fdf05058)
_renovate commented 2026-05-24 12:36:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3ad4600e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3ad4600e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127620&start_sha=464945130217e6709bc70981e3f66e22633f3598)
_renovate commented 2026-05-24 13:42:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c57823b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3c57823b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127691&start_sha=3ad4600ee8f222553c54652c95459eef1b0abeee)
_renovate commented 2026-05-24 14:55:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • 41364a17 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>41364a17 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127771&start_sha=3c57823b7a9c1a2ca3195b0d89dcf5777ab00e23)
_renovate commented 2026-05-24 17:46:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a1dad6c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9a1dad6c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=127961&start_sha=41364a17281d84b00fa341f06325dde68ce68ee0)
_renovate commented 2026-05-24 20:10:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2c7cffff - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2c7cffff - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128125&start_sha=9a1dad6ccfc856f62b0acecbae9cf856d5d1d8bf)
_renovate commented 2026-05-24 22:03:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9340f398 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9340f398 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128238&start_sha=2c7cffff385ef7138eb6195c8e29ca6506a600c6)
_renovate commented 2026-05-24 22:49:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5d521fea - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5d521fea - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128302&start_sha=9340f398598e1c70f279c91a5ee8cc7055ee2e8d)
_renovate commented 2026-05-25 01:04:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • b79157de - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b79157de - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128457&start_sha=5d521fea2553283298ab2c52b72ce5160d20b6bf)
_renovate commented 2026-05-25 01:13:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • e7c4de5f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e7c4de5f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128468&start_sha=b79157de73db073fb919a54c2a1e2064f9d4536b)
_renovate commented 2026-05-25 03:13:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 10b6803e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>10b6803e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128621&start_sha=e7c4de5f3484c4d6f85a542fae50e063eebae6ef)
_renovate commented 2026-05-25 03:41:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 59f68b01 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>59f68b01 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128641&start_sha=10b6803ef162a9d9111193d82ebdf95cadb60ff7)
_renovate commented 2026-05-25 06:26:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • afe0db87 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>afe0db87 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128779&start_sha=59f68b018a2454c2743d2b118f9394cc95098a5c)
_renovate commented 2026-05-25 07:54:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 78f921db - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>78f921db - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128856&start_sha=afe0db876f443912a484a9d029adb3501abf29e8)
_renovate commented 2026-05-25 09:38:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0984abd9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0984abd9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=128992&start_sha=78f921db5fb6385ee3fc6510105838e81723b159)
_renovate commented 2026-05-25 10:28:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • da4628e6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>da4628e6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129064&start_sha=0984abd91284309e350048b9b281fc7b06d6b513)
_renovate commented 2026-05-25 10:46:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 168ecca6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>168ecca6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129095&start_sha=da4628e6000ecd094da5fc00d0cd048ce41cb0a7)
_renovate commented 2026-05-25 11:00:02 +02:00 (Migrated from edugit.org)

changed the description

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

added 1 commit

  • 3419b17d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3419b17d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129116&start_sha=168ecca62646e0bea5a32c3ac75fcbba76ee4170)
_renovate commented 2026-05-25 12:30:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 930102ce - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>930102ce - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129251&start_sha=3419b17dbff65fa51734d2eee58569f2984dede1)
_renovate commented 2026-05-25 13:58:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 76ebe05d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>76ebe05d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129363&start_sha=930102ce0c92caf7fcb71195a487631df9d07485)
_renovate commented 2026-05-25 14:30:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • f083b63a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f083b63a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129428&start_sha=76ebe05df25f9a4229bcef7af6fdc5d1c4dcc332)
_renovate commented 2026-05-25 15:01:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • dfda888e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dfda888e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129489&start_sha=f083b63a9fbc5e57316f1afaeade8cdadfdc49bc)
_renovate commented 2026-05-25 16:47:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • b5ad38ac - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b5ad38ac - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129575&start_sha=dfda888eb4e98bd7a59a28c49feb1e8e102c0b24)
_renovate commented 2026-05-25 18:28:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • b2b9e00c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b2b9e00c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129700&start_sha=b5ad38ac939d2020c8a188bdc5e285247e2e8e4a)
_renovate commented 2026-05-25 19:12:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb8cf510 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fb8cf510 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129765&start_sha=b2b9e00c901eaa5f81cb059db81803211c6927f1)
_renovate commented 2026-05-25 20:27:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 40b94a49 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>40b94a49 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129871&start_sha=fb8cf5105502e34e51b9baa630efe33bbb08c1e0)
_renovate commented 2026-05-25 21:43:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • 74211523 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>74211523 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129966&start_sha=40b94a49f7a967d6ae092811704201170018e7c0)
_renovate commented 2026-05-25 21:56:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 650b6830 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>650b6830 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=129994&start_sha=742115233f4a663fe311d42567c1b454ef8d2cf5)
_renovate commented 2026-05-25 22:52:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 54d616e7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>54d616e7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130050&start_sha=650b68306ee33f9e4a24a8fb1aafee199d7151f4)
_renovate commented 2026-05-26 00:18:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • c8ebff07 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c8ebff07 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130144&start_sha=54d616e75c474e5798f089a782de32ef6501d3ee)
_renovate commented 2026-05-26 05:13:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec9c1ff2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ec9c1ff2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130451&start_sha=c8ebff07b5a44d764b505312cea8bc8f11cce953)
_renovate commented 2026-05-26 10:10:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 23ac9ae2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>23ac9ae2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130782&start_sha=ec9c1ff28f562576518aa7f3e5709d338aa5843d)
_renovate commented 2026-05-26 10:54:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4055dedd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4055dedd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130840&start_sha=23ac9ae25f0a6dcc009a36a5498f575cbe546251)
_renovate commented 2026-05-26 11:27:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9a367438 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9a367438 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130884&start_sha=4055dedd78306ff4873bbebc9c36714416f9ac2f)
_renovate commented 2026-05-26 11:36:27 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e0885b6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0e0885b6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130902&start_sha=9a367438a67876bbb2753f768a682e9e6e95a9ce)
_renovate commented 2026-05-26 12:41:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 039ba6fb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>039ba6fb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=130960&start_sha=0e0885b61f9ab7ca9bed64515d2c1853be667291)
_renovate commented 2026-05-26 14:06:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • ddcc326c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ddcc326c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131050&start_sha=039ba6fb332a9dc4fd43002cbf8d2d52ccd1afe3)
_renovate commented 2026-05-26 16:17:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 46dce635 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>46dce635 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131188&start_sha=ddcc326c951fcd560b4b3a1d35d6eac05b813d22)
_renovate commented 2026-05-26 16:51:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7db53161 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7db53161 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131242&start_sha=46dce635ede35c0a7723acacc4a2cc11f5b095c3)
_renovate commented 2026-05-26 16:59:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1934887b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1934887b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131259&start_sha=7db531616abc77aa28b5160d47fa82ecad25e831)
_renovate commented 2026-05-26 17:01:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7562df35 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7562df35 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131264&start_sha=1934887b919cbaf6c45f505bb791d7ac961d3698)
_renovate commented 2026-05-26 17:32:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6966e243 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6966e243 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131307&start_sha=7562df35f5616d42e3d743a0d76ff994b5423915)
_renovate commented 2026-05-26 19:00:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • e89c6cf3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e89c6cf3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131437&start_sha=6966e243ab1aff99f5db952448f38e79bdb0c7ff)
_renovate commented 2026-05-26 21:08:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • f3c1e73f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f3c1e73f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131576&start_sha=e89c6cf3723cd051a2cdfaefcd7bec14bfa5ec22)
_renovate commented 2026-05-26 22:30:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0be2f1d4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0be2f1d4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131667&start_sha=f3c1e73f5cbb143cc9b5115565dca96c29c1cdf2)
_renovate commented 2026-05-26 22:38:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • ea30d636 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ea30d636 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131676&start_sha=0be2f1d444ca1357437584e04844478a0d84023c)
_renovate commented 2026-05-26 23:24:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 85fb1160 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>85fb1160 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131739&start_sha=ea30d636cce7bafdb6e37fc5b41603bff65e3cc3)
_renovate commented 2026-05-26 23:32:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 04a977f2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>04a977f2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131763&start_sha=85fb1160c576efadc4acf89be8597d1139cd4703)
_renovate commented 2026-05-26 23:39:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4ebf935a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4ebf935a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131784&start_sha=04a977f293cb70fe0d32784f7c041ccccfce4a07)
_renovate commented 2026-05-27 00:01:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 517c9f6f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>517c9f6f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131810&start_sha=4ebf935a315eb73be532459502e1e3531d115abc)
_renovate commented 2026-05-27 01:19:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 92ab16db - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>92ab16db - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=131909&start_sha=517c9f6f915968a7da47d1c76cc81b04b74d2702)
_renovate commented 2026-05-27 06:57:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 333ef13b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>333ef13b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132351&start_sha=92ab16dbfafa61470d30b489fdc03af65bf206f6)
_renovate commented 2026-05-27 09:00:04 +02:00 (Migrated from edugit.org)

added 1 commit

  • 055e5321 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>055e5321 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132486&start_sha=333ef13b11f716f87148af461bef2ee407b4e0c9)
_renovate commented 2026-05-27 10:09:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • fc67f236 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fc67f236 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132609&start_sha=055e53219842762d9f43ebf00689b5d572ee1dc8)
_renovate commented 2026-05-27 11:12:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5a947982 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5a947982 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132698&start_sha=fc67f2368cf68760ce5a74b783680aec125a2f2e)
_renovate commented 2026-05-27 12:31:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9095caf6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9095caf6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132768&start_sha=5a947982353184eab56f9cb652a44ba1d707f799)
_renovate commented 2026-05-27 13:03:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b4f057a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1b4f057a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132800&start_sha=9095caf6712b1b63b415b2a9c11da60a4dfa5b40)
_renovate commented 2026-05-27 15:40:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ddc92e3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1ddc92e3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=132950&start_sha=1b4f057a75b62d7efe2db4c4f6644606b1fea3df)
_renovate commented 2026-05-27 17:29:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • e926b4d2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e926b4d2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133048&start_sha=1ddc92e3fd28869d6aca55fbbad0d47dc43d2934)
_renovate commented 2026-05-27 17:32:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • db2d0442 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>db2d0442 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133056&start_sha=e926b4d2b3e1e0c9b719a6d5bf6355f0f259a646)
_renovate commented 2026-05-27 19:00:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • dff16dcd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dff16dcd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133135&start_sha=db2d04422a3d11265c71bbfe53cde958747138b7)
_renovate commented 2026-05-27 20:21:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • b26f688d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b26f688d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133226&start_sha=dff16dcd0d899bfce061d60cb587e6024a2f130a)
_renovate commented 2026-05-27 22:59:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a07a229 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6a07a229 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133389&start_sha=b26f688daab9576e2bcd89ded924a293ede88ffa)
_renovate commented 2026-05-27 23:59:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0e081cd1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0e081cd1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133421&start_sha=6a07a229e553e78a9478890f5ea794caf2c0b403)
_renovate commented 2026-05-28 02:44:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • d9d9320f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d9d9320f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133619&start_sha=0e081cd11267e371f566ad66aebd911b6cbe5b3f)
_renovate commented 2026-05-28 02:56:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3bf4c395 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3bf4c395 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133633&start_sha=d9d9320f1941ac8b7b30069d596dd2a90f5035df)
_renovate commented 2026-05-28 03:17:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9fbb3082 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9fbb3082 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133675&start_sha=3bf4c395388eae5e3cfbcb9790222c90f4c68cd0)
_renovate commented 2026-05-28 05:08:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • defe3491 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>defe3491 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133828&start_sha=9fbb308237dfaf8559cd9b95cb155e6062c97aad)
_renovate commented 2026-05-28 06:26:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0c328fc9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0c328fc9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=133912&start_sha=defe34912df0e862d96a359d59dc22de92f19d18)
_renovate commented 2026-05-28 07:45:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • d1267765 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d1267765 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134022&start_sha=0c328fc9bb5571cbd32b121cba7480cbae580037)
_renovate commented 2026-05-28 08:14:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3cc16f4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a3cc16f4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134089&start_sha=d1267765e12c66273997e77a7991e4aadd189a4c)
_renovate commented 2026-05-28 11:41:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 14f9f7dd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>14f9f7dd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134307&start_sha=a3cc16f485294a2c8387591ac98ba2525d9a23e0)
_renovate commented 2026-05-28 12:50:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4a61f779 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4a61f779 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134378&start_sha=14f9f7dd6d1100038717b1789fd93ea677d891c6)
_renovate commented 2026-05-28 14:06:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50443939 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>50443939 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134441&start_sha=4a61f779c1df63b312c6ebc370824b67593761d0)
_renovate commented 2026-05-28 15:30:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • c1a45afc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c1a45afc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134559&start_sha=50443939af99ddf34f2d4df70e0e71e03f011411)
_renovate commented 2026-05-28 17:49:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 83ac46d0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>83ac46d0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134682&start_sha=c1a45afc7e2ed5a61ba8c00548372fa5cac30c85)
_renovate commented 2026-05-28 18:00:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • da6de782 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>da6de782 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134698&start_sha=83ac46d036df374e74938b8ef87cec9f8a050cb7)
_renovate commented 2026-05-28 20:02:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 54548bc8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>54548bc8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134816&start_sha=da6de782104f9d8459c920a592bbafaf508260b9)
_renovate commented 2026-05-28 21:32:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0702142a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0702142a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=134949&start_sha=54548bc8b5bc69acacb1dda52e37dae14d6bf96a)
_renovate commented 2026-05-28 22:56:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • c41c07b8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c41c07b8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135003&start_sha=0702142a0310a5a9929a2559f639e559894b886d)
_renovate commented 2026-05-28 23:10:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • e77fb236 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e77fb236 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135020&start_sha=c41c07b8daced84c1d295e436c7326c7a473cc3e)
_renovate commented 2026-05-29 08:32:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9d3eaaad - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9d3eaaad - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135748&start_sha=e77fb2364d7b9b1bfdeaa33caca8007687c94b88)
_renovate commented 2026-05-29 08:47:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1a8de4b1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1a8de4b1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135778&start_sha=9d3eaaadeb11d5e1147c46ebc91afc34b3e484e4)
_renovate commented 2026-05-29 10:00:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • 31dc8482 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>31dc8482 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135873&start_sha=1a8de4b18d3961f6a3870cac1bdc647306d59275)
_renovate commented 2026-05-29 11:53:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • fe0735cd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fe0735cd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135973&start_sha=31dc848297d7d269f125c095198dd0e98ee417f6)
_renovate commented 2026-05-29 12:23:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3bd3adf3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3bd3adf3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=135991&start_sha=fe0735cd99e892b052dff11e7415f31c18e7d47e)
_renovate commented 2026-05-29 12:56:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • e40ba58a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e40ba58a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136051&start_sha=3bd3adf31263331a77668ccf21bb1dfdfb7f46cd)
_renovate commented 2026-05-29 12:59:17 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd428ab4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dd428ab4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136067&start_sha=e40ba58a2972ba82b15d9da6927c096057068f24)
_renovate commented 2026-05-29 13:05:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • 90e702fe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>90e702fe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136069&start_sha=dd428ab40949597f94b298a8449df21d07371a71)
_renovate commented 2026-05-29 14:07:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • f0f6e29f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f0f6e29f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136152&start_sha=90e702fef3ccd4173bd518f294e79fb0af8a141d)
_renovate commented 2026-05-29 14:11:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac3bfe20 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ac3bfe20 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136161&start_sha=f0f6e29fadcf7c84651e2d0bfa4c9ff6545ad582)
_renovate commented 2026-05-29 16:11:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 47a74dbc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>47a74dbc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136331&start_sha=ac3bfe20ced384460fe2c6e6fb905079af6d3594)
_renovate commented 2026-05-29 16:29:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6ac10787 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6ac10787 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136367&start_sha=47a74dbc7a914187181579578e56aa527bd78b0e)
_renovate commented 2026-05-29 16:35:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ae13916 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1ae13916 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136375&start_sha=6ac10787b9e95f35e708dc6a30b56a87ce05cad2)
_renovate commented 2026-05-29 22:33:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ad839a3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1ad839a3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136790&start_sha=1ae139167550331b0e8c253b5b81adba6fe1dfb9)
_renovate commented 2026-05-30 00:12:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • 315cbc0d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>315cbc0d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136941&start_sha=1ad839a3d5a942e3ac159cbb0a3eea44267b5e90)
_renovate commented 2026-05-30 00:44:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • f13ff14e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f13ff14e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=136983&start_sha=315cbc0d9ba312c5c766901ca00695ffff351064)
_renovate commented 2026-05-30 01:22:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • f8eb17c7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f8eb17c7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137015&start_sha=f13ff14ea7203ac7dd8b1483807cf379d1a131ed)
_renovate commented 2026-05-30 02:14:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 908f0478 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>908f0478 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137084&start_sha=f8eb17c7a230aad4713a3613e0f53ca3a0d41a50)
_renovate commented 2026-05-30 03:54:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • cca072bd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cca072bd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137179&start_sha=908f04783690723badf033f69afc966894a5f072)
_renovate commented 2026-05-30 04:00:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9283f4f9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9283f4f9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137193&start_sha=cca072bd72465362b51e562bb36da5b36f106238)
_renovate commented 2026-05-30 04:19:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 943cc264 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>943cc264 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137233&start_sha=9283f4f96e13accd03d3fa3823263200aab88452)
_renovate commented 2026-05-30 05:42:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • 38b5f842 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>38b5f842 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137351&start_sha=943cc26482e8637a065a0c9a034c678f2f3cfbbe)
_renovate commented 2026-05-30 09:05:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • f56429df - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f56429df - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137591&start_sha=38b5f84294d86405e925e865f880c79ec83bd1b7)
_renovate commented 2026-05-30 09:17:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 090264c3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>090264c3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137603&start_sha=f56429df8ece307ddf43c8734940c7a4b1c9fb2e)
_renovate commented 2026-05-30 09:32:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • e0b09741 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e0b09741 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137627&start_sha=090264c3e8f540c8b2da2614c67b7dd6dfc5a439)
_renovate commented 2026-05-30 09:37:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c847f87 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6c847f87 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137635&start_sha=e0b097418b457e71b6706472048ac125bc0a015a)
_renovate commented 2026-05-30 10:16:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 653e0f51 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>653e0f51 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137686&start_sha=6c847f87f51379ca13fd99086feb083842353215)
_renovate commented 2026-05-30 12:05:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • bcd3eaf8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bcd3eaf8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=137805&start_sha=653e0f5149ffd68ffce9fbd9bb7959221409418c)
_renovate commented 2026-05-30 15:30:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • aa634eeb - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>aa634eeb - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138021&start_sha=bcd3eaf8711f0a856ea47f24e98490f098e0ef5c)
_renovate commented 2026-05-30 23:45:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 81e3562d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>81e3562d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138352&start_sha=aa634eeba9716b41e61b0679afc31631dc7b893a)
_renovate commented 2026-05-30 23:58:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 44df1b87 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>44df1b87 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138371&start_sha=81e3562d05ec0dafc152214ddf9e94f96c5c5d14)
_renovate commented 2026-05-30 23:59:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • d3ed5ef0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d3ed5ef0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138374&start_sha=44df1b878563bd970ca2a3262983a43304b3f546)
_renovate commented 2026-05-31 00:44:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • da193a27 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>da193a27 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138457&start_sha=d3ed5ef0bfe0930012867379fb0213b55c310a55)
_renovate commented 2026-05-31 02:08:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • 77e8d5a4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>77e8d5a4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138584&start_sha=da193a27587a6a7e6f0c5420cdf9313508605f9c)
_renovate commented 2026-05-31 03:00:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3c78abd6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3c78abd6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138665&start_sha=77e8d5a4b1fef7a602deb3beefd2ffb68ee310cd)
_renovate commented 2026-05-31 04:00:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • d27a6b74 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d27a6b74 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138740&start_sha=3c78abd6fd88b7e72590d9411195f807de7c0088)
_renovate commented 2026-05-31 07:48:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2b131638 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2b131638 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=138985&start_sha=d27a6b74de126d95c0c371db3a0850ef14f94b2c)
_renovate commented 2026-05-31 10:06:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • d5997811 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d5997811 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139169&start_sha=2b131638680cb9ec3ef475533c9202cafb59e7d4)
_renovate commented 2026-05-31 10:17:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • b8d3adfe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b8d3adfe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139187&start_sha=d5997811279f438d11e7927e616ec67a5e46ea52)
_renovate commented 2026-05-31 11:17:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1b807032 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1b807032 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139256&start_sha=b8d3adfe3a3dd77d2df9cc5d761f2664e68268ec)
_renovate commented 2026-05-31 13:13:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • f9398c19 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f9398c19 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139399&start_sha=1b807032b4b232d3e6c38f6aaa0f430834057c0a)
_renovate commented 2026-05-31 13:54:43 +02:00 (Migrated from edugit.org)

added 1 commit

  • b53972e1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b53972e1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139467&start_sha=f9398c199c6523382c9a9e9039d8a7ef8d1affc9)
_renovate commented 2026-05-31 14:28:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9749c1ca - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9749c1ca - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139496&start_sha=b53972e1c7c3fdcb05847a2de1c6303fa29e67fa)
_renovate commented 2026-05-31 15:43:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b261f26 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9b261f26 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139586&start_sha=9749c1ca3ae5bd41a4b173e61112c669eec2ba57)
_renovate commented 2026-05-31 15:44:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7b01fa8f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7b01fa8f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139602&start_sha=9b261f2694eaca6c6f4a4d4abcaf227c9ebea4a0)
_renovate commented 2026-05-31 16:22:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1dd881bc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1dd881bc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139639&start_sha=7b01fa8fa38f123a42aa863c4afb66e1c3e34705)
_renovate commented 2026-05-31 17:57:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 438da9a0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>438da9a0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139702&start_sha=1dd881bcaaa725db30c55669aa97f51509d55dd0)
_renovate commented 2026-05-31 19:57:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • bfe67adc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bfe67adc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139789&start_sha=438da9a0824403205ecb1e6f50995b3961673eda)
_renovate commented 2026-05-31 21:01:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • ce14d890 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ce14d890 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=139853&start_sha=bfe67adc6f2f98e4694957cbdd8fc8f560464764)
_renovate commented 2026-06-01 00:01:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 421a7617 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>421a7617 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140020&start_sha=ce14d890e63c28be4b3d082aa43e856af95d5c6c)
_renovate commented 2026-06-01 01:49:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • e5209b1e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e5209b1e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140115&start_sha=421a761717f7c80bdf5333ae3f9142abecd2931f)
_renovate commented 2026-06-01 02:19:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • ac3d2b07 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ac3d2b07 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140176&start_sha=e5209b1e8e3f0776af983e033f49b56ea38bb159)
_renovate commented 2026-06-01 03:57:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39ebee6e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>39ebee6e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140320&start_sha=ac3d2b072450beeb8635ad3fc5d69919bfdd5ce6)
_renovate commented 2026-06-01 04:14:58 +02:00 (Migrated from edugit.org)

added 1 commit

  • 591776a7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>591776a7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140364&start_sha=39ebee6e3575f08a146c78c7a627e84e6c32b314)
_renovate commented 2026-06-01 05:54:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 85c2e283 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>85c2e283 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140471&start_sha=591776a75227d9ad5b01bd98792eee790642d592)
_renovate commented 2026-06-01 06:06:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5e66887c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5e66887c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140488&start_sha=85c2e28345ce8349e846ba8d473d1124e30a926d)
_renovate commented 2026-06-01 06:19:05 +02:00 (Migrated from edugit.org)

added 1 commit

  • b9cceead - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b9cceead - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140496&start_sha=5e66887c26ed06598f0880910892303c1bcabde9)
_renovate commented 2026-06-01 06:43:19 +02:00 (Migrated from edugit.org)

added 1 commit

  • 22a0feca - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>22a0feca - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140514&start_sha=b9cceeade2595e09a2aff456d363282c2540fd86)
_renovate commented 2026-06-01 07:16:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb8b9d2d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fb8b9d2d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140540&start_sha=22a0feca5582d7c986540c98f6e0ff4ef2158321)
_renovate commented 2026-06-01 08:56:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • 70e022c8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>70e022c8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140651&start_sha=fb8b9d2dfad05b77f1f5c175a8a568231e69b648)
_renovate commented 2026-06-01 09:27:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • 013383b7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>013383b7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140676&start_sha=70e022c827ba5513c669b9747e274ade5431be68)
_renovate commented 2026-06-01 13:53:59 +02:00 (Migrated from edugit.org)

added 1 commit

  • 80fea946 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>80fea946 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=140900&start_sha=013383b722021d41394972af96b83d30bc3f3352)
_renovate commented 2026-06-01 15:54:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • b28f43c3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b28f43c3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141032&start_sha=80fea94662e8a7bbc0ac0b81ebbff586a3eca705)
_renovate commented 2026-06-01 19:37:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • c02fdf9f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c02fdf9f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141292&start_sha=b28f43c34b647f8a00deda2faa8eb40029943fd9)
_renovate commented 2026-06-01 20:09:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • f6b3f970 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f6b3f970 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141377&start_sha=c02fdf9ff681525077109302171fc7785b2f48df)
_renovate commented 2026-06-01 20:35:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1c2544b4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1c2544b4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141436&start_sha=f6b3f9705b0070ed14114ae3fb992b43d3937dde)
_renovate commented 2026-06-01 21:39:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c22437b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8c22437b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141548&start_sha=1c2544b42ff5f573628d0b7168b3e2677162dd22)
_renovate commented 2026-06-01 23:15:55 +02:00 (Migrated from edugit.org)

added 1 commit

  • 2de10eb9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>2de10eb9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141720&start_sha=8c22437b8584bd1b157cda48ef2975ea137e8418)
_renovate commented 2026-06-01 23:40:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • bc5b1860 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bc5b1860 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141748&start_sha=2de10eb9d5a0f05d8dc2afbd79617719a7edd697)
_renovate commented 2026-06-02 01:46:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7e93f476 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7e93f476 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=141874&start_sha=bc5b1860953edc08481580c509d943da65464c44)
_renovate commented 2026-06-02 05:07:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • e896c59f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e896c59f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142054&start_sha=7e93f47675b55013ecf80cfbea0c1fdd4ad158ac)
_renovate commented 2026-06-02 05:12:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • bfc46178 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bfc46178 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142065&start_sha=e896c59f5015f76513d9660c340d5c1d4ea150f9)
_renovate commented 2026-06-02 05:59:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4dd13013 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4dd13013 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142111&start_sha=bfc4617878923b7d57fdfed47a271f64a33badfa)
_renovate commented 2026-06-02 06:38:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • fb348c7c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>fb348c7c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142151&start_sha=4dd130131438328ba93604f4670fc8ab6a041d2d)
_renovate commented 2026-06-02 08:38:22 +02:00 (Migrated from edugit.org)

added 1 commit

  • cfad4ffe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cfad4ffe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142296&start_sha=fb348c7cc5bf3b36d578c94ec2ca1fc6cd9a76bc)
_renovate commented 2026-06-02 08:40:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • b4c742e5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b4c742e5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142300&start_sha=cfad4ffefad8ab139c7e19bdd01b970c2ee2422c)
_renovate commented 2026-06-02 09:24:47 +02:00 (Migrated from edugit.org)

added 1 commit

  • 302a3dcf - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>302a3dcf - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142356&start_sha=b4c742e54ddc4387af7bb5ecf7f85c090ad65f6b)
_renovate commented 2026-06-02 09:51:44 +02:00 (Migrated from edugit.org)

added 1 commit

  • a881a7f2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a881a7f2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142379&start_sha=302a3dcfba0f54e01d31c563157a23b86102f4d9)
_renovate commented 2026-06-02 10:28:01 +02:00 (Migrated from edugit.org)

added 1 commit

  • b44b711c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b44b711c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142433&start_sha=a881a7f25dec03c8e669c442e5000996249e755f)
_renovate commented 2026-06-02 10:29:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • ecbe3c6c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ecbe3c6c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142435&start_sha=b44b711c5161b6ec02d4dfbd483a81aca079dabb)
_renovate commented 2026-06-02 11:01:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • dd0d1d87 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>dd0d1d87 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142508&start_sha=ecbe3c6c0c12e88cc37653dbed39420913c8db90)
_renovate commented 2026-06-02 11:47:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • d0e70675 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d0e70675 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142603&start_sha=dd0d1d87191398a429c0ddd744239613e33fce10)
_renovate commented 2026-06-02 13:03:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • bd4ede23 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bd4ede23 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142674&start_sha=d0e70675d33df611b0562bdc7e5ec81801fcd164)
_renovate commented 2026-06-02 17:02:10 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8a5eb0f2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8a5eb0f2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142943&start_sha=bd4ede23f14b1667c8877a0cf7b3b29a4304ac98)
_renovate commented 2026-06-02 17:12:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • c3e139ca - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c3e139ca - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=142971&start_sha=8a5eb0f2eb66c6f9088039595f7104e24352c302)
_renovate commented 2026-06-02 20:59:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 989588d9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>989588d9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143267&start_sha=c3e139ca39b944a6247fb029245e3c2c0f736732)
_renovate commented 2026-06-02 21:56:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • e9b532d0 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e9b532d0 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143334&start_sha=989588d9341e9098d7e709c9e85560432c5aa22f)
_renovate commented 2026-06-02 22:54:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • eb4bd736 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eb4bd736 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143415&start_sha=e9b532d046cfcfd8e36844f0ee9570107f19348e)
_renovate commented 2026-06-02 23:26:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • 09ab59ba - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>09ab59ba - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143444&start_sha=eb4bd736af3d8165c86f2a46a0263fff7ed34181)
_renovate commented 2026-06-03 03:01:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • ff96d447 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ff96d447 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143701&start_sha=09ab59ba97d8406a02472078c94c35f0b789f48f)
_renovate commented 2026-06-03 03:09:49 +02:00 (Migrated from edugit.org)

added 1 commit

  • b27a2c49 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b27a2c49 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143726&start_sha=ff96d4471637bb54a847da7eb0e62891d0e5c922)
_renovate commented 2026-06-03 03:19:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • ff37be70 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ff37be70 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143744&start_sha=b27a2c492844d296ab204f6113ad9f7a79852c43)
_renovate commented 2026-06-03 04:29:40 +02:00 (Migrated from edugit.org)

added 1 commit

  • a3b9652e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>a3b9652e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143827&start_sha=ff37be707f2fd131221447aa29fe73a5f82936e4)
_renovate commented 2026-06-03 05:58:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8c3d3e43 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8c3d3e43 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143906&start_sha=a3b9652e1a5cfc3464bebaed716f19bf7d5865f7)
_renovate commented 2026-06-03 06:19:13 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7f8b9d2d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7f8b9d2d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143924&start_sha=8c3d3e4395261f735cbae21d67d90e783c8242b3)
_renovate commented 2026-06-03 07:03:42 +02:00 (Migrated from edugit.org)

added 1 commit

  • 74e62cd2 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>74e62cd2 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143967&start_sha=7f8b9d2dbff1ba17419e4f90257992334dba483e)
_renovate commented 2026-06-03 07:09:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6bbcae4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c6bbcae4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=143979&start_sha=74e62cd21c4f9593d18ff74e70f0a392a7d4d4df)
_renovate commented 2026-06-03 08:18:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4fe6ac3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d4fe6ac3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144050&start_sha=c6bbcae4d43b461b66ef69780d6bba427c1244f1)
_renovate commented 2026-06-03 08:27:52 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8d437e1a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8d437e1a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144065&start_sha=d4fe6ac35dd781bf3aeb220b0371f27c8e5438a5)
_renovate commented 2026-06-03 10:11:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3b0c974d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3b0c974d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144236&start_sha=8d437e1a8efc844d66c702bff4d98b1b9f189c9e)
_renovate commented 2026-06-03 10:57:31 +02:00 (Migrated from edugit.org)

added 1 commit

  • 01928efe - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>01928efe - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144360&start_sha=3b0c974dad6ad24e2b63852315bb5caab6e4172b)
_renovate commented 2026-06-03 12:21:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • e223dee8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>e223dee8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144534&start_sha=01928efeb574d83feec8d13796c45d1c78cb1624)
_renovate commented 2026-06-04 02:09:32 +02:00 (Migrated from edugit.org)

changed the description

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

changed the description

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

changed the description

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

changed the description

changed the description
_renovate commented 2026-06-19 17:43:15 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5168c2c7 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5168c2c7 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144886&start_sha=e223dee859e36b159eb760f4780858b9a4742634)
_renovate commented 2026-06-19 18:52:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • b411e9e4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>b411e9e4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=144980&start_sha=5168c2c75a7be28d5f06fa5b59c819f27bf6dcd7)
_renovate commented 2026-06-20 00:45:00 +02:00 (Migrated from edugit.org)

added 1 commit

  • ca0f481f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ca0f481f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=145574&start_sha=b411e9e4dfef55544a9b8d36e5e672a9d1f3e2b3)
_renovate commented 2026-06-20 02:31:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 341fe39c - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>341fe39c - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=145716&start_sha=ca0f481f497864ee7c851acb262aaff4c18db54a)
_renovate commented 2026-06-20 04:39:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 21332373 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>21332373 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=145882&start_sha=341fe39c06284bf8d5672ab9fbdd82c005936c15)
_renovate commented 2026-06-20 06:47:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 82ca9442 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>82ca9442 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146102&start_sha=21332373c41c6579247521fab5cc3505dff3d1f9)
_renovate commented 2026-06-20 08:30:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • d845a845 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d845a845 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146223&start_sha=82ca94420ca8d39ecfec3d369b24582bb1a4701c)
_renovate commented 2026-06-20 09:28:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • 8fd8a9c5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>8fd8a9c5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146271&start_sha=d845a8454e87df169c694638ca147335ab69c8fd)
_renovate commented 2026-06-20 10:18:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 294bfaf8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>294bfaf8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146337&start_sha=8fd8a9c5b2b224e8d4cd81d6a79ae1f7bd9ce571)
_renovate commented 2026-06-20 10:54:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6a70b36d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6a70b36d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146410&start_sha=294bfaf80489f52ab3d1295e2ae4958540691ef4)
_renovate commented 2026-06-20 11:26:18 +02:00 (Migrated from edugit.org)

added 1 commit

  • 22c03878 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>22c03878 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146475&start_sha=6a70b36d197f7e37a790c5e2d34995ae9e4edb40)
_renovate commented 2026-06-20 17:01:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9b7a9dda - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9b7a9dda - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146875&start_sha=22c03878673c298dcb19c08332b00e40e4df4f5f)
_renovate commented 2026-06-20 17:11:21 +02:00 (Migrated from edugit.org)

added 1 commit

  • 5059e9cf - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>5059e9cf - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146893&start_sha=9b7a9dda2506ac11ad5b8e3debc7770a972b8150)
_renovate commented 2026-06-20 17:48:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 35dfa9b5 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>35dfa9b5 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146945&start_sha=5059e9cfadbe32249e7968aeebd35aaeb05f7b48)
_renovate commented 2026-06-20 18:35:16 +02:00 (Migrated from edugit.org)

added 1 commit

  • 148a66c8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>148a66c8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=146991&start_sha=35dfa9b5884b15076ad90985375abefe44886c0c)
_renovate commented 2026-06-20 18:45:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf80d0ab - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cf80d0ab - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147002&start_sha=148a66c805bd5392bdf553fbe1aa969454c12f92)
_renovate commented 2026-06-20 19:16:35 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6efd26ea - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6efd26ea - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147046&start_sha=cf80d0ab027d066ec76e6e9bfd83c36ed496262b)
_renovate commented 2026-06-20 19:22:06 +02:00 (Migrated from edugit.org)

added 1 commit

  • f530293a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>f530293a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147063&start_sha=6efd26ea36d88ccdcd6324829564e4f7681b5301)
_renovate commented 2026-06-20 19:32:50 +02:00 (Migrated from edugit.org)

added 1 commit

  • 731b776d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>731b776d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147077&start_sha=f530293a9fd8ac8125916a9e5327f54125d25543)
_renovate commented 2026-06-20 21:01:11 +02:00 (Migrated from edugit.org)

added 1 commit

  • 9f5b6578 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>9f5b6578 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147180&start_sha=731b776dd96fb89b4206a2522d078223562e80b7)
_renovate commented 2026-06-20 22:49:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 41b8944b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>41b8944b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147345&start_sha=9f5b6578cec58d32ce79c0aed760c4f0aa85b190)
_renovate commented 2026-06-20 23:01:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4e1d9cd8 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4e1d9cd8 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147376&start_sha=41b8944b2bbba6a548cb91f36256f801003a1e5a)
_renovate commented 2026-06-20 23:12:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • 02296fa4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>02296fa4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147389&start_sha=4e1d9cd8709ed4a7b7bce76fb3b9359a9a57753c)
_renovate commented 2026-06-21 01:31:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • c06797cc - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c06797cc - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147521&start_sha=02296fa491e1067e09df3b1c18b1be7a00622d95)
_renovate commented 2026-06-21 03:58:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 7214358a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>7214358a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147690&start_sha=c06797ccd37e5a80976dd8e4760067d398c5663c)
_renovate commented 2026-06-21 04:07:41 +02:00 (Migrated from edugit.org)

added 1 commit

  • 417f8b35 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>417f8b35 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147698&start_sha=7214358a82df788a75282aa709a010a66fa14d8c)
_renovate commented 2026-06-21 05:24:56 +02:00 (Migrated from edugit.org)

added 1 commit

  • afe4046d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>afe4046d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=147799&start_sha=417f8b3513b6214d5e74982e0b979f78f744f701)
_renovate commented 2026-06-21 08:42:25 +02:00 (Migrated from edugit.org)

added 1 commit

  • d4f1cbfa - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d4f1cbfa - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148129&start_sha=afe4046d285ffdac2d5818111cceacfc2b53d75d)
_renovate commented 2026-06-21 08:56:09 +02:00 (Migrated from edugit.org)

added 1 commit

  • 77d4d23e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>77d4d23e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148160&start_sha=d4f1cbfa2dd7f30ac5d9148f200ff5b60bbee1c5)
_renovate commented 2026-06-21 10:19:54 +02:00 (Migrated from edugit.org)

added 1 commit

  • 863686e9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>863686e9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148302&start_sha=77d4d23e8792bf1f8b5145315da90457f7973326)
_renovate commented 2026-06-21 10:31:32 +02:00 (Migrated from edugit.org)

added 1 commit

  • 40fbc806 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>40fbc806 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148324&start_sha=863686e98ab18f4420de8d299525ecb4d2b14c8b)
_renovate commented 2026-06-21 11:40:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • 3eeafd74 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>3eeafd74 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148422&start_sha=40fbc806c9a728e1a62675394b0b1011a75de263)
_renovate commented 2026-06-21 12:30:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • de80e4b6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>de80e4b6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148490&start_sha=3eeafd74e6877e85536529ba343f6f042ba36864)
_renovate commented 2026-06-21 13:32:38 +02:00 (Migrated from edugit.org)

added 1 commit

  • 39937728 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>39937728 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148533&start_sha=de80e4b66307c37a0e595ad564dbdfb68b0d83b3)
_renovate commented 2026-06-21 16:32:12 +02:00 (Migrated from edugit.org)

added 1 commit

  • c98d191d - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c98d191d - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148862&start_sha=39937728209d1ee9f0920b1e4676dba2014e94bf)
_renovate commented 2026-06-21 17:18:03 +02:00 (Migrated from edugit.org)

added 1 commit

  • 0f3e57a3 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>0f3e57a3 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=148964&start_sha=c98d191dd6e8197efad4b0beb648b68bd3c8d03b)
_renovate commented 2026-06-21 18:31:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • 504a5352 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>504a5352 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149081&start_sha=0f3e57a372f0f47822209ba983c2a7b515a51432)
_renovate commented 2026-06-21 18:35:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • 300976dd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>300976dd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149098&start_sha=504a5352b177b8208d9ae20efd96a90067e59ec6)
_renovate commented 2026-06-21 21:38:02 +02:00 (Migrated from edugit.org)

added 1 commit

  • acc5f758 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>acc5f758 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149299&start_sha=300976ddb68cc306b29a9c581e2ce9b417f38014)
_renovate commented 2026-06-21 21:39:29 +02:00 (Migrated from edugit.org)

added 1 commit

  • 24d8bb5a - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>24d8bb5a - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149308&start_sha=acc5f758817942c722451666227acb42832092df)
_renovate commented 2026-06-21 21:42:39 +02:00 (Migrated from edugit.org)

added 1 commit

  • 453c2d4e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>453c2d4e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149322&start_sha=24d8bb5a293c1d956a7406ddf8c5c8fad6d328eb)
_renovate commented 2026-06-21 22:53:51 +02:00 (Migrated from edugit.org)

added 1 commit

  • 4fb13be1 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>4fb13be1 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149429&start_sha=453c2d4eb87a0f0063ac2de179410b9db7b2ff64)
_renovate commented 2026-06-22 01:03:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • eef5bb26 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eef5bb26 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149617&start_sha=4fb13be1d124c68be5a3ea85e882ae775d422283)
_renovate commented 2026-06-22 01:46:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 6c46835f - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>6c46835f - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149681&start_sha=eef5bb264e3770a6ab3ffa6b2cd613371a36ff8f)
_renovate commented 2026-06-22 03:18:26 +02:00 (Migrated from edugit.org)

added 1 commit

  • af14e62b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>af14e62b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149837&start_sha=6c46835f95f52fa4d7851fa17d8c266e08f1a254)
_renovate commented 2026-06-22 04:28:37 +02:00 (Migrated from edugit.org)

added 1 commit

  • cf9f5ac9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>cf9f5ac9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=149975&start_sha=af14e62b3f56198a0f2962fc6637adb872812557)
_renovate commented 2026-06-22 05:33:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • ec40dcce - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ec40dcce - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150073&start_sha=cf9f5ac9b26abbd3f5eb8fa580faaa9d41ea8a70)
_renovate commented 2026-06-22 06:06:33 +02:00 (Migrated from edugit.org)

added 1 commit

  • 61717b2b - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>61717b2b - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150102&start_sha=ec40dcce53b167a23e9bfac9f0329b58a39b6396)
_renovate commented 2026-06-22 06:49:30 +02:00 (Migrated from edugit.org)

added 1 commit

  • c93c7fe4 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c93c7fe4 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150156&start_sha=61717b2bb214f7d57f2a3e899d388484717f521f)
_renovate commented 2026-06-22 08:47:46 +02:00 (Migrated from edugit.org)

added 1 commit

  • d490ce94 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>d490ce94 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150305&start_sha=c93c7fe4bd5768127c2ae49a5fcd2ed4f4a9583e)
_renovate commented 2026-06-22 09:00:23 +02:00 (Migrated from edugit.org)

added 1 commit

  • eebbd4b6 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>eebbd4b6 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150340&start_sha=d490ce949f0f97bffeb6d36d5e42203af57ec765)
_renovate commented 2026-06-22 10:35:53 +02:00 (Migrated from edugit.org)

added 1 commit

  • da1a9cfd - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>da1a9cfd - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150511&start_sha=eebbd4b63de0670220ffd39e229d14a7d332907b)
_renovate commented 2026-06-22 11:26:08 +02:00 (Migrated from edugit.org)

added 1 commit

  • c6ac197e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c6ac197e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150586&start_sha=da1a9cfddd3340284727badf4e7d5b3ab3215ff4)
_renovate commented 2026-06-22 11:29:45 +02:00 (Migrated from edugit.org)

added 1 commit

  • 692cb58e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>692cb58e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150601&start_sha=c6ac197e980cd38fe6209549ba375191fb761c2d)
_renovate commented 2026-06-22 13:14:24 +02:00 (Migrated from edugit.org)

added 1 commit

  • 94296795 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>94296795 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150769&start_sha=692cb58e4023bbfc0cfd10a3a899cf02310812a0)
_renovate commented 2026-06-22 14:01:36 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1f30229e - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1f30229e - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150838&start_sha=94296795de2394b3f8e79e0a5dfc1d8cf109f8b9)
_renovate commented 2026-06-22 14:27:48 +02:00 (Migrated from edugit.org)

added 1 commit

  • 11dd44c9 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>11dd44c9 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150902&start_sha=1f30229e14a91c270210968688c9a6616625a85e)
_renovate commented 2026-06-22 14:33:57 +02:00 (Migrated from edugit.org)

added 1 commit

  • ad14b043 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>ad14b043 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=150921&start_sha=11dd44c943f025c4ae74b42bd949589664959992)
_renovate commented 2026-06-22 15:37:34 +02:00 (Migrated from edugit.org)

added 1 commit

  • bbdf1529 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>bbdf1529 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=151075&start_sha=ad14b0435be8cfb03d9cf6227f8b28a916845088)
_renovate commented 2026-06-22 15:59:14 +02:00 (Migrated from edugit.org)

added 1 commit

  • c553fdee - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>c553fdee - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=151131&start_sha=bbdf1529574eca47faa2b14610087d607b98fbe1)
_renovate commented 2026-06-22 16:36:20 +02:00 (Migrated from edugit.org)

added 1 commit

  • 1ce55c68 - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>1ce55c68 - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=151228&start_sha=c553fdeeeb74ba1a0dcdd210b41c468619c67f81)
_renovate commented 2026-06-22 17:47:28 +02:00 (Migrated from edugit.org)

added 1 commit

  • 50c531ef - Update dependency django-stubs to v6

Compare with previous version

added 1 commit <ul><li>50c531ef - Update dependency django-stubs to v6</li></ul> [Compare with previous version](/Teckids/hacknfun/AlekSIS-App-Paweljong/-/merge_requests/136/diffs?diff_id=151400&start_sha=1ce55c68fbcaaafe312516c4ef4a3d1677b22492)
_renovate commented 2026-06-23 10:39:31 +02:00 (Migrated from edugit.org)

changed the description

changed the description
_renovate commented 2026-07-14 12:10:37 +02:00 (Migrated from edugit.org)

changed the description

changed the description
This pull request has changes conflicting with the target branch.
  • pyproject.toml
View command line instructions

Manual merge helper

Use this merge commit message when completing the merge manually.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/django-stubs-6.x:renovate/django-stubs-6.x
git switch renovate/django-stubs-6.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-stubs-6.x
git switch renovate/django-stubs-6.x
git rebase master
git switch master
git merge --ff-only renovate/django-stubs-6.x
git switch renovate/django-stubs-6.x
git rebase master
git switch master
git merge --no-ff renovate/django-stubs-6.x
git switch master
git merge --squash renovate/django-stubs-6.x
git switch master
git merge --ff-only renovate/django-stubs-6.x
git switch master
git merge renovate/django-stubs-6.x
git push origin master
Sign in to join this conversation.
No reviewers
No labels
Doing
To Do
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
teckids/AlekSIS-App-Paweljong!257
No description provided.