Steve Kossouho
Steve Kossouho
Hello, The plugin is pretty young, and I realize that I forgot some considerations; Many-to-many fields are not stored in the model table, and the resulting intermediate table is just...
Hi, Oh I think it may be an issue and you were right to point to this. I have to investigate, either to allow already existing instances to get monitored...
Do you have a simple way to strip the final "/" at the end of the URL ? I've just had the same problem, with 405 in return (the POST...
I also frequently lose the home page and I don't know why. Anyway, thanks for the trick
Have had the bug since Firefox 57, but went away recently, perhaps around Firefox 62b
There is a problem in the process_m2m method: line 233, the code is: auto_created_through_model = through._meta.auto_created but correct code would be: auto_created_through_model = getattr(getattr(through, '_meta', None), 'auto_created', False)
Same problem, using Django 1.3.1 and PostgreSQL (Psycopg 2.4.1 since 2.4.2 is broken with Django 1.3.x)