Re: Triggen after insert on auth_user, crash the add new user with this error: InternalError at /operators/ current transaction is aborted, commands ignored until end of transaction block

2009-11-11 Thread Михаил Лукин
Why don't you use Django signals [1] for this? [1] http://docs.djangoproject.com/en/dev/topics/signals/ 2009/11/11 NMarcu > > Hello all, > > I have a section for adding new user, on auth_user table (default > django auth method), and work just fine. I added a trigger

Triggen after insert on auth_user, crash the add new user with this error: InternalError at /operators/ current transaction is aborted, commands ignored until end of transaction block

2009-11-11 Thread NMarcu
Hello all, I have a section for adding new user, on auth_user table (default django auth method), and work just fine. I added a trigger on that event, to add something in a new table and my app crashed. I got this error: InternalError at /operators/ current transaction is aborted, commands