index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
modeltests
/
model_formsets
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2013-02-08
Fixed #18906 -- Ignored to-be-deleted forms in formset validate_unique
Claude Paroz
2013-01-24
Fixed #17416 -- Added widgets argument to inlineformset_factory and modelform...
Nick Sandford
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
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-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-10-13
Convert all modeltests to use absolute imports, rather than relative ones.
Alex Gaynor
2011-09-30
Fixed #8160 -- Made sure `modelformset_factory` takes in account `fields' and...
Ramiro Morales
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-03-09
Fixed a number of tests that were failing in Oracle due to false assumptions ...
Ian Kelly
2011-03-08
Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-05
Modified wrong expected model formset output in a couple of additional tests ...
Ramiro Morales
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-11-17
Migrated model_formsets doctests. Thanks to Gregor Müllegger for the patch.
Russell Keith-Magee
2010-10-13
Fixed #13811 -- Changed unique validation in model formsets to ignore None va...
Honza Král
2010-05-12
Fixed #13524 -- Added backwards compatibility and feature notes regarding adm...
Russell Keith-Magee
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-27
Fixed #13023 - Removed ambiguity with regard to the max_num option of formset...
Jannis Leidel
2010-03-08
Fixed #11940 - ModelForm evaluates callable default values on form class crea...
Luke Plant
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-05
Merged soc2009/model-validation to trunk. Thanks, Honza!
Joseph Kocherhans
2009-12-22
Tweaked the model_formsets test to work around a weird sorting problem betwee...
Russell Keith-Magee
2009-12-16
Cleaned up some stray text in the test from r11874. Thanks to Rob Hudson for ...
Russell Keith-Magee
2009-12-16
Fixed #10263 -- Added a queryset argument to BaseInlineFormSet, normalizing w...
Russell Keith-Magee
2009-12-12
Fixed #11632: Fixed a test broken by r11826 that relied on the exact (invalid...
Karen Tracey
2009-05-07
Fixed #9493 -- Corrected error handling of formsets that violate unique const...
Russell Keith-Magee
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-04-04
Replace test use of assertTrue with failUnless. No matter how many times we ...
Karen Tracey
2009-04-01
Fixed some silly assumptions about pk's that broke the test suite under postg...
Joseph Kocherhans
2009-03-31
Forms in model formsets and inline formsets can now be deleted even if they d...
Joseph Kocherhans
2009-03-30
Fixed #9284. Fixed #8813. BaseModelFormSet now calls ModelForm.save().
Joseph Kocherhans
2009-02-03
Fixed 10075: Allowed saving of inline-edited models that use multi-table inhe...
Karen Tracey
2008-12-21
Fixed #9865 -- Allow saving of new inline-edited objects with custom non-auto...
Karen Tracey
2008-11-01
Fixed #9494 -- Ensure the foreign key in an inline formset is always present ...
Brian Rosner
2008-10-31
Fixed #8882 -- When a foreign key is among the unique_together fields in an i...
Brian Rosner
2008-10-28
Fixed #9462 -- Set the instance in an inline formset correctly so that None d...
Brian Rosner
2008-09-02
Fixed #7973 -- Added exclude to BaseModelAdmin to make everything consistent ...
Brian Rosner
2008-09-01
Fixed #7975 -- Callable defaults in inline model formsets now work correctly....
Brian Rosner
2008-09-01
Fixed #8209: `ModelForm`s now validate unique constraints. Alex Gaynor did mu...
Jacob Kaplan-Moss
2008-08-31
Enforce max_num=1 on inline model formsets that have a unique foreign key to ...
Brian Rosner
2008-08-31
Fixed handling of primary keys in model formsets. Model formsets should now w...
Brian Rosner
2008-08-29
Fixed #7918 -- Allow the foreign key in an inline to be any where in the pare...
Brian Rosner
2008-08-25
Fixed #8542 -- Made the model_formstests tests from [8528] a little less
Malcolm Tredinnick
2008-08-25
Fixed #7888 -- Handle model inheritance with model formsets correctly. Thanks...
Brian Rosner
2008-08-01
Ensure that custom primary keys are always shown on a formset. Refs #7938. Th...
Brian Rosner
2008-08-01
Fixed #8067 -- Replaced dict literals in the model_formsets tests with sorted...
Brian Rosner
[next]