Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openwisp/openwisp-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5557258ba0b8aa39005e9c1df1fa8f5b59a3c858
Choose a base ref
..
head repository: openwisp/openwisp-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fd9afe42875d1525af836fa7fba37bcc37f02274
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 tests/openwisp2/sample_config/migrations/0006_template_list_handling.py
Original file line number Diff line number Diff line change
@@ -21,7 +21,8 @@ class Migration(migrations.Migration):
],
db_index=True,
default="append_at_end",
help_text="list handling, determines how list items in this template are handled if the same list exists in a previously applied template",
help_text="list handling, determines how list items in this template "
"are handled if the same list exists in a previously applied template",
max_length=20,
verbose_name="list handling",
),