Changes between Initial Version and Version 5 of Ticket #32528
- Timestamp:
- Jan 17, 2023, 7:04:04 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32528
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
-
Ticket #32528 – Description
initial v5 2 2 Let's use this instead of our custom implementation in `django.utils.topological_sort`. 3 3 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.~~