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

stop using mptt.register and deprecated/unused AlreadyRegistered exception in sample model #2146

Merged
merged 1 commit into from Aug 8, 2013

Conversation

craigds
Copy link
Contributor

@craigds craigds commented Aug 6, 2013

I'm about to release mptt 0.6. I almost removed mptt.AlreadyRegistered, but luckily I ack'd the django-cms codebase and it's still in the sample models file.

AlreadyRegistered hasn't been thrown since mptt 0.3, so not much point catching it. I took the liberty of switching to MPTTModel instead of mptt.register() too, since it's a bit prettier.

digi604 added a commit that referenced this pull request Aug 8, 2013
stop using mptt.register and deprecated/unused AlreadyRegistered exception in sample model
@digi604 digi604 merged commit 931bb45 into django-cms:develop Aug 8, 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