Skip to content

Commit

Permalink
Merge branch 'master' of github.com:celery/django-celery-beat
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Sep 29, 2016
2 parents ac40137 + d4395c3 commit d3ac234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_celery_beat/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def clean_kwargs(self):
class PeriodicTaskAdmin(admin.ModelAdmin):
form = PeriodicTaskForm
model = PeriodicTask
list_display = ('__unicode__', 'enabled')
list_display = ('__str__', 'enabled')
fieldsets = (
(None, {
'fields': ('name', 'regtask', 'task', 'enabled'),
Expand Down

0 comments on commit d3ac234

Please sign in to comment.