Changes between Initial Version and Version 3 of Ticket #31730
- Timestamp:
- Jun 20, 2020, 5:17:03 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31730 – Description
initial v3 20 20 Same applies to its usage in `manage.py loaddata`: sqlite3 fixes the sequences automatically. 21 21 22 Leniency of sqlite is also the explanation of how `django/tests/backends/tests.py:SequenceResetTest.test_generic_relation` 23 test contrives to pass with `sequence_reset_sql` being noop for sqlite3. 24 22 25 What it cannot do automatically is reset the sequence to zero as demonstrated in the new test 23 26 `django/tests/backends/tests.py:SequenceResetTest.test_reset_sequence`