#20432: GroupAdminTest.test_group_permission_performance fail on full test suite
run
-------------------------------+--------------------------------------
Reporter: otherjacob | Owner:
Type: Bug | Status: new
Component: contrib.admin | Version: master
Severity: Normal | Resolution:
Keywords: | Triage Stage: Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------+--------------------------------------
Changes (by ambv):
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
The missing query is
{{{
{'sql': 'QUERY = \'SELECT "django_content_type"."id",
"django_content_type"."name", "django_content_type"."app_label",
"django_content_type"."model" FROM "django_content_type" WHERE
("django_content_type"."model" = %s AND "django_content_type"."app_label"
= %s )\' - PARAMS = (\'group\', \'auth\')', 'time': '0.000'},
}}}
ContentTypeManager caches get_for_model() queries. Another test caches the
Group content type.
--
Ticket URL: <https://code.djangoproject.com/ticket/20432#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.