Skip to content

Commit

Permalink
admin
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Jun 17, 2016
1 parent affe44a commit 91b238b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_crypto_fields/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class CryptoFieldsAdminSite(AdminSite):


@admin.register(Crypt, site=crypto_fields_admin)
class CryptAdmin(admin.ModelAdmin):
class CryptModelAdmin(admin.ModelAdmin):

date_hierarchy = 'modified'

Expand Down

0 comments on commit 91b238b

Please sign in to comment.