mirror of
https://github.com/django/django.git
synced 2025-02-11 01:46:50 +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.