Changes between Initial Version and Version 1 of Ticket #30693


Ignore:
Timestamp:
Aug 9, 2019, 7:52:35 AM (5 years ago)
Author:
Maaz Bin Tahir Saeed
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30693 – Description

    initial v1  
    22Proposing to remove the relative import and refactor all relative imports to absolute imports.
    33e.g from 'path.join(some_path)' to 'os.path.join(some_path)'
     4
     5Proposed changes: https://github.com/Diaga/django/tree/ticket_30693
Back to Top