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

Refactor some classes/methods #325

Merged
merged 2 commits into from
Apr 14, 2020

Commits on Dec 8, 2019

  1. Inherit tenant_context() from schema_context()

    less possibilities for code to diverge over time
    atodorov committed Dec 8, 2019
    4 Configuration menu
    Copy the full SHA
    83de44a View commit details
    Browse the repository at this point in the history
  2. Refactor set_schema() and set_schema_to_public()

    - use set_tenant()
    - clear ContentType cache on set_tenant() like it was done in
      set_schema()
    - reuse code where possible instead of duplicating it
    atodorov committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    03a4149 View commit details
    Browse the repository at this point in the history