From 88f52672d192b571a78fadb6c608b74a5aa4ab8f Mon Sep 17 00:00:00 2001 From: Naman Satish Date: Sun, 17 Sep 2023 20:52:32 -0700 Subject: [PATCH 1/3] Update BMUN Conference to 72 --- huxley/settings/conference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huxley/settings/conference.py b/huxley/settings/conference.py index b8de89bb..60b0c092 100644 --- a/huxley/settings/conference.py +++ b/huxley/settings/conference.py @@ -1,3 +1,3 @@ # Copyright (c) 2011-2022 Berkeley Model United Nations. All rights reserved. # Use of this source code is governed by a BSD License (see LICENSE). -SESSION = 71 \ No newline at end of file +SESSION = 72 \ No newline at end of file From b4e44cedd5d0690e6adea0a5e431b45a440bee77 Mon Sep 17 00:00:00 2001 From: Naman Satish Date: Sun, 17 Sep 2023 20:57:15 -0700 Subject: [PATCH 2/3] Update Tests to 72 --- huxley/api/tests/test_register.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/huxley/api/tests/test_register.py b/huxley/api/tests/test_register.py index 9b3a5eb3..62d6445d 100644 --- a/huxley/api/tests/test_register.py +++ b/huxley/api/tests/test_register.py @@ -43,7 +43,7 @@ class RegisterTestCase(tests.CreateAPITestCase): }, }, 'registration': { - 'conference': 71, + 'conference': 72, 'num_beginner_delegates': 1, 'num_intermediate_delegates': 0, 'num_advanced_delegates': 0, @@ -203,7 +203,7 @@ def test_reg_invalid(self): '''It does not create User and School model instances on an invalid input for Registration and valid inputs for User and School.''' params = self.get_params(registration={ - 'conference': '71', + 'conference': '72', 'num_beginner_delegates': 1, 'num_intermediate_delegates': 0, 'num_advanced_delegates': 0, From a8cff71fd571a35a12a1eae8fac282cd7c57aa6f Mon Sep 17 00:00:00 2001 From: Naman Satish Date: Sun, 17 Sep 2023 21:06:25 -0700 Subject: [PATCH 3/3] Update conference.json to 72 --- huxley/core/fixtures/conference.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/huxley/core/fixtures/conference.json b/huxley/core/fixtures/conference.json index ad5d1cbf..52000cb4 100644 --- a/huxley/core/fixtures/conference.json +++ b/huxley/core/fixtures/conference.json @@ -3,7 +3,7 @@ "pk": 1, "model": "core.conference", "fields": { - "session": 71, + "session": 72, "start_date": "2020-03-06", "end_date": "2020-03-08", "reg_open": "2019-09-01",