﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
12984	type in signals documentation	kcharvey	nobody	"http://docs.djangoproject.com/en/dev/ref/signals/#ref-signals Last line:

django.db.models.signals.post_save¶

Like pre_save, but sent at the end of the save() method.

Arguments sent with this signal:

sender
    The model class.
instance
    The actual instance being saved.
created
    A boolean; True if a new record was create. "		closed	Documentation	1.1		fixed			Ready for checkin	1	0	0	0	0	0
