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
/
inline_formsets
/
tests.py
Age
Commit message (
Expand
)
Author
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-04-26
Fixed #21332, #26538 -- Fixed inconsistent and duplicate form fields on inlin...
David Sanders
2016-03-26
Fixed #25987 -- Made inline formset validation respect unique_together with a...
Simon Charette
2016-01-29
Refs #26022 -- Replaced six.assertRaisesRegex with assertRaisesMessage as app...
Hasan
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2014-02-06
Fixed #17713 -- Renamed BaseDatabaseFeatures.allows_primary_key_0 to allows_a...
Vajrasky Kok
2014-01-20
Fixed #16905 -- Added extensible checks (nee validation) framework
Russell Keith-Magee
2013-12-10
Fixed E124 pep8 warnings.
Loic Bistuer
2013-11-22
Fixed some flake8 issues
Alex Gaynor
2013-11-20
Fixed #21472 -- Fixed inline formsets display when parent pk is 0
Claude Paroz
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-02-26
Renamed some tests and removed references to modeltests/regressiontests.
Florian Apolloner
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner