| Age | Commit message (Collapse) | Author |
|
length.
Backport of 7119f40c9881666b6f9b5cf7df09ee1d21cc8344 from main.
|
|
Backport of 9c19aff7c7561e3a82978a272ecdaad40dda5c00 from main.
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
The ticket's issue was already fixed by patch for #14877.
|
|
|
|
|
|
|
|
Should be unneeded with Python 2.7 and up.
Added some unicode_literals along the way.
|
|
|
|
Thanks laureline.guerin@ and Wedg.
|
|
Browsers parse small factors of 10 as 0 under decimal notation.
Thanks to Trac alias matklad for the report and Claude Paroz for the review.
|