1
Nice, thanks.
#
Thanks for the starting point! However, it seems to not work anymore (using Django 1.2.3) Small adjustment for lines 7-10:
if source is not None: self._m2m_column_cache = source if reverse is not None: self._m2m_reverse_column_cache = reverse
Comments
Nice, thanks.
#
Thanks for the starting point! However, it seems to not work anymore (using Django 1.2.3) Small adjustment for lines 7-10:
#