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
/
regressiontests
/
forms
Age
Commit message (
Expand
)
Author
2013-04-12
[1.5.x] Fixed #20211: Document backwards-incompatible change in BoundField.la...
Baptiste Mispelon
2013-02-19
[1.5.x] Added a default limit to the maximum number of forms in a formset.
Aymeric Augustin
2013-01-03
[1.5.x] Fixed #19545 -- Make sure media/is_multipart work with empty formsets
Simon Charette
2012-12-31
[1.5.x] Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' string
Claude Paroz
2012-12-24
[1.5.x] Don't rely on dictionary ordering in tests
Ian Clelland
2012-12-08
[1.5.x] Fixed #19357 -- Allow non-ASCII chars in filesystem paths
Claude Paroz
2012-12-06
[1.5.x] Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' ...
Andreas Hug
2012-12-01
[1.5.x] Fixed #19015 -- Add ISO input formats to all formats
Claude Paroz
2012-11-25
[1.5.x] Enabled SimpleTestCase to be decorated by override_settings
Claude Paroz
2012-11-05
[1.5.x] Fixed #8627 -- Prevented textareas to swallow first newline content
Claude Paroz
2012-10-26
[1.5.x] Fixed #16820 -- Treated '0' value as True for checkbox inputs
Claude Paroz
2012-10-20
Used @override_settings in several tests.
Aymeric Augustin
2012-10-13
Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...
Ludovic Delaveau
2012-10-09
Fixed test failure after IDN domain validation fix
Claude Paroz
2012-10-09
Moved some email validation tests to validators tests
Claude Paroz
2012-10-03
Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...
Stephen Burrows
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-23
Fixed #18982 - Caught TypeError in DateField.clean
Aymeric Augustin
2012-09-10
Document and test 'type' usage in Widget attrs
Claude Paroz
2012-09-07
Fixed #17888 -- no longer silence exceptions inside of check_test. Thanks to ...
Alex Gaynor
2012-09-07
[py3k] Silence many warnings while running the tests.
Alex Gaynor
2012-08-18
Fixed #18779 -- URLValidator can't validate url with ipv6.
Marc Tamlyn
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
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-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Fixed remaining Python 3 syntax errors.
Aymeric Augustin
2012-06-19
Removed unneeded u prefixes
Claude Paroz
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-06-03
Changed FilePathField tests to use it's own directory with test files.
Honza Kral
2012-06-03
Unittest2 style assertTrue instead of assert_
Honza Kral
2012-06-03
Fixed incorrect assert in test_filepathfield_folders
Honza Kral
2012-05-31
Fixed #18409 -- Made RegexField work with unicode characters.
Julien Phalip
2012-05-19
Marked bytestrings with b prefix. Refs #18269
Claude Paroz
2012-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-04-29
Fixed #18013 -- Use the new 'as' syntax for exceptions.
Claude Paroz
2012-04-29
Fixed #17976 -- Made forms.BooleanField pickleable.
Aymeric Augustin
2012-04-28
Removed a svn-specific hack from a test.
Aymeric Augustin
2012-04-26
Removed unneeded deprecation warning silencing in test suite.
Claude Paroz
2012-04-22
Ignore .svn directories in the folders test from [17925]. This is what happe...
Alex Gaynor
2012-04-22
Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...
Alex Gaynor
2012-03-31
Removed some more useless code related to the verify_exists removal.
Claude Paroz
2012-03-31
Removed deprecated URLField.verify_exists.
Aymeric Augustin
2012-03-31
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ...
Claude Paroz
2012-03-30
Use the class decorator syntax available in Python >= 2.6. Refs #17965.
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-02-04
Fixed #17542 -- Gracefully handle errors when checking if the values of a Sel...
Jannis Leidel
2012-02-04
Fixed #14184 -- Enabled running the validators in MultiValueFields. Thanks, p...
Jannis Leidel
[next]