Brian May

Results 490 comments of Brian May

Error happens on this line in get_objects_for_user: ``` python new_ctype = ContentType.objects.get(app_label=app_label, permission__codename=codename) ```

@johnthagen I didn't know you could do that. Thanks. Now done. @kiran-capoor94 I noted that nobody replied to your request, at least not here. If you are still interested in...

Copied following text by @suriya from #330: There has been some discussion in the past #23 about adding roles support in django-guardian. However, it did not move far. This is...

I have a vague recollection this issue occurred sometime ago, and I concluded (or was told) that this was a deliberate design decision and it is up to the application...

Note: I might be getting things confused in my previous response. Just the way I remember it however,

Fabrizio Sestito writes: > on MariaDB, database created with: > CREATE DATABASE mydatabase CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci; This is a very common mysql/mariadb specific problem. Do a Google search,...

Fabrizio Sestito writes: > I did a google search of course and I found the same solution using utf8 instead of utf8mb4, > which is not what I'm searching for...

The assumption has always been that if you grant people access to the admin site, they have access to everything. As such the answer to your question is Yes, staff...

No response. Closing. Can reopen if required.

Yes, this is a known limitation in setuptools-scm. I would not recommend using development versions in this way; this is what releases are for. I just released version 1.4.5 so...