We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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 ?
The text was updated successfully, but these errors were encountered:
Should be fixed in: ec92491 New release is also dropped to pypi
Sorry, something went wrong.
No branches or pull requests
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 ?
The text was updated successfully, but these errors were encountered: