From 7dc29de398276df983265b74c0f450db759e16e6 Mon Sep 17 00:00:00 2001 From: Cameron Higby-Naquin Date: Mon, 27 Jan 2020 13:22:28 -0500 Subject: [PATCH] Merge migrations from master --- common/migrations/0063_merge_20200127_1819.py | 14 +++++++++++ common/migrations/0064_auto_20200127_1832.py | 23 +++++++++++++++++++ .../migrations/0040_merge_20200127_1819.py | 14 +++++++++++ 3 files changed, 51 insertions(+) create mode 100644 common/migrations/0063_merge_20200127_1819.py create mode 100644 common/migrations/0064_auto_20200127_1832.py create mode 100644 incident/migrations/0040_merge_20200127_1819.py diff --git a/common/migrations/0063_merge_20200127_1819.py b/common/migrations/0063_merge_20200127_1819.py new file mode 100644 index 000000000..9c2a52f6b --- /dev/null +++ b/common/migrations/0063_merge_20200127_1819.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.9 on 2020-01-27 18:19 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('common', '0062_auto_20191023_1738'), + ('common', '0061_auto_20190909_2046'), + ] + + operations = [ + ] diff --git a/common/migrations/0064_auto_20200127_1832.py b/common/migrations/0064_auto_20200127_1832.py new file mode 100644 index 000000000..e35bd2990 --- /dev/null +++ b/common/migrations/0064_auto_20200127_1832.py @@ -0,0 +1,23 @@ +# Generated by Django 2.2.9 on 2020-01-27 18:32 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ('common', '0063_merge_20200127_1819'), + ] + + operations = [ + migrations.AlterField( + model_name='categoryincidentfilter', + name='incident_filter', + field=models.CharField(choices=[('actor', 'Actor'), ('affiliation', 'Affiliation'), ('arrest_status', 'Arrest status'), ('assailant', 'Assailant'), ('border_point', 'Border point'), ('charged_under_espionage_act', 'Charged under espionage act?'), ('charges', 'Charges'), ('circuits', 'Circuits'), ('city', 'City'), ('current_charges', 'Current Charges'), ('denial_of_entry', 'Denied entry?'), ('detention_date', 'Detention date between'), ('detention_status', 'Detention status'), ('did_authorities_ask_for_device_access', 'Did authorities ask for device access?'), ('did_authorities_ask_for_social_media_pass', 'Did authorities ask for social media password?'), ('did_authorities_ask_for_social_media_user', 'Did authorities ask for social media username?'), ('did_authorities_ask_about_work', "Did authorities ask intrusive questions about journalist's work?"), ('dropped_charges', 'Dropped Charges'), ('equipment_broken', 'Equipment Broken'), ('equipment_seized', 'Equipment Seized'), ('tags', 'Has any of these tags'), ('held_in_contempt', 'If subject refused to cooperate, were they held in contempt?'), ('authors', 'Incident author'), ('links', 'Incident page links'), ('targets_whose_communications_were_obtained', 'Journalists/Organizations whose communications were obtained in leak investigation'), ('lawsuit_name', 'Lawsuit name'), ('legal_order_type', 'Legal order type'), ('politicians_or_public_figures_involved', 'Politicians or public officials involved'), ('primary_video', 'Primary video'), ('release_date', 'Release date between'), ('is_search_warrant_obtained', 'Search warrant obtained?'), ('pending_cases', 'Show only pending cases'), ('state', 'State'), ('status_of_charges', 'Status of charges'), ('status_of_prior_restraint', 'Status of prior restraint'), ('status_of_seized_equipment', 'Status of seized equipment'), ('stopped_at_border', 'Stopped at border?'), ('stopped_previously', 'Stopped previously?'), ('subpoena_statuses', 'Subpoena status'), ('subpoena_type', 'Subpoena type'), ('suppress_footer', 'Suppress Footer Call to Action'), ('target_nationality', 'Target Nationality'), ('targeted_institutions', 'Targeted Institutions'), ('targeted_journalists', 'Targeted any of these journalists'), ('targets', 'Targets (Journalists/Organizations)'), ('third_party_business', 'Third party business'), ('third_party_in_possession_of_communications', 'Third party in possession of communications'), ('date', 'Took place between'), ('target_us_citizenship_status', 'US Citizenship Status'), ('unnecessary_use_of_force', 'Unnecessary use of force?'), ('venue', 'Venue'), ('was_journalist_targeted', 'Was journalist targeted?'), ('were_devices_searched_or_seized', 'Were devices searched or seized?')], max_length=255, unique=True), + ), + migrations.AlterField( + model_name='generalincidentfilter', + name='incident_filter', + field=models.CharField(choices=[('actor', 'Actor'), ('affiliation', 'Affiliation'), ('arrest_status', 'Arrest status'), ('assailant', 'Assailant'), ('border_point', 'Border point'), ('charged_under_espionage_act', 'Charged under espionage act?'), ('charges', 'Charges'), ('circuits', 'Circuits'), ('city', 'City'), ('current_charges', 'Current Charges'), ('denial_of_entry', 'Denied entry?'), ('detention_date', 'Detention date between'), ('detention_status', 'Detention status'), ('did_authorities_ask_for_device_access', 'Did authorities ask for device access?'), ('did_authorities_ask_for_social_media_pass', 'Did authorities ask for social media password?'), ('did_authorities_ask_for_social_media_user', 'Did authorities ask for social media username?'), ('did_authorities_ask_about_work', "Did authorities ask intrusive questions about journalist's work?"), ('dropped_charges', 'Dropped Charges'), ('equipment_broken', 'Equipment Broken'), ('equipment_seized', 'Equipment Seized'), ('tags', 'Has any of these tags'), ('held_in_contempt', 'If subject refused to cooperate, were they held in contempt?'), ('authors', 'Incident author'), ('links', 'Incident page links'), ('targets_whose_communications_were_obtained', 'Journalists/Organizations whose communications were obtained in leak investigation'), ('lawsuit_name', 'Lawsuit name'), ('legal_order_type', 'Legal order type'), ('politicians_or_public_figures_involved', 'Politicians or public officials involved'), ('primary_video', 'Primary video'), ('release_date', 'Release date between'), ('is_search_warrant_obtained', 'Search warrant obtained?'), ('pending_cases', 'Show only pending cases'), ('state', 'State'), ('status_of_charges', 'Status of charges'), ('status_of_prior_restraint', 'Status of prior restraint'), ('status_of_seized_equipment', 'Status of seized equipment'), ('stopped_at_border', 'Stopped at border?'), ('stopped_previously', 'Stopped previously?'), ('subpoena_statuses', 'Subpoena status'), ('subpoena_type', 'Subpoena type'), ('suppress_footer', 'Suppress Footer Call to Action'), ('target_nationality', 'Target Nationality'), ('targeted_institutions', 'Targeted Institutions'), ('targeted_journalists', 'Targeted any of these journalists'), ('targets', 'Targets (Journalists/Organizations)'), ('third_party_business', 'Third party business'), ('third_party_in_possession_of_communications', 'Third party in possession of communications'), ('date', 'Took place between'), ('target_us_citizenship_status', 'US Citizenship Status'), ('unnecessary_use_of_force', 'Unnecessary use of force?'), ('venue', 'Venue'), ('was_journalist_targeted', 'Was journalist targeted?'), ('were_devices_searched_or_seized', 'Were devices searched or seized?')], max_length=255, unique=True), + ), + ] diff --git a/incident/migrations/0040_merge_20200127_1819.py b/incident/migrations/0040_merge_20200127_1819.py new file mode 100644 index 000000000..11a6c801c --- /dev/null +++ b/incident/migrations/0040_merge_20200127_1819.py @@ -0,0 +1,14 @@ +# Generated by Django 2.2.9 on 2020-01-27 18:19 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('incident', '0039_auto_20191010_1014'), + ('incident', '0039_merge_20190909_2024'), + ] + + operations = [ + ]