Changes between Initial Version and Version 1 of Ticket #30693
- Timestamp:
- Aug 9, 2019, 7:52:35 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30693 – Description
initial v1 2 2 Proposing to remove the relative import and refactor all relative imports to absolute imports. 3 3 e.g from 'path.join(some_path)' to 'os.path.join(some_path)' 4 5 Proposed changes: https://github.com/Diaga/django/tree/ticket_30693