1
0
mirror of https://github.com/django/django.git synced 2025-03-14 11:20:46 +00:00
Claude Paroz ef79582e86 Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet init
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.
2013-06-22 09:29:37 +02:00
..
2013-01-15 18:02:24 +01:00
2013-06-19 17:18:40 +02:00
2013-06-19 17:18:40 +02:00