Changes between Initial Version and Version 1 of Ticket #33548, comment 9
- Timestamp:
- Jun 8, 2024, 6:41:12 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33548, comment 9
initial v1 1 1 I have found this ticket during DjangoCon Europe sprints and opened a PR for it: https://github.com/django/django/pull/18241 2 3 I didn't add the version check discussed about because Python 3.10.9 updated SQLite to 3.39 so the operator should be supported on all Python versions that Django currently supports.