mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
f330aea95c
commit
1e6bbad09b
9 changed files with 0 additions and 9 deletions
|
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contenttypes", "0001_initial"),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -6,7 +6,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("categories", "0001_initial"),
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contenttypes", "0002_remove_content_type_name"),
|
||||
("categories", "0002_auto_20170217_1111"),
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("contenttypes", "0002_remove_content_type_name"),
|
||||
("categories", "0003_auto_20200306_1050"),
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@ from categories.models import Category
|
|||
|
||||
class TestCategoryThumbnail(TestCase):
|
||||
def test_thumbnail(self):
|
||||
|
||||
file_name = "test_image.jpg"
|
||||
|
||||
with open(os.path.join(os.path.dirname(__file__), file_name), "rb") as f:
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ from categories.models import Category
|
|||
|
||||
|
||||
class CategoryTagsTest(TestCase):
|
||||
|
||||
fixtures = ["musicgenres.json"]
|
||||
|
||||
def render_template(self, template_string, context={}):
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
initial = True
|
||||
|
||||
dependencies = []
|
||||
|
|
|
|||
|
|
@ -7,7 +7,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("categories", "0002_auto_20170217_1111"),
|
||||
("simpletext", "0001_initial"),
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@ from django.db import migrations, models
|
|||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
("simpletext", "0002_auto_20171204_0721"),
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue