mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-29 02:04:39 +08:00
b1a04d2f7d
- Add a couple of extra type checks that Django makes: 1) 'flat' and 'named' can't be used together. 2) 'flat' is not valid when values_list is called with more than one field.