summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-23Fix #17751: Added stripping of whitespace for IPAddressField/GenericIPAddress...Erik Romijn
2013-02-23Fixed #19686 -- Added HTML5 number input typeClaude Paroz
2013-02-19Added a default limit to the maximum number of forms in a formset.Aymeric Augustin
2013-01-28Added HTML5 url input typeClaude Paroz
2013-01-28Added HTML5 email input typeClaude Paroz
2013-01-26Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz
2013-01-25Moved has_changed logic from widget to form fieldClaude Paroz
2013-01-09Fixed #19581 -- ensure unique html ids with CheckboxSelectMultiple widgetsLoic Raucy
2013-01-03Fixed #19545 -- Make sure media/is_multipart work with empty formsetsSimon Charette
2012-12-31Fixed #19537 -- Made CheckboxInput._has_changed handle 'False' stringClaude Paroz
2012-12-24Don't rely on dictionary ordering in testsIan Clelland
2012-12-08Fixed #19357 -- Allow non-ASCII chars in filesystem pathsClaude Paroz
2012-12-06Fixed #18574 -- Make BaseFormSet.is_valid call its underlying forms' is_validAndreas Hug
2012-12-01Fixed #19015 -- Add ISO input formats to all formatsClaude Paroz
2012-11-25Enabled SimpleTestCase to be decorated by override_settingsClaude Paroz
2012-11-05Fixed #8627 -- Prevented textareas to swallow first newline contentClaude Paroz
2012-10-26Fixed #16820 -- Treated '0' value as True for checkbox inputsClaude Paroz
2012-10-20Used @override_settings in several tests.Aymeric Augustin
2012-10-13Fixed #16479 - Forms generated from formsets use ErrorList instead of supplie...Ludovic Delaveau
2012-10-09Fixed test failure after IDN domain validation fixClaude Paroz
2012-10-09Moved some email validation tests to validators testsClaude Paroz
2012-10-03Fixed #14567 -- Made ModelMultipleChoiceField return EmptyQuerySet as empty v...Stephen Burrows
2012-09-26Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mailAdrien Lemaire
2012-09-23Fixed #18982 - Caught TypeError in DateField.cleanAymeric Augustin
2012-09-10Document and test 'type' usage in Widget attrsClaude Paroz
2012-09-07Fixed #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-18Fixed #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 suiteClaude Paroz
2012-08-07[py3] Ported django.utils.encoding.Aymeric Augustin
2012-08-04Fixed #5524 -- Do not remove cleaned_data when a form fails validationClaude 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-19Removed unneeded u prefixesClaude Paroz
2012-06-07Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.Claude Paroz
2012-06-03Changed FilePathField tests to use it's own directory with test files.Honza Kral
2012-06-03Unittest2 style assertTrue instead of assert_Honza Kral
2012-06-03Fixed incorrect assert in test_filepathfield_foldersHonza Kral
2012-05-31Fixed #18409 -- Made RegexField work with unicode characters.Julien Phalip
2012-05-19Marked bytestrings with b prefix. Refs #18269Claude Paroz
2012-05-03Used catch_warnings instead of save/restore methods. Refs #17049.Claude Paroz
2012-04-29Fixed #18013 -- Use the new 'as' syntax for exceptions.Claude Paroz
2012-04-29Fixed #17976 -- Made forms.BooleanField pickleable.Aymeric Augustin
2012-04-28Removed a svn-specific hack from a test.Aymeric Augustin
2012-04-26Removed unneeded deprecation warning silencing in test suite.Claude Paroz
2012-04-22Ignore .svn directories in the folders test from [17925]. This is what happe...Alex Gaynor
2012-04-22Fixed #5893 -- Added a flag to FilePathField to allow listing folders, in add...Alex Gaynor