Return Home

[GSoC 2021] Adapt Schema Editors to operate from model states instead of fake rendered models

Planning

I will complete the following checklist during the second milestone

  1. Initializing the already created Central Registry in django.db.migrations.state.ProjectState.relations.
  2. Make state alteration methods like state_forwards, update the central registry.
  3. Modularization of logic to populate the django.db.state.ProjectState.resolve_fields_and_relations
  4. Fixing and Writing tests along with Documentaion.(if required)


Populated the central registry.(PR-14587)

Added the Following changes and made a commit.

Added the Following changes and made a commit.

Added the Following changes and made a commit.