﻿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
20136	Recommend note identifying that post_save signals will be fired on loaddata	brandon@…	nobody	"On: https://docs.djangoproject.com/en/dev/ref/django-admin/#loaddata-fixture-fixture 

It says the following: 

* When fixture files are processed, the data is saved to the database as is. Model defined save methods and pre_save signals are not called.

However, it does not make specific mention about other signals. Recommend making the text explicit so that readers understand that other signals not mentioned here will be called (post_save et al). 

Example: 

Let's say you're testing on a local server and you have use post_save to send emails or other notifications. loaddata will resend all emails on load. This is behaviour that, in a test environment, one may wish to avoid. 

Related: https://code.djangoproject.com/ticket/8399"	Cleanup/optimization	closed	Documentation	1.5	Normal	fixed	loaddata		Accepted	1	0	0	0	1	0
