Skip to content

Commit

Permalink
update: updated black-formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
tncrdk committed Oct 10, 2023
1 parent 7d79726 commit 9e82425
Show file tree
Hide file tree
Showing 198 changed files with 5 additions and 224 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ django = "==3.2.*"
django-braces = "*" # Extra mixinclasses for models and views
django-contrib-comments = "*"
django-filebrowser-no-grappelli = "*" # Filebrowser for mediafiles.
django-haystack = "3.0b1" # Search functionality for django models. See whoosh as well
django-haystack = "==3.0b1" # Search functionality for django models. See whoosh as well
django-hitcount = "*"
django-image-cropping = "==1.5"
django-markdown-deux = "*"
Expand Down
26 changes: 3 additions & 23 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

dependencies = [
("auth", "0006_require_contenttypes_0002"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@


class Migration(migrations.Migration):

replaces = [
("accounts", "0001_initial"),
("accounts", "0002_registrationrequest"),
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0002_auto_20181122_1957.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0001_squashed_0009_auto_20171004_2140"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0002_auto_20181122_2012.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0001_squashed_0009_auto_20171004_2140"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0002_registrationrequest.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0001_initial"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0003_auto_20150925_2315.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0002_registrationrequest"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0003_merge_20190123_2039.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0002_auto_20181122_2012"),
("accounts", "0002_auto_20181122_1957"),
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0004_auto_20150927_1840.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0003_auto_20150925_2315"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0004_auto_20190204_2011.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0003_merge_20190123_2039"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0005_auto_20200827_1523.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0004_auto_20190204_2011"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0005_likepress.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0004_auto_20150927_1840"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0006_auto_20160202_2330.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0005_likepress"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0006_auto_20210413_1346.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0005_auto_20200827_1523"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def copy_like_presses(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("contenttypes", "0002_remove_content_type_name"),
("accounts", "0006_auto_20160202_2330"),
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0007_nablauser_darkmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0006_auto_20210413_1346"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0008_nablagroup_logo.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0007_move_to_new_likepress_app"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/migrations/0009_auto_20171004_2140.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("accounts", "0008_nablagroup_logo"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/accounts/tests/test_birthday.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def set_birthday_today(self, user_list):
user.save()

def test_view(self):

c = get_client_with_logged_in_user()
response = c.get(reverse("users_birthday"))

Expand Down
1 change: 0 additions & 1 deletion nablapps/album/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/album/migrations/0002_auto_20190130_1936.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ def rebuild_album_tree(apps, schema_editor):


class Migration(migrations.Migration):

dependencies = [
("album", "0001_initial"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

dependencies = [
("album", "0002_auto_20190130_1936"),
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("album", "0003_albumimage_is_display_image"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/album/migrations/0005_auto_20200630_2211.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@


class Migration(migrations.Migration):

dependencies = [
("album", "0004_remove_album_view_counter"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/album/migrations/0006_auto_20220702_1315.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@


class Migration(migrations.Migration):

dependencies = [
("album", "0005_auto_20200630_2211"),
]
Expand Down
1 change: 0 additions & 1 deletion nablapps/apply_committee/migrations/0001_inital.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@


class Migration(migrations.Migration):

replaces = [
("apply_committee", "0001_initial"),
("apply_committee", "0002_auto_20200125_1306"),
Expand Down
1 change: 0 additions & 1 deletion nablapps/blog/migrations/0001_initial.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@


class Migration(migrations.Migration):

dependencies = [
migrations.swappable_dependency(settings.AUTH_USER_MODEL),
]
Expand Down
Loading

0 comments on commit 9e82425

Please sign in to comment.