Skip to content

Commit

Permalink
Removing 'create_time' field because it does not support editing.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsilva committed Mar 15, 2016
1 parent ad68c76 commit 0321f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo_app/app/adminx.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class IDCAdmin(object):
reversion_enable = True

actions = [BatchChangeAction, ]
batch_fields = ('contact', 'create_time')
batch_fields = ('contact', )


class HostAdmin(object):
Expand Down

0 comments on commit 0321f34

Please sign in to comment.