| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
|
|
Too much field exclusions in form's construct_instance() in _post_clean()
could lead to some unexpected missing ForeignKey values.
Fixes a regression from 45e049937. Refs #13776.
|
|
ForeignKey/OneToOneField
|
|
|
|
defaults.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
|
|