﻿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
24376	UUIDField doesn't take a verbose_name positional arg	Michael Angeletti	nobody	"Looking at https://github.com/django/django/blob/master/django/db/models/fields/__init__.py#L2372, {{{UUIDField}}} doesn't take a positional argument, which is inconsistent with the behavior of other fields (the exception being relationship fields). Since {{{UUIDField}}} will surely be used for more than just a primary key replacement in some cases, it might be worth preserving this consistency. If you core devs are ok with this, I'll make a patch.

Thoughts?"	Cleanup/optimization	closed	Database layer (models, ORM)	1.8alpha1	Normal	fixed	1.8-beta		Ready for checkin	1	0	0	0	1	0
