Skip to content

Commit 15f6112

Browse files
committed
fixes
1 parent 30dd2cf commit 15f6112

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

backend/apps/owasp/admin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ class CommitteeAdmin(LeaderEntityAdmin):
8484
autocomplete_fields = ("owasp_repository", "leaders")
8585
search_fields = ("name",)
8686

87+
8788
class EventAdmin(admin.ModelAdmin):
8889
list_display = (
8990
"name",
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Generated by Django 5.1.7 on 2025-03-20 20:01
2+
3+
from django.db import migrations
4+
5+
6+
class Migration(migrations.Migration):
7+
dependencies = [
8+
("owasp", "0015_chapter_leaders_chapter_suggested_leaders_and_more"),
9+
("owasp", "0030_chapter_is_leaders_policy_compliant_and_more"),
10+
]
11+
12+
operations = []

backend/poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)