Re: [Django] #22580: dumpdata don't work with sub app

2014-05-05 Thread Django
#22580: dumpdata don't work with sub app
-+-
 Reporter:  Fabio Caritas|Owner:  nobody
  Barrionuevo da Luz   |   Status:  closed
 Type:  Uncategorized|  Version:  1.6
Component:  Core (Management |   Resolution:  invalid
  commands)  | Triage Stage:
 Severity:  Normal   |  Unreviewed
 Keywords:  dumpdata management  |  Needs documentation:  0
  commands subapp|  Patch needs improvement:  0
Has patch:  0|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-

Comment (by carljm):

 Many management commands accept app labels, so it doesn't make sense to
 document this specifically for dumpdata. It seems like the 1.6 docs don't
 include a clear definition of "app label" (that I can find); however, this
 has already been addressed for 1.7 in
 https://docs.djangoproject.com/en/dev/ref/applications/

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/109.43bb8f5276579bb849633e1e5bf64bae%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22580: dumpdata don't work with sub app

2014-05-05 Thread Django
#22580: dumpdata don't work with sub app
-+-
 Reporter:  Fabio Caritas|Owner:  nobody
  Barrionuevo da Luz   |   Status:  closed
 Type:  Uncategorized|  Version:  1.6
Component:  Core (Management |   Resolution:  invalid
  commands)  | Triage Stage:
 Severity:  Normal   |  Unreviewed
 Keywords:  dumpdata management  |  Needs documentation:  0
  commands subapp|  Patch needs improvement:  0
Has patch:  0|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-

Comment (by Fabio Caritas Barrionuevo da Luz ):

 Thank's.
 I'm not speaking english language, use google translator for almost
 everything (I'm still learning). So it was not very clear to me.
 It is possible to include an explicit note about it in the documentation
 and/or help of the dumpdata command?

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/109.ee74ab6029a51a7e464d981036a1b9af%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #22580: dumpdata don't work with sub app

2014-05-05 Thread Django
#22580: dumpdata don't work with sub app
-+-
 Reporter:  Fabio Caritas|Owner:  nobody
  Barrionuevo da Luz   |   Status:  closed
 Type:  Uncategorized|  Version:  1.6
Component:  Core (Management |   Resolution:  invalid
  commands)  | Triage Stage:
 Severity:  Normal   |  Unreviewed
 Keywords:  dumpdata management  |  Needs documentation:  0
  commands subapp|  Patch needs improvement:  0
Has patch:  0|UI/UX:  0
  Needs tests:  0|
Easy pickings:  0|
-+-
Changes (by carljm):

 * status:  new => closed
 * needs_better_patch:   => 0
 * resolution:   => invalid
 * needs_tests:   => 0
 * needs_docs:   => 0


Comment:

 The app-label for a "subapp" (for any app, really) is just the leaf
 package name, not the full dotted import path. So you should be running
 `python manage.py dumpdata normalapp subapp anothersubapp`.

-- 
Ticket URL: 
Django 
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 django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/109.771bb9d5983a26797ea648778eb02087%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.