mirror of
https://github.com/davidhalter/django-stubs.git
synced 2026-04-25 00:13:01 +08:00
861c6653fd
This ensures that the order in which these mixins are included into a derrived class does not matter and ends up more accurately reflecting the return type of SuccessMessageMixin in the process (its code doesn't appear to enforce that the returned response is a redirect). This provides a fix to a secondary aspect of https://github.com/mkurnikov/django-stubs/issues/79.