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

fix incompatibility with django 1.4 #6

Merged
merged 2 commits into from Jan 2, 2013
Merged

Conversation

almalki
Copy link
Contributor

@almalki almalki commented Dec 3, 2012

User.message_set is removed in Django 1.4 which result in exception:
'User' object has no attribute ''message_set"

The messages framework should be used instead.

User.message_set is removed in Django 1.4 which result in exception:
'User' object has no attribute ''message_set"

The messages framework should be used instead.
paltman added a commit that referenced this pull request Jan 2, 2013
 	fix incompatibility with django 1.4
@paltman paltman merged commit c1c9617 into pinax:master Jan 2, 2013
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

Successfully merging this pull request may close these issues.

None yet

2 participants