[1.6.x] Fixed a deprecation warning in a selenium test.

Backport of 9b471a8fe3 from master
This commit is contained in:
Tim Graham 2013-07-13 13:15:28 -04:00
parent db33b25e86
commit 26b88e7658
1 changed files with 1 additions and 0 deletions

View File

@ -6,3 +6,4 @@ from .models import Article
class ArticleFormView(UpdateView):
model = Article
success_url = '/'
fields = '__all__'