I’m announcing Django Sites Ext – utilities to make administration of content belonging to different sites easier.
ChangeSiteMixin is a extends django.contrib.admin.ModelAdmin adding view to change site of an object and restricting specified relations to current site of the edited object.
1. select site view for new objects
2. change form view
Source code and example app are available on github: