index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
model_formsets_regress
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-05
Fixed #17683 -- Make sure `BaseModelFormSet` respects defined widgets.
Simon Charette
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-04
Added with_statement import forgotten in r17434. Thanks to Julien for noticing.
Jannis Leidel
2012-02-04
Fixed #17594 -- Stopped ModelFormset.save from running a SELECT query by rely...
Jannis Leidel
2012-01-15
Added support for specifying initial values to model formsets and inline form...
Ramiro Morales
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-03-04
Fixed #15549 -- Removed dependency on specific primary keys. Thanks to bberes...
Russell Keith-Magee
2011-02-21
Fixed #14099 - BaseModelFormSet should use _should_delete_form
Luke Plant
2011-02-05
Fixed #15167 -- Ensure that non-form errors are always part of an ErrorList. ...
Russell Keith-Magee
2011-01-25
Fixed #14938 - Fixed save-as-new on inline formset with new forms.
Carl Meyer
2010-11-21
Fixed failing tests caused by r14667
Honza Král
2010-10-13
Fixed #14119 -- fields_for_model no longer returns all fields when fields par...
Honza Král
2010-09-10
Fixed #13095 -- `formfield_callback` keyword argument is now more sane and wo...
Justin Bronn
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2009-10-30
Fixed #11872 -- Instantiate the correct model in BaseInlineFormSet.__init__ w...
Brian Rosner
2009-05-20
Modified a test from r10787 so that the comparison order is reliable. Thanks ...
Russell Keith-Magee
2009-05-15
Fixed #11120 -- Corrected handling of inlines attached to inherited classes, ...
Russell Keith-Magee
2009-05-13
Fixed #10243, #11043 -- Corrected handling of formsets over a ForeignKey that...
Russell Keith-Magee