-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1101 from okfn/develop
[PROD] Clean old Network models
- Loading branch information
Showing
18 changed files
with
37 additions
and
859 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
34 changes: 34 additions & 0 deletions
34
foundation/organisation/migrations/0026_remove_networkgrouplist_cmsplugin_ptr_and_more.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Generated by Django 4.2.3 on 2024-06-11 09:35 | ||
|
||
from django.db import migrations | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
('organisation', '0025_remove_boardmembership_board_and_more'), | ||
] | ||
|
||
operations = [ | ||
migrations.RemoveField( | ||
model_name='networkgrouplist', | ||
name='cmsplugin_ptr', | ||
), | ||
migrations.RemoveField( | ||
model_name='networkgroupmembership', | ||
name='networkgroup', | ||
), | ||
migrations.RemoveField( | ||
model_name='networkgroupmembership', | ||
name='person', | ||
), | ||
migrations.DeleteModel( | ||
name='NetworkGroup', | ||
), | ||
migrations.DeleteModel( | ||
name='NetworkGroupList', | ||
), | ||
migrations.DeleteModel( | ||
name='NetworkGroupMembership', | ||
), | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 0 additions & 22 deletions
22
foundation/organisation/templates/organisation/board_details.html
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
foundation/organisation/templates/organisation/member.html
This file was deleted.
Oops, something went wrong.
46 changes: 0 additions & 46 deletions
46
foundation/organisation/templates/organisation/member_detail.html
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.