Fix accidental deletions, update docstrings...

... and update migration file for rebase.
This commit is contained in:
beeankha
2019-08-19 09:39:11 -04:00
committed by Ryan Petrello
parent 667fce5012
commit aab04bcbb1
3 changed files with 7 additions and 4 deletions

View File

@@ -8,7 +8,7 @@ import django.db.models.deletion
class Migration(migrations.Migration):
dependencies = [
('main', '0083_v360_job_branch_overrirde'),
('main', '0084_v360_token_description'),
]
operations = [