﻿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
21081	Add Leniency to model Meta fields	karan@…	nobody	"(Apologies for the number of things I've likely done wrong submitting this. First time.)

Currently Django raises a TypeError when it comes across unknown options in a model's Meta. This isn't that great for developers looking to add custom options, as it means having to do a bunch of work to keep Django from seeing those options on instantiation ([https://github.com/karanlyons/django-save-the-change/blob/feature/update-together/save_the_change/mixins.py#L188 for example]).

I think the reason for the TypeError is to guard against typos biting the developer later down the line. With that in mind, I've attached a simple patch to demonstrate an alternate method of handling this case, which would continue to help guarding against typos while also supporting custom Meta options."	New feature	closed	Database layer (models, ORM)	dev	Normal	duplicate			Accepted	1	0	0	0	0	0
