Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-08-04 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
+---
  Reporter:  emulbreh   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Serialization  |   Version:  SVN 
Resolution: |  Keywords:  dumpdata exclude
 Stage:  Ready for checkin  | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by DrMeers):

  * stage:  Accepted => Ready for checkin

-- 
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 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.



Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-08-03 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
+---
  Reporter:  emulbreh   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Serialization  |   Version:  SVN 
Resolution: |  Keywords:  dumpdata exclude
 Stage:  Accepted   | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Comment (by Goldan):

 Joshua,
 Thanks for a great patch, works perfectly! And as SmileyChris pointed, it
 is especially useful for dumping/loading data, since it enables dumping
 omitting only the contenttypes app and the auth.Permission model, and in
 combination with natural keys it makes it possible to fully automate
 dumping/loading procedure.

-- 
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 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.



Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-06-30 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
+---
  Reporter:  emulbreh   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Serialization  |   Version:  SVN 
Resolution: |  Keywords:  dumpdata exclude
 Stage:  Accepted   | Has_patch:  1   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by Joshua Ginsberg ):

  * has_patch:  0 => 1

Comment:

 Pretty straightforward.

-- 
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 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.



Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-03-30 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
+---
  Reporter:  emulbreh   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Serialization  |   Version:  SVN 
Resolution: |  Keywords:  dumpdata exclude
 Stage:  Accepted   | Has_patch:  0   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Comment (by SmileyChris):

 Specifically, this would be useful for excluding auto-generated
 permissions while still allowing `auth.User` to be serialized.

-- 
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 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.



Re: [Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-02-04 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
+---
  Reporter:  emulbreh   | Owner:  nobody  
Status:  new| Milestone:  
 Component:  Serialization  |   Version:  SVN 
Resolution: |  Keywords:  dumpdata exclude
 Stage:  Accepted   | Has_patch:  0   
Needs_docs:  0  |   Needs_tests:  0   
Needs_better_patch:  0  |  
+---
Changes (by Alex):

  * needs_better_patch:  => 0
  * stage:  Unreviewed => Accepted
  * needs_tests:  => 0
  * needs_docs:  => 0

-- 
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 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.



[Django] #12775: Enable `dumpdata --exclude app_label.model`

2010-02-04 Thread Django
#12775: Enable `dumpdata --exclude app_label.model`
--+-
 Reporter:  emulbreh  |   Owner:  nobody
   Status:  new   |   Milestone:
Component:  Serialization | Version:  SVN   
 Keywords:  dumpdata exclude  |   Stage:  Unreviewed
Has_patch:  0 |  
--+-
 Currently, `django-admin.py dumpdata` can only exclude whole apps. It
 would be useful if it supported exclusion of indiviual models with
 `--exclude app_label.model`.

-- 
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 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.