mirror of
https://github.com/django/django.git
synced 2025-01-25 17:49:52 +00:00
48424adaba
Allows a `GenericForeignKey` to reference proxy models. The default for `for_concrete_model` is `True` to keep backwards compatibility. Also added the analog `for_concrete_model` kwarg to `generic_inlineformset_factory` to provide an API at the form level.