mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #20456 -- Moved initialization of HEAD method based on GET to the View.setup() for generic views.
This will ease unit testing of views since setup will essentially do everything needed to set the view instance up (other than instantiating it). Credit for idea goes to Vincent Prouillet.
This commit is contained in:
committed by
Mariusz Felisiak
parent
31d1822532
commit
c2c27867ef
1
AUTHORS
1
AUTHORS
@@ -286,6 +286,7 @@ answer newbie questions, and generally made Django that much better:
|
||||
favo@exoweb.net
|
||||
fdr <drfarina@gmail.com>
|
||||
Federico Capoano <nemesis@ninux.org>
|
||||
Felipe Lee <felipe.lee.garcia@gmail.com>
|
||||
Filip Noetzel <http://filip.noetzel.co.uk/>
|
||||
Filip Wasilewski <filip.wasilewski@gmail.com>
|
||||
Finn Gruwier Larsen <finn@gruwier.dk>
|
||||
|
||||
Reference in New Issue
Block a user