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