Changes between Initial Version and Version 1 of Ticket #31731
- Timestamp:
- Jun 20, 2020, 5:21:43 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31731 – Description
initial v1 64 64 which was there when this ticket 11107 was merged. So now it fetches both automatic and user-defined intermediate tables at the ealier stage, before going. 65 65 66 2) loaddata is unaffected by this branch of execution because it needs to reset the sequences solely of the models that are being loaded and not of any others. To be 100% sure I included the fixture from ticket 11107 as the testcase and it passeswithout entering into that execution branch.66 2) loaddata is unaffected by this branch of execution because it needs to reset the sequences solely of the models that are being loaded and not of any others. To be 100% sure I created a project reproduced the models.py from 11107 and loaded the fixture provided there with `manage.py loaddata` - it succeeded without entering into that execution branch. 67 67 68 68 3) `django.contrib.sites.management.create_default_site` applies it to the Site model