Skip to content
  • Ilias Tsitsimpis's avatar
    astakos: Fix `save() got unexpected argument' · 232b2aa9
    Ilias Tsitsimpis authored
    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.
    """
    232b2aa9