-
Notifications
You must be signed in to change notification settings - Fork 153
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
Removing PeoplePage usage #2904
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This crashes for me on install, so let's do this: leave the PeoplePage model (you already updated the PR for that, so that's good), and also leave the translation binding in translation.py
. This will leave an orphaned class and translation binding, so move the translation binding all the way to the end of the file, with a big old comment above it going "The following bindings are obsolete and require cleanup" or something to that effect.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yep, let's go with this.
Closes #2898
Related PRs/issues #2686
The
PeoplePage
class will be removed separately in a separate PR.