Add data migration for organizations apps and change documents migration 35 dependencies to this new migration
This commit is contained in:
committed by
Roberto Rosario
parent
14bd599387
commit
ab69031662
@@ -8,8 +8,8 @@ import organizations.shortcuts
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('organizations', '0001_initial'),
|
||||
('documents', '0033_auto_20160325_0052'),
|
||||
('organizations', '0002_add_data_default_organization'),
|
||||
('documents', '0034_auto_20160509_2321'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
Reference in New Issue
Block a user