##// END OF EJS Templates
If found several images with the same hash, use the equal one as duplicate not the first one with the hash
If found several images with the same hash, use the equal one as duplicate not the first one with the hash

File last commit:

r1835:aa9b2361 default
r1856:969bd865 default
Show More
0056_auto_20170123_1620.py
24 lines | 555 B | text/x-python | PythonLexer
/ boards / migrations / 0056_auto_20170123_1620.py
# -*- coding: utf-8 -*-
# Generated by Django 1.10.5 on 2017-01-23 14:20
from __future__ import unicode_literals
from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('boards', '0055_auto_20161229_1132'),
]
operations = [
migrations.AlterModelOptions(
name='attachment',
options={'ordering': ('id',)},
),
migrations.AlterField(
model_name='post',
name='uid',
field=models.TextField(),
),
]