Chris Beaven
1219d62b6a
Add Model._base_manager ( #776 )
2021-12-15 09:08:45 +03:00
Chris Beaven
daf6c659f0
Update autoreload to Django 3.2 ( #775 )
...
* Update autoreload stub to Django 3.2
* Fix some subclass return types
* types for watchmanreloader attributes
* Don't reference an redundant attribute in WatchmanReloader
2021-12-15 09:06:32 +03:00
Chris Beaven
69d4b1a86d
More accurate template.Parser parse_until type ( #769 )
2021-12-09 11:26:26 +03:00
Chris Beaven
640553dcd7
Fix boundfield method parameters ( #741 )
2021-10-26 14:34:08 +03:00
Chris Beaven
acfe0ce820
Patch detail and list generic view base classes ( #642 )
...
Similar to the already patched `FormMixin`, the detail and list generic view classes are also missing __class_getitem__ and choke when you try to use their generics.
2021-06-16 10:32:47 +03:00