Skip to content
Snippets Groups Projects

Issue 433

Merged André Anjos requested to merge issue_433 into master
10 files
+ 132
15
Compare changes
  • Side-by-side
  • Inline
Files
10
# -*- coding: utf-8 -*-
# Generated by Django 1.9.5 on 2016-07-04 11:09
from __future__ import unicode_literals
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('algorithms', '0003_auto_20160701_1707'),
]
operations = [
migrations.AlterModelOptions(
name='algorithm',
options={'ordering': ['author__username', 'name', 'version']},
),
]
Loading