#30693: Refatoring django.core.management.templates
-------------------------------------+-------------------------------------
               Reporter:  Diaga      |          Owner:  Diaga
                   Type:             |         Status:  assigned
  Cleanup/optimization               |
              Component:  Core       |        Version:  2.2
  (Management commands)              |       Keywords:  core management
               Severity:  Normal     |  templates
           Triage Stage:             |      Has patch:  0
  Unreviewed                         |
    Needs documentation:  0          |    Needs tests:  0
Patch needs improvement:  0          |  Easy pickings:  1
                  UI/UX:  0          |
-------------------------------------+-------------------------------------
 '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)'

-- 
Ticket URL: <https://code.djangoproject.com/ticket/30693>
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/048.0f123f80ef5b1b78d828bcef5d353807%40djangoproject.com.

Reply via email to