Changes between Initial Version and Version 1 of Ticket #36313


Ignore:
Timestamp:
Apr 9, 2025, 2:26:13 PM (6 months ago)
Author:
anthony sottile
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36313 – Description

    initial v1  
    1515                 database=db_name,
    1616-                reset_sequences=False,
    17 +                reset_sequences=cls.reset_sequences,
     17+                reset_sequences=self.reset_sequences,
    1818                 allow_cascade=self.available_apps is not None,
    1919                 inhibit_post_migrate=inhibit_post_migrate,
Back to Top