forgot this

pull/1/head
eric 2015-10-05 19:29:07 -04:00
parent 1ccdc144ba
commit a13e04a5b7
1 changed files with 1 additions and 1 deletions

View File

@ -593,7 +593,7 @@ def new_edition(request, work_id, edition_id, by=None):
else:
work.description=form.cleaned_data['description']
work.title=form.cleaned_data['title']
work.earliest_publication = None # will reset on next access
work.publication_range = None # will reset on next access
work.language = form.cleaned_data['language']
work.save()