| Age | Commit message (Collapse) | Author |
|
This also replaces assertQuerysetEqual() to
assertSequenceEqual()/assertCountEqual() where appropriate.
Co-authored-by: Peter Inglesby <peter.inglesby@gmail.com>
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
Co-authored-by: Patryk Zawadzki <patrys@room-303.com>
|
|
formsets.
|
|
Thanks to Dan Ward for the initial patch.
|
|
in formsets.
Co-authored-by: ethurgood <ethurgood@gmail.com>
|
|
|
|
|
|
treating data={} as unbound.
|
|
list" crash.
|
|
|
|
|
|
BaseModelFormSet._construct_form().
|
|
|
|
iter(dict) is equivalent to iter(dict.keys()).
|
|
save_as_new.
Regression in 4a246a02bdcbc13b15480c014f51cb0682af7c1e.
|
|
|
|
Thanks Tim Graham and Simon Charette for the reviews.
|
|
|
|
|
|
in data.
|
|
|
|
boolean syntax.
|
|
|
|
|
|
fields.
|
|
|
|
related set.
|
|
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.
|
|
Thanks Carl Meyer and Markus Holtermann for the reviews.
|
|
|
|
|
|
|
|
|
|
|
|
FormSet.min_num and FormSet.extra.
Forwardport of 79f15ab1ef from stable/1.7.x
|
|
Thanks Stephen Burrows for work on the patch as well.
Forwardport of 2914f66983a92fcae55673c517dd8d01e8c238c4 from stable/1.7.x
|
|
Oracle and SQL Server don't have exactly the same limitations. It's
worth treating them differently.
|
|
Thanks tomwys for the suggestion.
|
|
specified.
Also applies to modelform(set)_factory and generic model views.
refs #19733.
|
|
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
The ticket's issue was already fixed by patch for #14877.
|
|
|
|
|