Frequently when creating a new class inheriting from Object, the user will accidentally miss-spell a keyword argument, causing it to be passed to the 'object' python base class. Object and Meta should work together to hint the user which keyword arguments are causing the problem.
Frequently when creating a new class inheriting from Object, the user will accidentally miss-spell a keyword argument, causing it to be passed to the 'object' python base class. Object and Meta should work together to hint the user which keyword arguments are causing the problem.