By default, when you create a formset from a model, the formset will use a 
queryset that includes all objects in the model (e.g., Author.objects.all()
). 

In most use cases, people will want to use a specific subset of data and 
will construct queryset by hand. Or they want to use an empty queryset, 
just to add data.

In my opinion it would be better to set the empty queryset as a default. 

Do you agree?

Then I will make a ticket and maybe add a patch.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/8f172935-bacf-4882-b668-01b001ae467a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to