Django Book 翻译
菜单>:
TOC
返回
原文:
**Emit a post_save signal.** As with the ``pre_save`` signal, this is used to provide notification that an object has been successfully saved. Again, these signals are not yet documented.
翻译:
**发出存毕信号。** 与预存信号类似,存毕信号在对象成功保存之后发出。同样,这些信号也还没有文档化。
备注:
译者: