Allow moving a model between apps
- Mentors
- Mariusz Felisiak, Natalia B
- Organization
- Django Software Foundation
- Technologies
- python, django
- Topics
- web development
The goal of this project is to allowing moving models between apps.. The model movement will be auto detected by a new generate_moved_model method in auto-detector to decrease the manual work load. The model will be moved using all the existing operations.