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_forms
/
tests.py
Age
Commit message (
Expand
)
Author
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner
2013-02-23
Fixed #18829 -- Fixed ModelChoiceIterator length
Klaas van Schelven
2013-02-23
Fixed #15877 -- Improved exception when ModelForm has no model class
Claude Paroz
2013-02-23
Fixed #19686 -- Added HTML5 number input type
Claude Paroz
2012-12-29
Fixed autopk issue in tests
Anssi Kääriäinen
2012-12-19
Fixed #18172 -- Made models with __iter__ usable in ModelMultipleChoiceField
Patryk Zawadzki
2012-12-13
Fixed #19462 -- Made assertQuerysetEqual detect undefined ordering
Anssi Kääriäinen
2012-12-08
Removed US localflavor-specific tests from core
Claude Paroz
2012-12-08
Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-11-04
Fixed #18949 -- Fix broken test interactions in ModelForms tests
Anton I. Sipos
2012-11-04
Fixed #18949 -- Improve performance of model_to_dict with many-to-many
Anton I. Sipos
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-08-14
[py3] Fixed modeltests.model_forms tests.
Chris Lawlor
2012-08-04
Fixed #5524 -- Do not remove cleaned_data when a form fails validation
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-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-05
Replaced cStringIO.StringIO by io.BytesIO.
Claude Paroz
2012-05-05
Made more extensive usage of context managers with open.
Claude Paroz
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-03-29
Fixed #11150 -- Removed dependency on cStringIO in ImageField validation. Tha...
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 #16645: fixed a broken test to work in Oracle.
Ian Kelly
2011-08-21
Fixed #16644 -- Fixed one additional test that was failing in Oracle due to f...
Ramiro Morales
2011-06-13
Fixed #16243 -- Corrected test suite failure in model_forms when PIL isn't in...
Russell Keith-Magee
2011-06-10
Fixed #16210 -- Added some missing __future__ imports to support with stateme...
Russell Keith-Magee
2011-06-10
Fixed #16198 -- Ported the model_forms doctests. Our long national nightmare ...
Russell Keith-Magee
2011-02-26
Revert [15653], which was absolutely not ready to be committed.
Alex Gaynor
2011-02-26
Beginnings of test conversion.
Alex Gaynor
2011-01-09
Fixed #14951 -- Made the unique_for_{date,month,year} model field constraints...
Ramiro Morales
2010-08-17
Fixed #14102 -- Ensure that fields that have been excluded from a form aren't...
Russell Keith-Magee
2010-03-18
Fixed #13138: Ensure required=False on a model form field overrides
Karen Tracey
2010-03-16
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...
Karen Tracey
2010-02-25
Fixed #12901. Again. Model validation will not be performed on excluded field...
Joseph Kocherhans
2010-02-22
Fixed #12901. Exclude overridden form fields from model field validation. Tha...
Joseph Kocherhans