Actions
Refactor #5325
closedSwitch from models.py to directory with multiple files
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
Trying to figure out the best order for models added so that they can be quickly found, it became apparent that a refactor might be the best approach.
Instead of a 1000 lines of code in models.py, split the models into into different files.
Updated by CodeHeeler about 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to CodeHeeler
Updated by CodeHeeler about 5 years ago
- Status changed from ASSIGNED to POST
Added by CodeHeeler about 5 years ago
Updated by CodeHeeler about 5 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 08dfe9e2f24e1ab960971e6892ffd2975719ae71.
Added by CodeHeeler almost 5 years ago
Revision d1b766bf | View on GitHub
Switch from models.py to directory with multiple files
Refactor models.py to a directory for better organization, ease of finding related models.
closes #5325 http://pulp.plan.io/issues/5325
(cherry picked from commit 08dfe9e2f24e1ab960971e6892ffd2975719ae71)
Updated by ttereshc almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Switch from models.py to directory with multiple files
Refactor models.py to a directory for better organization, ease of finding related models.
closes #5325 http://pulp.plan.io/issues/5325