Django

Code

root/django/trunk/tests/regressiontests/forms/tests.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8087 [8087] 07/25/08 23:25:42 mtredinnick Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.
(edit) @7989 [7989] 07/19/08 14:22:44 mtredinnick Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.
(edit) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
(edit) @6843 [6843] 12/02/07 12:43:01 mtredinnick Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6625 [6625] 10/28/07 00:40:26 gwilson Fixed #3457 -- Allow overridding of error messages for newforms Fields.
(edit) @6555 [6555] 10/20/07 04:16:54 mtredinnick Fixed #4036 -- Added Spanish localflavor. Thanks, …
(edit) @6379 [6379] 09/19/07 18:40:47 jacob Fixed #5546: split form unit tests into manageable chunks. This isn't a …
(edit) @6357 [6357] 09/16/07 06:38:32 mtredinnick Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to …
(edit) @6352 [6352] 09/15/07 23:38:20 mtredinnick Fixed #4975 -- Allow the default label suffix character to be configured. …
(edit) @6282 [6282] 09/15/07 06:45:19 mtredinnick Fixed #5355 -- Fixed data cleaning for DecimalField?. In passing, fixed a …
(edit) @6273 [6273] 09/15/07 05:12:05 mtredinnick Fixed #5387 -- Added is_multipart method to forms. Original patch from …
(edit) @6173 [6173] 09/14/07 02:02:55 russellm Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol …
(edit) @6156 [6156] 09/13/07 22:29:39 mtredinnick Fixed #3489 -- Added proper deepcopying to form fields so that widget …
(edit) @6152 [6152] 09/13/07 21:11:24 russellm Fixed #3421 -- Added IP and localhost validation to newforms URLField. …
(edit) @6151 [6151] 09/13/07 21:05:45 gwilson Moved flatatt function tests to the util test module.
(edit) @6150 [6150] 09/13/07 21:01:11 gwilson Refs #5370 -- Added tests for ValidationError? messages.
(edit) @6142 [6142] 09/13/07 18:09:40 mtredinnick Fixed #4752 -- Make default ErrorList? customisable in newforms display. …
(edit) @6067 [6067] 09/08/07 14:24:46 gwilson Fixed #5232 -- Fixed the validation of DecimalField so that the negative …
(edit) @5876 [5876] 08/12/07 07:49:01 mtredinnick Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have …
(edit) @5859 [5859] 08/11/07 21:15:35 mtredinnick Fixed #4622 -- Fixed SelectDateWidget? to work correctly when used as a …
(edit) @5819 [5819] 08/06/07 08:58:56 russellm Fixed #3297 -- Implemented FileField? and ImageField? for newforms. Thanks …
(edit) @5782 [5782] 08/01/07 00:41:32 gwilson Fixed #4228 -- Removed hardcoding of RadioFieldRenderer in the …
(edit) @5686 [5686] 07/13/07 09:13:35 mtredinnick Fixed #4469 -- Added slightly more informative error messages to max- …
(edit) @5680 [5680] 07/13/07 04:09:59 mtredinnick Fixed #4807 -- Fixed a couple of corner cases in decimal form input …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5518 [5518] 06/23/07 01:19:26 mtredinnick Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to …
(edit) @5515 [5515] 06/22/07 22:32:59 mtredinnick Fixed #4630 -- Fixed some validation problems with SplitDateTimeField?. …
(edit) @5354 [5354] 05/26/07 04:47:47 mtredinnick Added a new form test that I forgot to commit in [5348]. Refs #3718.
(edit) @5302 [5302] 05/20/07 20:29:58 mtredinnick Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the …
(edit) @5291 [5291] 05/19/07 13:49:35 mtredinnick Fixed #4316 -- Added docstring and tests for …
(edit) @5237 [5237] 05/14/07 11:24:51 mtredinnick Changed the fix from [5231] so that the backwards-incompatibility is made …
(edit) @5231 [5231] 05/14/07 09:02:36 mtredinnick Renamed form-specific cleaning methods to be do_clean_*, rather than …
(edit) @5218 [5218] 05/13/07 21:57:42 adrian Added unit tests and docs for the newforms case in which the form's data …
(edit) @5209 [5209] 05/12/07 10:50:32 russellm Fixed #4018 -- Added code to allow callables as initial data in newforms. …
(edit) @5112 [5112] 04/27/07 09:27:07 russellm Fixed #3698 -- Modified newforms labels to only add a colon if the label …
(edit) @5088 [5088] 04/26/07 07:46:04 russellm Fixed #3787, #3788 -- Corrected check for IndexError? on MultiValueField?, …
(edit) @5065 [5065] 04/24/07 07:53:29 russellm Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on …
(edit) @4961 [4961] 04/08/07 20:22:45 adrian Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and …
(edit) @4930 [4930] 04/04/07 22:13:17 mtredinnick Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.
(edit) @4918 [4918] 04/04/07 01:34:19 mtredinnick Moved smart_unicode and StrAndUnicode? to django.utils.encoding. They are …
(edit) @4894 [4894] 04/01/07 00:26:26 mtredinnick Fixed #3810 -- In newforms, copy attribute dictionaries before modifying …
(edit) @4887 [4887] 03/31/07 23:40:36 mtredinnick Moved localflavor form tests into their own file.
(edit) @4876 [4876] 03/31/07 04:18:20 mtredinnick Fixed #3866 -- Added tests for localflavor/it. Thanks …
(edit) @4874 [4874] 03/31/07 04:05:54 mtredinnick Fixed #3882 -- Added Brazilian localflavor. Thanks, Wiliam Alves de Souza.
(edit) @4868 [4868] 03/30/07 05:18:15 mtredinnick Fixed #3847 -- Added validation support for Finnish social security …
(edit) @4867 [4867] 03/30/07 05:04:22 mtredinnick Fixed #3847 -- Added Finnish localflavor contribution from Ville Säävuori.
(edit) @4822 [4822] 03/25/07 16:26:44 adrian Fixed #3715 -- Added Japanese package to django.contrib.localflavor. …
(edit) @4820 [4820] 03/25/07 16:10:36 adrian Fixed #3813 -- Added French package to django.contrib.localflavor. Thanks, …
(edit) @4666 [4666] 03/05/07 19:12:46 mtredinnick Fixed #3654 -- Fixed test failure from [4665].
(edit) @4554 [4554] 02/20/07 23:54:09 adrian Added newforms USPhoneNumberField in django.contrib.localflavor.usa
(edit) @4551 [4551] 02/20/07 21:47:03 adrian Added small newforms unit test
(edit) @4549 [4549] 02/19/07 21:05:09 adrian Fixed #3490 -- Fixed issue with newforms ChoiceField? and generators as …
(edit) @4545 [4545] 02/19/07 18:30:22 adrian Fixed #2455 -- Added newforms USStateSelect widget in …
(edit) @4544 [4544] 02/19/07 17:54:55 adrian Fixed #3510 -- newforms validation errors are now HTML-escaped for HTML …
(edit) @4543 [4543] 02/19/07 17:43:14 adrian Improved newforms to handle wacky characters in Field help_text
(edit) @4528 [4528] 02/15/07 16:43:43 adrian Fixed #3506 -- Changed newforms BoundField?.help_text to an empty string if …
(edit) @4527 [4527] 02/15/07 15:26:43 adrian Fixed #3503 -- Added newforms UKPostcodeField in …
(edit) @4525 [4525] 02/15/07 00:18:27 adrian Implented newforms USStateField in django.contrib.localflavor.usa. Refs …
(edit) @4524 [4524] 02/14/07 23:53:44 adrian Created django.contrib.localflavor, for country- and culture-specific …
(edit) @4523 [4523] 02/14/07 23:05:43 adrian Fixed #3409 -- Added render_value argument to newforms PasswordInput?. …
(edit) @4522 [4522] 02/14/07 22:13:02 adrian Fixed #3314 -- Fixed a bug in newforms smart_unicode. Thanks for the …
(edit) @4521 [4521] 02/14/07 22:03:47 adrian Fixed #3456 -- Made it easier/more intuitive to render newforms help_text …
(edit) @4519 [4519] 02/14/07 21:37:25 adrian Fixed #1466 -- Added newforms USZipCodeField
(edit) @4506 [4506] 02/14/07 17:44:46 adrian Implemented subclassing Forms in newforms
(edit) @4504 [4504] 02/13/07 12:04:47 adrian Fixed #3489 -- Changed newforms to use copy.copy() in constructing …
(edit) @4466 [4466] 02/09/07 16:09:07 mtredinnick Fixed #3449 -- fixed regression test results so that they all pass now. …
(edit) @4440 [4440] 01/28/07 16:10:04 adrian Fixed #3255 -- Added help_text argument to newforms Field class.
(edit) @4438 [4438] 01/27/07 16:16:16 adrian newforms: Added a unit test that tests dynamic field addition with base …
(edit) @4437 [4437] 01/27/07 16:06:56 adrian Fixed #3334 -- Changed newforms Form class construction so that appending …
(edit) @4436 [4436] 01/27/07 15:41:32 adrian Fixed #3312 -- CheckboxSelectMultiple? no longer uses duplicate ID …
(edit) @4435 [4435] 01/27/07 15:30:26 adrian Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a …
(edit) @4411 [4411] 01/23/07 23:23:19 adrian newforms: Implemented NullBooleanField? and NullBooleanSelect?
(edit) @4403 [4403] 01/23/07 14:23:07 adrian newforms: Added MultiValueField?, SplitDateTimeField?, MultiWidget?, …
(edit) @4379 [4379] 01/20/07 19:29:01 adrian Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields?
(edit) @4378 [4378] 01/20/07 19:10:55 adrian newforms: Fixed confusing behavior when setting choices for ChoiceFields?
(edit) @4369 [4369] 01/20/07 14:31:17 adrian newforms: Added attrs optional argument to BoundForm?.label_tag()
(edit) @4313 [4313] 01/12/07 23:19:15 adrian Fixed #3281 -- newforms: URLField now works properly with required=False …
(edit) @4312 [4312] 01/12/07 23:08:07 adrian Fixed #3293 -- newforms: Changed IntegerField?.clean() to return None if …
(edit) @4311 [4311] 01/12/07 22:51:57 adrian Fixed #3289 -- newforms: Added value_from_datadict method to …
(edit) @4310 [4310] 01/12/07 22:43:34 adrian newforms: Added unit tests for MultipleHiddenInput?
(edit) @4306 [4306] 01/10/07 18:04:27 adrian newforms: Added unit tests and docs explaining that clean_data will only …
(edit) @4304 [4304] 01/10/07 17:25:29 adrian Fixed #3266 -- newforms: Made RadioSelect? accept funky characters. Thanks …
(edit) @4303 [4303] 01/10/07 16:46:06 adrian Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass? where it …
(edit) @4298 [4298] 01/08/07 23:12:25 adrian Fixed #3193 -- newforms: Modified as_hidden() to handle …
(edit) @4297 [4297] 01/08/07 22:39:44 adrian newforms: Added 'initial' parameter to Form, which lets initial data be …
(edit) @4286 [4286] 01/04/07 18:04:38 adrian newforms: Changed Form.ignore_errors to Form.is_bound, which is more …
(edit) @4284 [4284] 01/04/07 00:25:53 adrian newforms: Changed Form so that clean_data only exists if a Form is valid. …
(edit) @4272 [4272] 01/02/07 21:58:11 russellm Fixed problem with SelectDateWidget? test caused by 2006/2007 year …
(edit) @4249 [4249] 12/27/06 18:01:52 adrian newforms: Added 'initial' parameter to Field. This allows you to specify …
(edit) @4241 [4241] 12/26/06 17:46:10 adrian newforms: Added max_length and min_length optional arguments to …
(edit) @4240 [4240] 12/26/06 17:33:20 adrian newforms: A label can now be the empty string, in which case a label won't …
(edit) @4239 [4239] 12/26/06 17:16:16 adrian newforms: Changed Form.as_table() to display errors in same <td> as the …
(edit) @4238 [4238] 12/26/06 16:56:53 adrian newforms: Implemented RadioFieldRenderer?.getitem(), which allows for …
(edit) @4236 [4236] 12/24/06 14:22:38 adrian newforms: Added django.newforms.extras.widgets, with SelectDateWidget?
(edit) @4223 [4223] 12/17/06 13:04:03 adrian Fixed #3153 -- newforms 'label' argument now can contain wacky characters. …
(edit) @4218 [4218] 12/15/06 17:18:47 adrian newforms: Implemented min_value and max_value options for IntegerField?
(edit) @4217 [4217] 12/15/06 17:07:41 adrian newforms: Fixed unexpected behavior with CharField?(required=False, …
(edit) @4202 [4202] 12/14/06 14:35:32 adrian Fixed #3143 -- Added TimeField? to newforms. Thanks, jkocherhans
(edit) @4199 [4199] 12/13/06 17:03:19 adrian Fixed #3139 -- newforms BoundField? no longer returns empty errors when …
Note: See TracRevisionLog for help on using the revision log.