by adding related_name to the ContentType ForeignKey. Thanks to Andrew Ingram. This happened if a polymorphc model used a ContentType ForeignKey. Plus minor documentation updates.
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.