| Age | Commit message (Collapse) | Author |
|
does not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
Backport of 22c6497f99 from master
|
|
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.
|
|
Added a test, the issue was already fixed (likely by the patch
for #19385).
|
|
return a QuerySet.
|
|
|