Changes between Initial Version and Version 1 of Ticket #37064, comment 6
- Timestamp:
- Apr 24, 2026, 6:17:34 PM (3 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #37064, comment 6
initial v1 1 I cannot reproduce against Django 6.0.4 with `manage.py test` or with `pytest` with `pytest-django` installed by creating a new Django 6.0.3project and defining a new app where the single test is1 I cannot reproduce against Django 6.0.4 with `manage.py test` or with `pytest` with `pytest-django` installed by creating a new Django project and defining a new app where the single test is 2 2 3 3 {{{#!python