When creating a formset using modelformset_factory and passing in a list of 
dictionaries to use as initial values, those values can be retrieved from 
the relevant form, and the relevant boundfield on that form.
However the formfield class itself has no knowledge of that initial data.

Is this intended behavior? I feel like I should be able to catch that 
initial value in my formfield subclasses.

Here is a dpaste illustrating what I am talking about:

https://dpaste.de/As6Z

-- 
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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
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/1d84a32c-d70a-4d42-8b94-ca19f27ede0e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to