Project

General

Profile

« Previous | Next » 

Revision f6b61eaf

Added by Benjamin Dauvergne over 12 years ago

cbv: removed useless parameter

View differences:

calebasse/cbv.py
240 240
                    " a get_absolute_url method on the Model.")
241 241
        return url
242 242

  
243
    def form_valid(self, form, commit=True):
243
    def form_valid(self, form):
244 244
        """
245 245
        If the form is valid, save the associated model.
246 246
        """

Also available in: Unified diff