Commit 9b471a8f authored by Tim Graham's avatar Tim Graham
Browse files

Fixed a deprecation warning in a selenium test.

parent 75572079
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@ from .models import Article
class ArticleFormView(UpdateView):
    model = Article
    success_url = '/'
    fields = '__all__'