Changes between Initial Version and Version 5 of Ticket #32528


Ignore:
Timestamp:
Jan 17, 2023, 7:04:04 AM (22 months ago)
Author:
Nick Pope
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32528

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #32528 – Description

    initial v5  
    22Let's use this instead of our custom implementation in `django.utils.topological_sort`.
    33
    4 This will require a backport for Python 3.8, the minimum supported version for Django 4.0, but when support for Python 3.8 is removed we can simply drop the backport. When using Python 3.9+ we'll just use the module direct from the standard library.
     4~~This will require a backport for Python 3.8, the minimum supported version for Django 4.0, but when support for Python 3.8 is removed we can simply drop the backport. When using Python 3.9+ we'll just use the module direct from the standard library.~~
Back to Top