﻿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
1205	PasswordField for secret input is missing and not easily self-madeable.	Henning Hasemann	Adrian Holovaty	"There doesnt seem to be a thing like a PasswordField, or?
I found a formfield.PasswordField, but when I try to derive from CharField like this:

class PasswordField(meta.CharField):
  def get_manipulator_field_objs(self):
    return [formfields.PasswordField]

and want to use the resulting class, manage.py throws:

  File ""/usr/lib/python2.3/site-packages/django/core/management.py"", line 75, in get_sql_create
    col_type = db.DATA_TYPES[data_type]
KeyError: 'PasswordField'
"	defect	closed	Metasystem		normal	invalid			Unreviewed	0	0	0	0	0	0
