summaryrefslogtreecommitdiff
path: root/tests/forms_tests
AgeCommit message (Expand)Author
2013-09-10Fixed test errors from 053de6131af83c63ec17d38578889c71de913d24 on py3.2.Florian Apolloner
2013-09-10Fixed #5749 -- Added field_name as a key in the _html_output dicte0ne
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-09-06Fixed #4287 -- Fixed NaN and +/- Infinity handling in FloatFieldDaniel Langer
2013-09-03Fixed "indentation is not a multiple of four" pep8 issues.Tim Graham
2013-08-30Fixed #20989 -- Removed useless explicit list comprehensions.Simon Charette
2013-08-28Fixed #20986 -- Enabled SelectDateWidget to use custom monthsLoic Bistuer
2013-08-16Combine consecutive with statementsClaude Paroz
2013-08-13Fixed #20555 -- Make subwidget id attribute availableMatt Johnson
2013-08-08Revert change to the default Form.clean()Marc Tamlyn
2013-08-08Form.clean() does not need to return cleaned_data.Marc Tamlyn
2013-08-06Fixed #15511 -- Allow optional fields on ``MultiValueField` subclasses.Tai Lee
2013-08-05Fixed #20850 -- Added MultiWidget.needs_multipart_formTim Heap
2013-07-31Fixed #20649 -- Allowed blank field display to be defined in the initial list...Alex Couper
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-26Fixed #20805 -- Removed an extra colon beside checkboxes in the admin.Tim Graham
2013-07-22Fixed #20781 -- Fixed _has_changed regression with MultiValueFieldClaude Paroz
2013-07-19Fixed #20765 -- Set small values of `step` using exponential notation.Simon Charette
2013-07-13Fixed a deprecation warning in a selenium test.Tim Graham
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-06-22Fixed 17478 -- Allowed queryset overriding in BaseModelFormSet initClaude Paroz
2013-06-20Fixed #20630 -- Removed `maxlength` attribute from `NumberInput`.Simon Charette
2013-06-18Fixed #20618 -- Fixed regression in `BoundField.label_tag`.Baptiste Mispelon
2013-06-16Fixed #20464 -- Added a `total_error_count` method on formsets.Baptiste Mispelon
2013-06-14Fixed #20548 -- Removed all PendingDeprecationWarnings from django test suiteMarc Tamlyn
2013-06-10Fixed #18134 -- BoundField.label_tag now includes the form's label_suffixGabe Jackson
2013-06-10Fixed available_apps for selenium tests.Aymeric Augustin
2013-06-06Fixed #12337 - Honor ModelForm.Meta.exclude when saving ManyToManyFields.Stephen Burrows
2013-06-06Fixed #20502 (again) -- More i18n cache flush in testsClaude Paroz
2013-05-26Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales
2013-05-25Fixed #11725 -- Made possible to create widget label tag without "for"Claude Paroz
2013-05-22Fixed #18709 -- Check if initial_value is a callableJeroen Dekkers
2013-05-21Use assertIsInstance in tests.Marc Tamlyn
2013-05-20Fixed #20403 -- Ignore forms marked for deletion when validating max_num.Ryan Kaskel
2013-05-19Merge pull request #1094 from senko/ticket_11160Andrew Godwin
2013-05-18Fixed #20440 -- Ensured CharField's max_length/min_length are integersTome Cvitan
2013-05-18Added stripping of whitespace for SlugField and URLFieldDeni Bertovic
2013-05-18Fixed #11160 - Ensure full_clean is called from non_form_errorsSenko Rasic
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-16Refs #14567 -- Fixed failing test that wasn't being run.Carl Meyer
2013-04-13Fixed #17840 -- Generalized named placeholders in form error messagesClaude Paroz
2013-04-13Fixed #4592: Made CheckboxSelectMultiple more like RadioSelectBaptiste Mispelon
2013-04-13Fixed #4117: Apply id attribute to the outer <ul> of RadioSelectBaptiste Mispelon
2013-04-13Fixed #19874: Apply id attribute to the outer <ul> of CheckboxSelectMultipleBaptiste Mispelon
2013-04-12Modified forms_tests to work with unittest2 discovery.Preston Timmons
2013-04-12Fixed #20211: Document backwards-incompatible change in BoundField.label_tagBaptiste Mispelon
2013-04-02Move last remaining tests out of models.py files; prep for test discovery.Preston Timmons
2013-03-25Removed forced typecasting of help_text/label Field argumentsClaude Paroz
2013-03-21Fixed #20084 -- Provided option to validate formset max_num on server.Andrew Gorcester