mirror of
https://github.com/django/django.git
synced 2025-03-13 02:40:47 +00:00
[1.6.x] Fixed a deprecation warning in a selenium test.
Backport of 9b471a8fe3 from master
This commit is contained in:
parent
db33b25e86
commit
26b88e7658
@ -6,3 +6,4 @@ from .models import Article
|
||||
class ArticleFormView(UpdateView):
|
||||
model = Article
|
||||
success_url = '/'
|
||||
fields = '__all__'
|
||||
|
Loading…
x
Reference in New Issue
Block a user