excellent, thanks :)
> The Django convention is to set SITE_ID in your settings file and > then do stories.get_list(sites__id__exact=SITE_ID). If you do it > this way the more introspective parts of the admin (the auto-doc > system in particular) will work for you. > > Jacob >