﻿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
22540	".save() called in multiple ""creation"" queryset functions"	craig.labenz@…	nobody	Both `create()` and `_create_object_from_params()` (which is obviously called by `get_or_create()`), have raw calls to `save()`. It would be nice if one of those two low level creation functions used the other so additional logic pinned to `create()` by custom managers would also be available to `get_or_create()`.	Cleanup/optimization	closed	Database layer (models, ORM)	dev	Normal	fixed	creation		Ready for checkin	1	0	0	0	0	0
