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

ImproperlyConfigured ProfileAdmin #4

Closed
jutenga opened this issue Feb 16, 2012 · 1 comment
Closed

ImproperlyConfigured ProfileAdmin #4

jutenga opened this issue Feb 16, 2012 · 1 comment

Comments

@jutenga
Copy link

jutenga commented Feb 16, 2012

Hello,

When i include pybbm in my django project i've got this problem.

ImproperlyConfigured at /forum/
'ProfileAdmin.raw_id_fields[0]', 'user' must be either a ForeignKey or ManyToManyField.

I was searching in code where is the error.

I found that the ProfileAdmin register the "user" as "raw_id_fields" and the profile use an AutoOneToOnefield on the user.

And I have custom site profile that contains all field from class PybbProfile
Is that Normal ?

@zeus
Copy link
Member

zeus commented Feb 16, 2012

Should be fixed in: ec92491
New release is also dropped to pypi

@zeus zeus closed this as completed Feb 16, 2012
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