« Previous | Next » 

Revision 60b59fed

ID60b59fede6d3f9e35b7207b89b8c9fb1d14c0087

Added by Ilias Tsitsimpis over 10 years ago

astakos: Fix `save() got unexpected argument'

From Django documentation:
"""
It’s also important that you pass through the arguments that can be
passed to the model method – that’s what the *args, **kwargs bit does.
Django will, from time to time, extend the capabilities of built-in
model methods, adding new arguments. If you use *args, **kwargs in your
method definitions, you are guaranteed that your code will automatically
support those arguments when they are added.
"""

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences