typeddjango / django-stubs

PEP-484 stubs for Django
MIT License
1.52k stars 425 forks source link

Expand CheckRegistry.register as function (#2232) #2233

Closed jwhitlock closed 2 weeks ago

jwhitlock commented 3 weeks ago

Allow setting tags and "deploy" flag when using register as a function. Previously, only the decorator overload allowed these. Closes #2232.