Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

Commit

Permalink
[cleanup] Removed obsolete TimeStampedEditableAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 11, 2018
1 parent 550eb52 commit d1172e7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions django_netjsonconfig/base/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ class BaseAdmin(TimeReadonlyAdminMixin, ModelAdmin):
pass


# TODO: kept for backward compatibility, remove in 0.7.0
TimeStampedEditableAdmin = BaseAdmin


class BaseConfigAdmin(BaseAdmin):
preview_template = None
actions_on_bottom = True
Expand Down

0 comments on commit d1172e7

Please sign in to comment.