Changes between Initial Version and Version 3 of Ticket #34419
- Timestamp:
- Apr 1, 2023, 12:04:17 AM (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34419
- Property Triage Stage Unreviewed → Accepted
- Property Owner changed from to
- Property Status new → assigned
- Property Has patch set
-
Ticket #34419 – Description
initial v3 1 #27673 added `all_sites` in django.contrib.admin.sites` as a weak set of all sites inst naces. It's used by system checks to loop over all current site instances.1 #27673 added `all_sites` in django.contrib.admin.sites` as a weak set of all sites instances. It's used by system checks to loop over all current site instances. 2 2 3 3 This set is also useful for custom checks and tests across all admin sites. For example, the parameterized test I just blogged about: https://adamj.eu/tech/2023/03/17/django-parameterized-tests-model-admin-classes/ .