Changes between Initial Version and Version 1 of Ticket #28363
- Timestamp:
- Jul 5, 2017, 7:23:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28363
- Property Patch needs improvement set
- Property Triage Stage Unreviewed → Accepted
- Property Summary Add support to change migration name of squashed migrations → Allow naming the migration generated by squashmigrations
-
Ticket #28363 – Description
initial v1 1 PR: [https://github.com/django/django/pull/8087] 1 A new `--squashed-name` option allows setting the name of the resulting squashed migration. When they use a scheme that matches public releases, this makes it easier to assess what has happened each release. 2 2 3 Using --squashed-name the user can set the name of the resulting squashed 4 migration. When she uses a scheme that matches public releases, this 5 makes it easier to assess what has happened each release. 3 [https://github.com/django/django/pull/8087 PR]