mirror of
https://github.com/django/django.git
synced 2025-03-06 15:32:33 +00:00
BaseModelFormSet.forms is now a cached property instead of being populated in the __init__ method. This behaviour also matches an example in the documentation. Thanks Thomasz Swiderski for the report and Simon Charette for the review.