#30693: Refatoring django.core.management.templates
-------------------------------------+-------------------------------------
     Reporter:  Maaz Bin Tahir       |                    Owner:  Maaz Bin
  Saeed                              |  Tahir Saeed
         Type:                       |                   Status:  assigned
  Cleanup/optimization               |
    Component:  Core (Management     |                  Version:  2.2
  commands)                          |
     Severity:  Normal               |               Resolution:
     Keywords:  core management      |             Triage Stage:
  templates                          |  Unreviewed
    Has patch:  0                    |      Needs documentation:  0
  Needs tests:  0                    |  Patch needs improvement:  0
Easy pickings:  1                    |                    UI/UX:  0
-------------------------------------+-------------------------------------
Description changed by Maaz Bin Tahir Saeed:

Old description:

> 'path' module is being used as an absolute import as well as relative
> import.
> Proposing to remove the relative import and refactor all relative imports
> to absolute imports.
> e.g from 'path.join(some_path)' to 'os.path.join(some_path)'

New description:

 'path' module is being used as an absolute import as well as relative
 import.
 Proposing to remove the relative import and refactor all relative imports
 to absolute imports.
 e.g from 'path.join(some_path)' to 'os.path.join(some_path)'

 Proposed changes: https://github.com/Diaga/django/tree/ticket_30693

--

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30693#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/063.294e626d707e78a5af3d69fc93b91dec%40djangoproject.com.

Reply via email to