sbdchd / django-types

:doughnut: Type stubs for Django
MIT License
202 stars 63 forks source link

fix: Fix argument ordering for FileField #88

Closed last-partizan closed 2 years ago

last-partizan commented 2 years ago

Argument ordering was incorrect, actually they are in following order:

https://github.com/django/django/blob/2d8232fa716f5fe46eec9f35a0e90c2d0f126279/django/db/models/fields/files.py#L228