Jean-François Schaff

Results 8 comments of Jean-François Schaff

I just added this app to a Django project, and my understanding is that the same process is used both for registration and login. But this can be configured depending...

Hi and thank you for your feedback which really helps! And sorry for the french... The point is that the model named `Thread` ("Fil de discussion"), which I am trying...

> Without ContentType model that data is unreadable. I do agree 😄, previous comment updated. Thanks for the help!

> The permissions point to the correct content type. I've noticed that content type id `27` is assigned to `thread` on production, but `patient` on stage. Maybe `27` is hard...

Hi @michael-k @ad-m and others! I've kept investigating that issue we have and can't make sense of it... Here is a summary of what I get after deleting the DB...

>> I get the following in the admin: > Could you provide a URI where are you getting that values? URL: `/admin/dsa/thread/1/permissions/`

Hi, have you understood this issue? It looks like I also have this problem... `get_objects_for_user` returns all the model instances, not just the ones for which the user has permissions....

@ad-m No, with a normal user I do get all the instances, whatever the permissions.