• Marc Tamlyn's avatar
    Fixed #17228 -- params context variable is inconsistent · f04bb6d7
    Marc Tamlyn yazdı
    Remove the params variable from the context and just put the variables
    in directly.
    
    This had not been committed previously as the original pattern was used
    in the functional generic views and we wanted consistency between them,
    but django.views.generic.simple.direct_to_template is now gone so we can
    do it 'right'.
    f04bb6d7
base.py 14.2 KB