the regular Django dumpdata command now automatically works correctly for polymorphic models and all Django versions (this is handled by PolymorphicModelBase now). Testing for dumpdata has been added.
This is needed for the management commands, and also seems to be a generally good idea for future viablity as well. Also misc documentation updates.