Fixed assumption of dict ordering

This commit is contained in:
Cristi Vîjdea
2017-12-23 12:04:02 +01:00
parent 9f6ee4da87
commit 43034ddc4b
3 changed files with 22 additions and 23 deletions
-1
View File
@@ -1,7 +1,6 @@
from django.contrib.auth.models import User
from rest_framework import serializers
from articles.models import Article
from snippets.models import Snippet