summaryrefslogtreecommitdiff
path: root/tests/regressiontests/forms/tests.py
AgeCommit message (Expand)Author
2010-11-16Migrated forms (minus localflavor) doctests. A huge thanks to Daniel Lindsley...Russell Keith-Magee
2010-10-18Fixed #12074 -- Adding .as_p and as_ul methods to FormSet. Thanks arthurdeber...Honza Král
2010-10-15Fixed #11350 -- added an Israeli localflavor. Thanks to Yuval and Idan Gazit...Alex Gaynor
2010-10-11Fixed #14349 -- Added Belgium localflavor. Thanks for the report and patch, L...Jannis Leidel
2010-10-01Fixed #7048 -- Added ClearableFileInput widget to clear file fields. Thanks f...Jannis Leidel
2010-08-05Fixed #13621 -- Corrected the handling of input formats on date/time form fie...Russell Keith-Magee
2010-03-09Fixed #12048 - MultiWidget does not define `__deepcopy__`Luke Plant
2010-01-05Merged soc2009/model-validation to trunk. Thanks, Honza!Joseph Kocherhans
2010-01-01Fixed #8735 - Added Portuguese (pt) local flavor. Thanks Alcides Fonseca for ...Jannis Leidel
2010-01-01Fixed #8612 - Added Indonesian (id) localflavor. Thanks to Ronny Haryanto for...Jannis Leidel
2010-01-01Fixed #11123 - Added Irish (ie) localflavor.Jannis Leidel
2010-01-01Fixed #8068 - Added Kuwaiti (kw) localflavor. Thanks to Ahmad Al-Ibrahim for ...Jannis Leidel
2010-01-01Fixed #10736 - Added Uruguayan (uy) localflavor. Thanks to Gonzalo Saavedra f...Jannis Leidel
2009-12-22Fixed #9289 - Added Swedish localflavor. Thanks to Andreas Pelme, Ludvig Eric...Jannis Leidel
2009-12-13Converted regressiontests/forms/fields.py to unittestsBrian Rosner
2009-02-22Fixed #9066 -- Added Czech localflavor. Thanks to Elvard for the contribution.Russell Keith-Magee
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm Tredinnick
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2007-12-02Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.Malcolm Tredinnick
2007-11-14Implemented auto-escaping of variable output in templates. Fully controllable...Malcolm Tredinnick
2007-10-28Fixed #3457 -- Allow overridding of error messages for newforms Fields.Gary Wilson Jr
2007-10-20Fixed #4036 -- Added Spanish localflavor. Thanks, ricardojbarrios@gmail.com andMalcolm Tredinnick
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 #5387 -- Added is_multipart method to forms. Original patch from Petr M...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-13Fixed #4752 -- Make default ErrorList customisable in newforms display. Based...Malcolm Tredinnick
2007-09-08Fixed #5232 -- Fixed the validation of `DecimalField` so that the negative si...Gary Wilson Jr
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-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-04Merged Unicode branch into trunk (r4952:5608). This should be fullyMalcolm Tredinnick
2007-06-23Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoidMalcolm Tredinnick
2007-06-23Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. ThanksMalcolm Tredinnick
2007-05-26Added a new form test that I forgot to commit in [5348]. Refs #3718.Malcolm Tredinnick
2007-05-21Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the codeMalcolm Tredinnick
2007-05-19Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt().Malcolm Tredinnick
2007-05-14Changed the fix from [5231] so that the backwards-incompatibility is made moreMalcolm Tredinnick
2007-05-14Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*.Malcolm Tredinnick
2007-05-14Added unit tests and docs for the newforms case in which the form's data does...Adrian Holovaty
2007-05-12Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha...Russell Keith-Magee