summaryrefslogtreecommitdiff
path: root/tests/forms_tests/field_tests
AgeCommit message (Expand)Author
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2019-06-26Fixed #30578 - Made SelectDateWidget respect a custom date format when USE_L1...Shubham Bhagat
2018-08-18Refs #29426 -- Made UUIDField render values with dashes.Tim Graham
2018-08-08Fixed #29623 -- Fixed translation failure of DurationField's "overflow" error...Tim Graham
2018-04-04Fixed #29284 -- Made ImageField render with accept="image/*"' HTML attribute.safu9
2018-02-02Fixed imports per isort 4.3.1.Tim Graham
2018-02-01Fixed imports per isort 4.3.0.Mariusz Felisiak
2018-01-21Fixed #29038 -- Removed closing slash from HTML void tags.Jon Dufresne
2018-01-20Fixed #29041 -- Changed SelectMultiple's multiple attribute to HTML5 boolean ...Jon Dufresne
2018-01-10Fixed #29006 -- Fixed DecimalField.clean() crash on sNaN values.Fabio Bonelli
2018-01-10Reduced redundancy in DecimalField tests with subTest().Tim Graham
2018-01-05Fixed #28882 -- Fixed cleaning of disabled MultiValueFields.Tim Graham
2017-10-25Fixed #28474 -- Made DurationField raise ValidationError for inputs that rais...Srinivas Reddy Thatiparthy
2017-09-27Fixed #28562 -- Fixed DecimalValidator handling of positive exponent scientif...Josh Schneier
2017-09-05Fixed #28555 -- Made CharField convert whitespace-only values to the empty_va...Josh Schneier
2017-08-12Fixed #28201 -- Added ProhibitNullCharactersValidator and used it on CharFiel...Alejandro Zamora
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-07-29Fixed #28264 -- Made FilePathField sort files and directories when recursive=...Srinivas Reddy Thatiparthy
2017-07-17Created a dedicated test directory for FilePathField tests.Srinivas Reddy Thatiparthy
2017-07-14Fixed #28387 -- Fixed has_changed() for disabled form fields that subclass it.Srinivas Reddy Thatiparthy
2017-06-03Fixed #28192 -- Required passing optional form field args as keyword args.Claude Paroz
2017-06-03Refs #28192 -- Fixed documentation of ChoiceField choices requirementClaude Paroz
2017-06-01Fixed #28242 -- Moved ImageField file extension validation to the form field.Manatsawin Hanmongkolchai
2017-05-31Fixed a forms test after updated translations.Tim Graham
2017-05-24Refs #27804 -- Used subTest() in several tests.Bruno Alla
2017-04-24Removed obsolete Widget.format_output() in tests.Tim Graham
2017-04-07Fixed #22654 -- Broken decimal validationRaphael Michel
2017-02-17Fixed #27308 -- Fixed BytesWarnings in the test suite.Tim Graham
2017-02-09Refs #23919 -- Removed default 'utf-8' argument for str.encode()/decode().Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-20Refs #23919 -- Removed django.utils._os.upath()/npath()/abspathu() usage.Tim Graham
2017-01-20Refs #23919 -- Simplified assertRaisesRegex()'s that accounted for Python 2.Tim Graham
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #24219 -- Removed django.forms.extras per deprecation timeline.Tim Graham
2016-12-28Fixed #27370 -- Prevented Select widget from using 'required' with a non-empt...Josef Rousek
2016-12-27Fixed #15667 -- Added template-based widget rendering.Preston Timmons
2016-12-07Fixed #27579 -- Added aliases for Python 3's assertion names in SimpleTestCase.Tim Graham
2016-11-11Fixed #27431 -- Prevented disabled form fields from appearing as changed.Kenneth Veldman
2016-11-06Fixed #27369 -- Prevented widgets from being shared between form field instan...Michal Petrucha
2016-09-21Fixed #27256 -- Changed Select widget's selected attribute to use HTML5 boole...Jon Dufresne
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2016-09-09Organized forms_tests test_regressions.py.Tim Graham
2016-08-10Updated an import per isort.Tim Graham
2016-08-06Fixed #27015 -- Prevented HTML-invalid minlength/maxlength on hidden inputsClaude Paroz
2016-07-14Fixed #26821 -- Fixed forms.Email/URLField crash on None value.Priy
2016-07-14Fixed #26890 -- Fixed IntegerField crash on Unicode numbers.Jon Dufresne
2016-06-16Fixed #26747 -- Used more specific assertions in the Django test suite.Jon Dufresne
2016-04-24Fixed #26534 -- Fixed boolean form fields has_changed() with hidden input.David Sanders