6 Commits
Author SHA1 Message Date
Chris BeavenandGitHub a1b647700b Fix incorrect instance arg for BaseInlineFormSet.__init__ (#928)
* Fix BaseInlineFormSet generic to retain parent model class info

* Add in test for generic formset improvements
2022-04-19 08:59:50 +03:00
Chris BeavenandGitHub 1219d62b6a Add Model._base_manager (#776) 2021-12-15 09:08:45 +03:00
Chris BeavenandGitHub 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 BeavenandGitHub 69d4b1a86d More accurate template.Parser parse_until type (#769) 2021-12-09 11:26:26 +03:00
Chris BeavenandGitHub 640553dcd7 Fix boundfield method parameters (#741) 2021-10-26 14:34:08 +03:00
Chris BeavenandGitHub 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