Changes between Initial Version and Version 5 of Ticket #35408
- Timestamp:
- May 10, 2024, 6:07:26 AM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35408
- Property Triage Stage Unreviewed → Ready for checkin
-
Ticket #35408 – Description
initial v5 1 1 I have often seen `django.contrib.auth.management.create_permissions()` take a significant amount of time in test run profiles. It can be optimized by batching more of its operations, including making `ContentTypeManager.get_for_models()` use batch creation. 2 2 3 For a comparison, I profiled 1518 of Django’s 1518tests in modules called “models”:3 For a comparison, I profiled 1518 of Django’s tests in modules called “models”: 4 4 5 5 {{{