Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试根据本文覆盖默认保存方法,但在这两种方式中我都收到以下错误:
super(Blog, self).save(*args, **kwargs)
name 'Blog' is not defined
models.Model.save(self, *args, **kwargs)
name 'self' is not defined
这是全班 - 我做错了什么?
save
super
super(Exc, self).save(*args, **kwargs)