Re: A demo of django-inlinetrans and django-inplaceedit

2012-01-10 Thread rikuthero...@gmail.com
Hi, Thanks for publishing the project! It looks great :-) El 10 de enero de 2012 09:56, J. Pablo Martín Cobos escribió: > Hi, > > I hope that you like the demo: > > http://www.youtube.com/watch?v=_EjisXtMy_Y > > Set full sscreen mode to view it correctly > > Further information: > > > http://www

Issues with post_save signals on test execution?

2011-03-31 Thread rikuthero...@gmail.com
Hi, After migrate an application from Django 1.1 to Django 1.3 I noticed that some unittest was failing. Debugging I get to the point that the post_save functions didn't execute on test running. If I see the receivers on the test execution: ipdb> from django.db.models import signals ipdb> signals