my first stumbling block I have found is that I was using
'where_constraints' to automatically set the SITE_ID.
how does one do this in magic_removal?
regards
Ian
--
I...@Holsman.net -- blog: http://feh.holsman.net/ -- PH: ++61-3-9877-0909
If everything seems under control, you're not going fast enough. -
Mario Andretti
I replaced the where_constraints by overwriting the default query
sets. See http://code.djangoproject.com/wiki/RemovingTheMagic#YoucanoverridedefaultQuerySets.
Using python parameters instead of SQL is a nice improvement over the
where_constraints method.
Andreas