mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-10-31 17:13:08 +00:00 
			
		
		
		
	Mise à jour de Black vers la version 23.3 (#629)
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/unittests.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/unittests.yml
									
									
									
									
										vendored
									
									
								
							| @@ -77,7 +77,7 @@ jobs: | |||||||
|       - name: Install black |       - name: Install black | ||||||
|         run: | |         run: | | ||||||
|           python -m pip install --upgrade pip |           python -m pip install --upgrade pip | ||||||
|           python -m pip install black==22.6.0 |           python -m pip install black==23.3.0 | ||||||
|  |  | ||||||
|       - name: Check linting |       - name: Check linting | ||||||
|         run: black --check . |         run: black --check . | ||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [] |     dependencies = [] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("club", "0001_initial"), |         ("club", "0001_initial"), | ||||||
|         ("accounting", "0001_initial"), |         ("accounting", "0001_initial"), | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import phonenumber_field.modelfields | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("accounting", "0002_auto_20160824_2152")] |     dependencies = [("accounting", "0002_auto_20160824_2152")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("accounting", "0003_auto_20160824_2203")] |     dependencies = [("accounting", "0003_auto_20160824_2203")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("accounting", "0004_auto_20161005_1505")] |     dependencies = [("accounting", "0004_auto_20161005_1505")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -24,7 +24,6 @@ from api.views import RightModelViewSet | |||||||
|  |  | ||||||
|  |  | ||||||
| class CounterSerializer(serializers.ModelSerializer): | class CounterSerializer(serializers.ModelSerializer): | ||||||
|  |  | ||||||
|     is_open = serializers.BooleanField(read_only=True) |     is_open = serializers.BooleanField(read_only=True) | ||||||
|     barman_list = serializers.ListField( |     barman_list = serializers.ListField( | ||||||
|         child=serializers.IntegerField(), read_only=True |         child=serializers.IntegerField(), read_only=True | ||||||
|   | |||||||
| @@ -24,7 +24,6 @@ from api.views import RightModelViewSet | |||||||
|  |  | ||||||
|  |  | ||||||
| class LaunderettePlaceSerializer(serializers.ModelSerializer): | class LaunderettePlaceSerializer(serializers.ModelSerializer): | ||||||
|  |  | ||||||
|     machine_list = serializers.ListField( |     machine_list = serializers.ListField( | ||||||
|         child=serializers.IntegerField(), read_only=True |         child=serializers.IntegerField(), read_only=True | ||||||
|     ) |     ) | ||||||
|   | |||||||
| @@ -167,7 +167,6 @@ class SellingsForm(forms.Form): | |||||||
|     ) |     ) | ||||||
|  |  | ||||||
|     def __init__(self, club, *args, **kwargs): |     def __init__(self, club, *args, **kwargs): | ||||||
|  |  | ||||||
|         super(SellingsForm, self).__init__(*args, **kwargs) |         super(SellingsForm, self).__init__(*args, **kwargs) | ||||||
|         self.fields["products"] = forms.ModelMultipleChoiceField( |         self.fields["products"] = forms.ModelMultipleChoiceField( | ||||||
|             club.products.order_by("name").filter(archived=False).all(), |             club.products.order_by("name").filter(archived=False).all(), | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [] |     dependencies = [] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|         ("club", "0001_initial"), |         ("club", "0001_initial"), | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0002_auto_20160824_2152")] |     dependencies = [("club", "0002_auto_20160824_2152")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0003_auto_20160902_2042")] |     dependencies = [("club", "0003_auto_20160902_2042")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0004_auto_20160915_1057")] |     dependencies = [("club", "0004_auto_20160915_1057")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.utils.timezone | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0005_auto_20161120_1149")] |     dependencies = [("club", "0005_auto_20161120_1149")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0006_auto_20161229_0040")] |     dependencies = [("club", "0006_auto_20161229_0040")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0007_auto_20170324_0917")] |     dependencies = [("club", "0007_auto_20170324_0917")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -9,7 +9,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|         ("club", "0008_auto_20170515_2214"), |         ("club", "0008_auto_20170515_2214"), | ||||||
|   | |||||||
| @@ -19,7 +19,6 @@ def generate_club_pages(apps, schema_editor): | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0024_auto_20170906_1317"), ("club", "0010_club_logo")] |     dependencies = [("core", "0024_auto_20170906_1317"), ("club", "0010_club_logo")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0009_auto_20170822_2232")] |     dependencies = [("club", "0009_auto_20170822_2232")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("club", "0010_auto_20170912_2028")] |     dependencies = [("club", "0010_auto_20170912_2028")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -72,6 +72,7 @@ class Club(models.Model): | |||||||
|         _("short description"), max_length=1000, default="", blank=True, null=True |         _("short description"), max_length=1000, default="", blank=True, null=True | ||||||
|     ) |     ) | ||||||
|     address = models.CharField(_("address"), max_length=254) |     address = models.CharField(_("address"), max_length=254) | ||||||
|  |  | ||||||
|     # This function prevents generating migration upon settings change |     # This function prevents generating migration upon settings change | ||||||
|     def get_default_owner_group(): |     def get_default_owner_group(): | ||||||
|         return settings.SITH_GROUP_ROOT_ID |         return settings.SITH_GROUP_ROOT_ID | ||||||
|   | |||||||
| @@ -443,7 +443,6 @@ class ClubSellingCSVView(ClubSellingView): | |||||||
|         return row |         return row | ||||||
|  |  | ||||||
|     def get(self, request, *args, **kwargs): |     def get(self, request, *args, **kwargs): | ||||||
|  |  | ||||||
|         self.object = self.get_object() |         self.object = self.get_object() | ||||||
|         kwargs = self.get_context_data(**kwargs) |         kwargs = self.get_context_data(**kwargs) | ||||||
|  |  | ||||||
| @@ -706,7 +705,6 @@ class ClubMailingView(ClubTabsMixin, CanEditMixin, DetailFormView): | |||||||
|  |  | ||||||
|  |  | ||||||
| class MailingDeleteView(CanEditMixin, DeleteView): | class MailingDeleteView(CanEditMixin, DeleteView): | ||||||
|  |  | ||||||
|     model = Mailing |     model = Mailing | ||||||
|     template_name = "core/delete_confirm.jinja" |     template_name = "core/delete_confirm.jinja" | ||||||
|     pk_url_kwarg = "mailing_id" |     pk_url_kwarg = "mailing_id" | ||||||
| @@ -724,7 +722,6 @@ class MailingDeleteView(CanEditMixin, DeleteView): | |||||||
|  |  | ||||||
|  |  | ||||||
| class MailingSubscriptionDeleteView(CanEditMixin, DeleteView): | class MailingSubscriptionDeleteView(CanEditMixin, DeleteView): | ||||||
|  |  | ||||||
|     model = MailingSubscription |     model = MailingSubscription | ||||||
|     template_name = "core/delete_confirm.jinja" |     template_name = "core/delete_confirm.jinja" | ||||||
|     pk_url_kwarg = "mailing_subscription_id" |     pk_url_kwarg = "mailing_subscription_id" | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [] |     dependencies = [] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("club", "0005_auto_20161120_1149"), |         ("club", "0005_auto_20161120_1149"), | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("club", "0006_auto_20161229_0040"), |         ("club", "0006_auto_20161229_0040"), | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("club", "0010_auto_20170912_2028"), |         ("club", "0010_auto_20170912_2028"), | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("com", "0004_auto_20171221_1614")] |     dependencies = [("com", "0004_auto_20171221_1614")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ from django.db import migrations | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("com", "0005_auto_20180318_2227")] |     dependencies = [("com", "0005_auto_20180318_2227")] | ||||||
|  |  | ||||||
|     operations = [migrations.RemoveField(model_name="sith", name="index_page")] |     operations = [migrations.RemoveField(model_name="sith", name="index_page")] | ||||||
|   | |||||||
| @@ -39,6 +39,5 @@ class Command(compilemessages.Command): | |||||||
|     """ |     """ | ||||||
|  |  | ||||||
|     def handle(self, *args, **options): |     def handle(self, *args, **options): | ||||||
|  |  | ||||||
|         os.chdir("sith") |         os.chdir("sith") | ||||||
|         super(Command, self).handle(*args, **options) |         super(Command, self).handle(*args, **options) | ||||||
|   | |||||||
| @@ -60,7 +60,7 @@ class Command(BaseCommand): | |||||||
|  |  | ||||||
|     def compilescss(self, file): |     def compilescss(self, file): | ||||||
|         print("compiling %s" % file) |         print("compiling %s" % file) | ||||||
|         with (open(file.replace(".scss", ".css"), "w")) as newfile: |         with open(file.replace(".scss", ".css"), "w") as newfile: | ||||||
|             newfile.write(self.compile(file)) |             newfile.write(self.compile(file)) | ||||||
|  |  | ||||||
|     def removescss(self, file): |     def removescss(self, file): | ||||||
| @@ -68,7 +68,6 @@ class Command(BaseCommand): | |||||||
|         os.remove(file) |         os.remove(file) | ||||||
|  |  | ||||||
|     def handle(self, *args, **options): |     def handle(self, *args, **options): | ||||||
|  |  | ||||||
|         if os.path.isdir(settings.STATIC_ROOT): |         if os.path.isdir(settings.STATIC_ROOT): | ||||||
|             print("---- Compiling scss files ---") |             print("---- Compiling scss files ---") | ||||||
|             self.exec_on_folder(settings.STATIC_ROOT, self.compilescss) |             self.exec_on_folder(settings.STATIC_ROOT, self.compilescss) | ||||||
|   | |||||||
| @@ -12,7 +12,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("auth", "0006_require_contenttypes_0002")] |     dependencies = [("auth", "0006_require_contenttypes_0002")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0001_initial")] |     dependencies = [("core", "0001_initial")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.core.validators | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0002_auto_20160831_0144")] |     dependencies = [("core", "0002_auto_20160831_0144")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ from django.conf import settings | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0003_auto_20160902_1914")] |     dependencies = [("core", "0003_auto_20160902_1914")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0004_user_godfathers")] |     dependencies = [("core", "0004_user_godfathers")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0005_auto_20161105_1035")] |     dependencies = [("core", "0005_auto_20161105_1035")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0006_auto_20161108_1703")] |     dependencies = [("core", "0006_auto_20161108_1703")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import core.models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0008_sithfile_asked_for_removal")] |     dependencies = [("core", "0008_sithfile_asked_for_removal")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0009_auto_20161120_1155")] |     dependencies = [("core", "0009_auto_20161120_1155")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import core.models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0010_sithfile_is_in_sas")] |     dependencies = [("core", "0010_sithfile_is_in_sas")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0011_auto_20161124_0848")] |     dependencies = [("core", "0011_auto_20161124_0848")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0012_notification")] |     dependencies = [("core", "0012_notification")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0013_auto_20161209_2338")] |     dependencies = [("core", "0013_auto_20161209_2338")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0014_auto_20161210_0009")] |     dependencies = [("core", "0014_auto_20161210_0009")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0015_sithfile_moderator")] |     dependencies = [("core", "0015_sithfile_moderator")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0016_auto_20161212_1922")] |     dependencies = [("core", "0016_auto_20161212_1922")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0017_auto_20161220_1626")] |     dependencies = [("core", "0017_auto_20161220_1626")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0018_auto_20161224_0211")] |     dependencies = [("core", "0018_auto_20161224_0211")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.core.validators | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0019_preferences_receive_weekmail")] |     dependencies = [("core", "0019_preferences_receive_weekmail")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0020_auto_20170324_0917")] |     dependencies = [("core", "0020_auto_20170324_0917")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0021_auto_20170822_1529")] |     dependencies = [("core", "0021_auto_20170822_1529")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0022_auto_20170822_2232")] |     dependencies = [("core", "0022_auto_20170822_2232")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0023_auto_20170902_1226")] |     dependencies = [("core", "0023_auto_20170902_1226")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.core.validators | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0024_auto_20170906_1317")] |     dependencies = [("core", "0024_auto_20170906_1317")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0025_auto_20170919_1521")] |     dependencies = [("core", "0025_auto_20170919_1521")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0026_auto_20170926_1512")] |     dependencies = [("core", "0026_auto_20170926_1512")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0027_gift")] |     dependencies = [("core", "0027_gift")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0028_auto_20171216_2044")] |     dependencies = [("core", "0028_auto_20171216_2044")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0029_auto_20180426_2013")] |     dependencies = [("core", "0029_auto_20180426_2013")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0030_auto_20190704_1500")] |     dependencies = [("core", "0030_auto_20190704_1500")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0031_auto_20190906_1615")] |     dependencies = [("core", "0031_auto_20190906_1615")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0032_auto_20190909_0043")] |     dependencies = [("core", "0032_auto_20190909_0043")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("core", "0033_auto_20191006_0049"), |         ("core", "0033_auto_20191006_0049"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("core", "0034_operationlog"), |         ("core", "0034_operationlog"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0035_auto_20200216_1743")] |     dependencies = [("core", "0035_auto_20200216_1743")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("core", "0036_auto_20211001_0248")] |     dependencies = [("core", "0036_auto_20211001_0248")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -1176,6 +1176,7 @@ class Page(models.Model): | |||||||
|     # Attention: this field may not be valid until you call save(). It's made for fast query, but don't rely on it when |     # Attention: this field may not be valid until you call save(). It's made for fast query, but don't rely on it when | ||||||
|     # playing with a Page object, use get_full_name() instead! |     # playing with a Page object, use get_full_name() instead! | ||||||
|     _full_name = models.CharField(_("page name"), max_length=255, blank=True) |     _full_name = models.CharField(_("page name"), max_length=255, blank=True) | ||||||
|  |  | ||||||
|     # This function prevents generating migration upon settings change |     # This function prevents generating migration upon settings change | ||||||
|     def get_default_owner_group(): |     def get_default_owner_group(): | ||||||
|         return settings.SITH_GROUP_ROOT_ID |         return settings.SITH_GROUP_ROOT_ID | ||||||
|   | |||||||
| @@ -162,7 +162,6 @@ class GenericContentPermissionMixinBuilder(View): | |||||||
|         return cls.permission_function(obj, user) |         return cls.permission_function(obj, user) | ||||||
|  |  | ||||||
|     def dispatch(self, request, *arg, **kwargs): |     def dispatch(self, request, *arg, **kwargs): | ||||||
|  |  | ||||||
|         if hasattr(self, "get_object") and callable(self.get_object): |         if hasattr(self, "get_object") and callable(self.get_object): | ||||||
|             self.object = self.get_object() |             self.object = self.get_object() | ||||||
|             if not self.get_permission_function(self.object, request.user): |             if not self.get_permission_function(self.object, request.user): | ||||||
|   | |||||||
| @@ -413,6 +413,7 @@ class UserGodfathersTreePictureView(CanViewMixin, DetailView): | |||||||
|             self.graph = pgv.AGraph(strict=False, directed=True) |             self.graph = pgv.AGraph(strict=False, directed=True) | ||||||
|         family = set() |         family = set() | ||||||
|         self.level = 1 |         self.level = 1 | ||||||
|  |  | ||||||
|         # Since the tree isn't very deep, we can build it recursively |         # Since the tree isn't very deep, we can build it recursively | ||||||
|         def crawl_family(user): |         def crawl_family(user): | ||||||
|             if self.level > self.depth: |             if self.level > self.depth: | ||||||
|   | |||||||
| @@ -9,7 +9,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("subscription", "0001_initial"), |         ("subscription", "0001_initial"), | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|         ("counter", "0001_initial"), |         ("counter", "0001_initial"), | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ from django.utils.timezone import utc | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0002_auto_20160826_1342")] |     dependencies = [("counter", "0002_auto_20160826_1342")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0003_permanency_activity")] |     dependencies = [("counter", "0003_permanency_activity")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0004_auto_20160826_1907")] |     dependencies = [("counter", "0004_auto_20160826_1907")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0005_auto_20160826_2330")] |     dependencies = [("counter", "0005_auto_20160826_2330")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0006_auto_20160831_1304")] |     dependencies = [("counter", "0006_auto_20160831_1304")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0007_product_archived")] |     dependencies = [("counter", "0007_product_archived")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0008_counter_token")] |     dependencies = [("counter", "0008_counter_token")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0009_eticket")] |     dependencies = [("counter", "0009_eticket")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0010_auto_20161003_1900")] |     dependencies = [("counter", "0010_auto_20161003_1900")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0011_auto_20161004_2039")] |     dependencies = [("counter", "0011_auto_20161004_2039")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -37,7 +37,6 @@ def balance_ecocups(apps, schema_editor): | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0012_auto_20170515_2202")] |     dependencies = [("counter", "0012_auto_20170515_2202")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0013_customer_recorded_products")] |     dependencies = [("counter", "0013_customer_recorded_products")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0013_customer_recorded_products")] |     dependencies = [("counter", "0013_customer_recorded_products")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("counter", "0014_auto_20170817_1537"), |         ("counter", "0014_auto_20170817_1537"), | ||||||
|         ("counter", "0014_auto_20170816_1521"), |         ("counter", "0014_auto_20170816_1521"), | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0015_merge")] |     dependencies = [("counter", "0015_merge")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("counter", "0016_producttype_comment")] |     dependencies = [("counter", "0016_producttype_comment")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("counter", "0017_studentcard"), |         ("counter", "0017_studentcard"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -6,7 +6,6 @@ import django_countries.fields | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("counter", "0018_producttype_priority"), |         ("counter", "0018_producttype_priority"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("counter", "0019_billinginfo"), |         ("counter", "0019_billinginfo"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -8,7 +8,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [migrations.swappable_dependency(settings.AUTH_USER_MODEL)] |     dependencies = [migrations.swappable_dependency(settings.AUTH_USER_MODEL)] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("eboutic", "0001_initial"), |         ("eboutic", "0001_initial"), | ||||||
|     ] |     ] | ||||||
|   | |||||||
| @@ -7,7 +7,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         ("core", "0018_auto_20161224_0211"), |         ("core", "0018_auto_20161224_0211"), | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("election", "0001_initial")] |     dependencies = [("election", "0001_initial")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("election", "0002_election_archived")] |     dependencies = [("election", "0002_election_archived")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -4,7 +4,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("election", "0003_auto_20171202_1819")] |     dependencies = [("election", "0003_auto_20171202_1819")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -10,7 +10,6 @@ import django.db.models.deletion | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [ |     dependencies = [ | ||||||
|         migrations.swappable_dependency(settings.AUTH_USER_MODEL), |         migrations.swappable_dependency(settings.AUTH_USER_MODEL), | ||||||
|         ("club", "0006_auto_20161229_0040"), |         ("club", "0006_auto_20161229_0040"), | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("forum", "0001_initial")] |     dependencies = [("forum", "0001_initial")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
| @@ -5,7 +5,6 @@ from django.db import migrations, models | |||||||
|  |  | ||||||
|  |  | ||||||
| class Migration(migrations.Migration): | class Migration(migrations.Migration): | ||||||
|  |  | ||||||
|     dependencies = [("forum", "0002_auto_20170312_1753")] |     dependencies = [("forum", "0002_auto_20170312_1753")] | ||||||
|  |  | ||||||
|     operations = [ |     operations = [ | ||||||
|   | |||||||
Some files were not shown because too many files have changed in this diff Show More
		Reference in New Issue
	
	Block a user