- by default, django_polymorphic's pretty printing of querysets/objects (via ShowField*) is not used anymore - ShowField mixins now also show the annotations (after the regular fields, prepended by "Ann:") - cleaned up implementation.
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.