Changes between Initial Version and Version 3 of Ticket #34419


Ignore:
Timestamp:
Apr 1, 2023, 12:04:17 AM (13 months ago)
Author:
Edison Wang
Comment:

https://github.com/django/django/pull/16712

I fixed a typo in the ticket. Also, I'm unsure about the formatting for the documentation, but the content should be good. Please check so I can revise if needed.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34419

    • Property Triage Stage UnreviewedAccepted
    • Property Owner changed from nobody to Edison Wang
    • Property Status newassigned
    • 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 instnaces. 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.
    22
    33This 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/ .
Back to Top