diff options
Diffstat (limited to 'tests/admin_ordering/models.py')
| -rw-r--r-- | tests/admin_ordering/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_ordering/models.py b/tests/admin_ordering/models.py index fb99d2dac5..91831edc2b 100644 --- a/tests/admin_ordering/models.py +++ b/tests/admin_ordering/models.py @@ -1,4 +1,4 @@ -# coding: utf-8 +# -*- coding: utf-8 -*- from django.contrib import admin from django.db import models |
