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

MRO and method-order seem to have fallen out of sync #82

Merged
merged 8 commits into from
Aug 26, 2013
Merged

Conversation

meshy
Copy link
Contributor

@meshy meshy commented Aug 26, 2013

image

image

@meshy
Copy link
Contributor Author

meshy commented Jun 27, 2013

How is it that when I looked at this it seemed wrong?

@meshy
Copy link
Contributor Author

meshy commented Jun 27, 2013

Aah yeah -- ContextMixin is in the list twice. The MRO code is wrong.

Should be:

  • UpdateView
  • SingleObjectTemplateResponseMixin
  • TemplateResponseMixin
  • BaseUpdateView
  • ModelFormMixin
  • FormMixin
  • NO ContextMixin
  • SingleObjectMixin
  • ContextMixin
  • ProcessFormView
  • View

@meshy
Copy link
Contributor Author

meshy commented Aug 26, 2013

@mattack108 or @mjtamlyn wanna review?

mlen108 pushed a commit that referenced this pull request Aug 26, 2013
MRO and method-order seem to have fallen out of sync
@mlen108 mlen108 merged commit 81652d3 into master Aug 26, 2013
@mlen108 mlen108 deleted the mro-bug branch August 26, 2013 15:36
@meshy
Copy link
Contributor Author

meshy commented Aug 26, 2013

Ta ;)

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

Successfully merging this pull request may close these issues.

2 participants