| Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
|
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.
|