Skip to content
Snippets Groups Projects
Commit e7f160c0 authored by Todd Dembrey's avatar Todd Dembrey
Browse files

fixup! Add a default ordering to the users

parent 06765d74
No related branches found
No related tags found
No related merge requests found
# Generated by Django 2.0.2 on 2018-03-20 11:08
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
('users', '0005_user_drupal_id'),
]
operations = [
migrations.AlterModelOptions(
name='user',
options={'ordering': ('full_name', 'email')},
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment