#14087: django.core.management.get_commands only sees commands in the last 
package
of a namespace package
-------------------------------------+--------------------------------------
          Reporter:  KyleMac         |         Owner:  nobody
            Status:  new             |     Milestone:        
         Component:  Core framework  |       Version:  1.2   
        Resolution:                  |      Keywords:        
             Stage:  Unreviewed      |     Has_patch:  1     
        Needs_docs:  0               |   Needs_tests:  0     
Needs_better_patch:  0               |  
-------------------------------------+--------------------------------------
Changes (by joh):

  * has_patch:  0 => 1

Comment:

 I just added two patches which seem to fix this problem:

  * {{{patch_14087_manage.diff}}} includes some if-statements which shall
 assure that the old API still will work in case the methods are used
 elsewhere. I marked two places by a "TODO:" because I think there should
 be some mechanism added to issue a deprecation warning, so that this could
 be cleaned up in the future.

  * {{{patch_14087_manage_trunk.diff}}} does not include these if-
 statements

-- 
Ticket URL: <http://code.djangoproject.com/ticket/14087#comment:3>
Django <http://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 post to this group, send email to django-upda...@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to