﻿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
7561	post_syncdb signal should be emitted when syncdb actually finishes	cpinto	nobody	Currently the post_syncdb signal is emitted when all models are synced but before syncdb actually finishes. The proposed patch moves this signal emission further down, to the end of the syncdb pipeline. By doing this, application developers can better manipulate important stuff like database indexes, e.g. dropping table indexes created by Django in favor or better tuned ones, which isn't at all possible otherwise.	New feature	closed	Core (Management commands)	dev	Normal	fixed	geodjango	egmanoj@… Jari Pennanen cmutel@… Walter Doekes kristoffer.snabb@…	Accepted	1	0	0	1	0	0
