sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
188 stars 62 forks source link

Update constaints for Django 5 #266

Open devanubis opened 2 weeks ago

devanubis commented 2 weeks ago

Django 5 added:

https://github.com/django/django/blob/stable/5.1.x/django/db/models/constraints.py

devanubis commented 2 weeks ago

Actually, I've just checked and django-stubs already fixed both of these, and better than me with an @overload.

Would  you prefer a cherry-pick of those as separate PRs?

Or do you have any immediate plans to update from django-stubs ? I noticed #255...