TypeError: ‘class Meta’ got invalid attribute(s): manager_inheritance_from_future in Django4.2
I got above error while running the makemiragtions command. So I delete/renamed the existing migration folder and rerun the makemirations command it’s is migrated but when I run the migrate I got same error i.e., TypeError: ‘class Meta’ got invalid attribute(s): manager_inheritance_from_future.
Here is my model class.