| Age | Commit message (Collapse) | Author |
|
assertQuerySetEqual().
Co-Authored-By: Michael Howitz <mh@gocept.com>
|
|
modelformset_factory().
Thanks Claude Paroz for the report.
Regression in e87f57fdb8dcdabc452bd15abd015bf6c9b1f7a8.
|
|
|
|
|
|
Thanks Jacob Walls, David Smith, and Mariusz Felisiak for reviews.
Co-authored-by: parth <parthvin@gmail.com>
|
|
|
|
Thanks Carlton Gibson, Keryn Knight, Mariusz Felisiak, and Nick Pope
for reviews.
Co-authored-by: Johannes Hoppe <info@johanneshoppe.com>
|
|
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.
|