1
0
mirror of https://github.com/django/django.git synced 2025-01-27 02:29:55 +00:00
Gavin Wahl 48424adaba Fixed #17648 -- Add for_concrete_model to GenericForeignKey.
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.
2013-05-23 19:03:14 -04:00
..
2013-03-22 13:50:07 -04:00
2013-03-22 13:50:07 -04:00
2013-03-22 13:50:07 -04:00
2013-03-22 13:50:07 -04:00
2013-03-28 15:03:19 -05:00