Correct Mixins
Sometimes (e.g. in core/mixins.py
in the AdvancedEditView
the mixins are after the base class. The correct way however, is to put them at first. I remember this caused issues some months ago in Alsijil, where permissions weren't checked correctly (this is afaik fixed by now).