Skip to content

Commit

Permalink
Merge pull request #231 from aiarena/staging
Browse files Browse the repository at this point in the history
Release v1.3.12
  • Loading branch information
lladdy authored Mar 17, 2021
2 parents 32cf770 + f7be0e6 commit 2bcd7f1
Show file tree
Hide file tree
Showing 6 changed files with 375 additions and 306 deletions.
16 changes: 16 additions & 0 deletions aiarena/core/migrations/0025_delete_websitenotice.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Generated by Django 3.0.8 on 2021-02-18 23:38

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('core', '0024_auto_20210217_0927'),
]

operations = [
migrations.DeleteModel(
name='WebsiteNotice',
),
]
1 change: 0 additions & 1 deletion aiarena/core/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
from .trophy import TrophyIcon
from .tag import Tag
from .user import User
from .website_notice import WebsiteNotice
16 changes: 0 additions & 16 deletions aiarena/core/models/website_notice.py

This file was deleted.

Loading

0 comments on commit 2bcd7f1

Please sign in to comment.