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

Remove all code relating to the legacy tenant app. #1631

Merged
merged 4 commits into from
Aug 13, 2020

Conversation

toolness
Copy link
Collaborator

@toolness toolness commented Aug 13, 2020

Hooray! This fixes #1625 and removes all our code related to the legacy tenants app, since we decommissioned it on August 3. In particular, it means the removal of the legacy_tenants Django app, and the removal of pymongo as a dependency. It also deprecates the prefersLegacyApp GraphQL field (it will always be null), because we don't want out-of-date front-ends crashing if they ask for it.

@toolness toolness merged commit 04abb96 into master Aug 13, 2020
@toolness toolness deleted the remove-legacy-tenants branch August 13, 2020 13:03
toolness added a commit that referenced this pull request Jul 9, 2021
This removes a bunch of GraphQL fields that have been deprecated for a long time:

* `stabilizedUnitCount2017`, deprecated by #1690 in October 2020
* Onboarding step 2, deprecated by #1143 in April 2020. Fixes #1144.
* A bunch of fields in `norentScaffolding` that were deprecated before we even formally launched NoRent.org in Spring 2020.
* `prefersLegacyApp`, deprecated by #1631 in August 2020. Fixes #1632.
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.

Remove the legacy_tenants Django app
1 participant