Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.0 : The BitField widget is always a TextInput #13

Open
artscoop opened this issue Mar 15, 2012 · 1 comment
Open

1.5.0 : The BitField widget is always a TextInput #13

artscoop opened this issue Mar 15, 2012 · 1 comment

Comments

@artscoop
Copy link

I'm using Django 1.3.1 with PostgreSQL, setup a very simple example like this :
dubious = BitField(flags=DOUBT_FLAGS, verbose_name=_(u"Dubious categories"))

Whether I use the stock field in Admin forms or regular forms, or I force the form field to be a BitFormField, Django always shows a TextInput. (In the admin, submitting raises an AttributeError in types.py, line 171) I've come to think there might be a bug, or a misuse of the app.

@streeter
Copy link
Contributor

@dcramer I'm getting the same issue here. I'll look for a fix, but wanted to see if it should work and isn't (on Django 1.3.1).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants