summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms
AgeCommit message (Expand)Author
2007-12-19Fixed #5670 -- Changed the validation of the UK postcode widget to allow for ...Malcolm Tredinnick
2007-12-17Fixed #5871 -- Factored out the validation errors in localflavor form fields....Malcolm Tredinnick
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-11-29Fixed #6014 -- More robust error handling when validating decimal fields.Malcolm Tredinnick
2007-11-29Fixed #5959 -- Fixed handling of False values in hidden boolean fields. Thanks,Malcolm Tredinnick
2007-11-29Fixed #5939 -- Added normalization for New Brunswick in the Canadian provinces.Malcolm Tredinnick
2007-11-28Fixed #5730: Conditionally escape widget contents in newforms to avoidMalcolm Tredinnick
2007-11-26Fixed #5993 -- Made `RadioSelect` easier to subclass by giving it a default `...Gary Wilson Jr
2007-11-18Fixed #5975 -- Gave `ModelChoiceField` and `ModelMultipleChoiceField` ability...Gary Wilson Jr
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-11-04Fixed a Python 2.3 problem.Malcolm Tredinnick
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-27Removed an "XFAIL" marker that was accidentally hanging around since theMalcolm Tredinnick
2007-10-22Changed field to "def_date" from "date" in new tests from [6568] so we can ru...Matt Boersma
2007-10-22Fixed #5794 -- Be more robust when rendering a DateTimeInput widget. Thanks,Malcolm Tredinnick
2007-10-21Changed the default form presentation of datetime values to not include theMalcolm Tredinnick
2007-10-20Fixed #899 -- Use model field default values as formfield initial values inMalcolm Tredinnick
2007-10-20Changed newforms.CheckboxInput widget to return False as its value when notMalcolm Tredinnick
2007-10-20Fixed #5200 -- Added some more functionality to the Polish localflavor. Thanks,Malcolm Tredinnick
2007-10-20Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com andMalcolm Tredinnick
2007-09-20Removed empty tests/regressiontests/forms/localflavor.py file left over after...Jacob Kaplan-Moss
2007-09-19Fixed #5546: split form unit tests into manageable chunks. This isn't a perfe...Jacob Kaplan-Moss
2007-09-16Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to nei...Malcolm Tredinnick
2007-09-16Fixed #4975 -- Allow the default label suffix character to be configured. Tha...Malcolm Tredinnick
2007-09-15Fixed #5355 -- Fixed data cleaning for DecimalField.Malcolm Tredinnick
2007-09-15Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a test...Malcolm Tredinnick
2007-09-15Fixed #5387 -- Added is_multipart method to forms. Original patch from Petr M...Malcolm Tredinnick
2007-09-15Fixed #4415 -- Added formfield method to PositiveIntegerField, so that those ...Russell Keith-Magee
2007-09-14Fixed #4542: added a generic localflavor DateField. Thanks, Nick Lane.Jacob Kaplan-Moss
2007-09-14Fixed #3988: added a localflavor for our friends to the north (i.e. Canada). ...Jacob Kaplan-Moss
2007-09-14Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, William A...Malcolm Tredinnick
2007-09-14Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol is...Russell Keith-Magee
2007-09-14Fixed #3489 -- Added proper deepcopying to form fields so that widget instanc...Malcolm Tredinnick
2007-09-14Fixed #3421 -- Added IP and localhost validation to newforms URLField. Thanks...Russell Keith-Magee
2007-09-14Moved `flatatt` function tests to the util test module.Gary Wilson Jr
2007-09-14Refs #5370 -- Added tests for ValidationError messages.Gary Wilson Jr
2007-09-14Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales.Malcolm Tredinnick
2007-09-13Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...Malcolm Tredinnick
2007-09-13Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.Malcolm Tredinnick
2007-09-11Removed duplicate form tests added in the [changeset:5609 unicode merge].Gary Wilson Jr
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
2007-08-19Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.Malcolm Tredinnick
2007-08-12Fixed #4622 -- Fixed SelectDateWidget to work correctly when used as a hidden...Malcolm Tredinnick
2007-08-06Fixed #3297 -- Implemented FileField and ImageField for newforms. Thanks to t...Russell Keith-Magee
2007-08-01Fixed #4228 -- Removed hardcoding of `RadioFieldRenderer` in the `RadioSelect...Gary Wilson Jr
2007-07-19Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír.Malcolm Tredinnick
2007-07-13Fixed #4469 -- Added slightly more informative error messages to max- andMalcolm Tredinnick
2007-07-13Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation.Malcolm Tredinnick
2007-07-12Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m...Russell Keith-Magee
2007-07-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick