1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Update development docs to remove squashing instructions

This commit is contained in:
Jeremy Stretch
2020-04-29 09:44:41 -04:00
parent 6e832de4a9
commit f535ef4924
5 changed files with 2 additions and 177 deletions

View File

@@ -19,8 +19,7 @@ class Migration(migrations.Migration):
]
operations = [
# Fixes a missed field migration from #3569; see bug #4056. The original migration has also been fixed,
# so this can be omitted when squashing in the future.
# Fixes a missed field migration from #3569; see bug #4056. The original migration has also been fixed.
migrations.RunPython(
code=rack_outer_unit_to_slug
),