Gabriel de Biasi

Results 6 comments of Gabriel de Biasi

I suggest to check if ``raw=False`` when catching the post_save signal in order to ignore actions made in loaddata call.

I will appreciate this. Thank you for your time. > Sounds sensible, although it would require running a manual buildwatson command after using loaddata. I'd take a pull request for...

I made a workaround for this, using an environment variable. ``NOINDEX=1 python manage.py loaddata */fixtures/*.json`` And in ``apps.py``: >if 'NOINDEX' not in os.environ: > watson.register(self.get_model('MyModel')) After that, I call ``buildwatson``.

It seems that although it is possible to implement a custom group (creating a process similar to the User model with the swapper), we have a serious problem in the...