Django

Code

root/django/trunk/tests/regressiontests/forms


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7814 [7814] 07/01/08 10:10:51 jacob Fixed #2070: refactored Django's file upload capabilities. A description …
(edit) @7799 [7799] 06/30/08 05:44:56 mtredinnick Fixed #5957 -- Enforce the "required" attribute on BooleanField? in …
(edit) @7776 [7776] 06/28/08 05:55:26 mtredinnick Fixed the fix from [7775]. The previous change was failing Django's …
(edit) @7775 [7775] 06/27/08 16:47:58 adrian Fixed #7559 -- Updated newforms unit tests to reflect the fact that …
(edit) @7693 [7693] 06/18/08 11:33:04 jacob Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks …
(edit) @7646 [7646] 06/15/08 22:32:02 adrian Fixed #7456 -- Removed check of exact IndexError? exception text in a unit …
(edit) @7355 [7355] 03/24/08 08:10:48 mtredinnick Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned …
(edit) @7337 [7337] 03/20/08 02:44:46 mtredinnick Fixed #5917 -- More error robustness in date parsing in SelectDateWidget?, …
(edit) @7323 [7323] 03/19/08 17:29:11 jacob Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor.
(edit) @7322 [7322] 03/19/08 14:11:51 jacob Replaced dict reprs in tests with explicit looks at each key. This should …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7291 [7291] 03/18/08 09:20:43 mtredinnick Fixed #6230: Fixed the addition of id values to the select widgets …
(edit) @7021 [7021] 01/17/08 12:03:21 jkocherhans Fixed #6302. FileField? no longer requires a value if one already exists. …
(edit) @6985 [6985] 01/01/08 23:23:21 adrian Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation …
(edit) @6952 [6952] 12/18/07 22:43:47 mtredinnick Fixed #5670 -- Changed the validation of the UK postcode widget to allow …
(edit) @6926 [6926] 12/17/07 02:05:27 mtredinnick Fixed #5871 -- Factored out the validation errors in localflavor form …
(edit) @6843 [6843] 12/02/07 12:43:01 mtredinnick Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran.
(edit) @6746 [6746] 11/29/07 13:30:38 mtredinnick Fixed #6014 -- More robust error handling when validating decimal …
(edit) @6745 [6745] 11/29/07 13:22:03 mtredinnick Fixed #5959 -- Fixed handling of False values in hidden boolean fields. …
(edit) @6744 [6744] 11/29/07 12:15:46 mtredinnick Fixed #5939 -- Added normalization for New Brunswick in the Canadian …
(edit) @6722 [6722] 11/28/07 14:19:54 mtredinnick Fixed #5730: Conditionally escape widget contents in newforms to …
(edit) @6717 [6717] 11/25/07 20:39:48 gwilson Fixed #5993 -- Made RadioSelect easier to subclass by giving it a …
(edit) @6694 [6694] 11/18/07 14:25:23 gwilson Fixed #5975 -- Gave ModelChoiceField and ModelMultipleChoiceField
(edit) @6671 [6671] 11/14/07 06:58:53 mtredinnick Implemented auto-escaping of variable output in templates. Fully …
(edit) @6644 [6644] 11/03/07 21:08:15 mtredinnick Fixed a Python 2.3 problem.
(edit) @6625 [6625] 10/28/07 00:40:26 gwilson Fixed #3457 -- Allow overridding of error messages for newforms Fields.
(edit) @6619 [6619] 10/27/07 01:23:19 mtredinnick Removed an "XFAIL" marker that was accidentally hanging around since …
(edit) @6595 [6595] 10/22/07 17:04:00 mboersma Changed field to "def_date" from "date" in new tests from [6568] so we can …
(edit) @6594 [6594] 10/22/07 08:13:12 mtredinnick Fixed #5794 -- Be more robust when rendering a DateTimeInput? widget. …
(edit) @6578 [6578] 10/21/07 09:50:47 mtredinnick Changed the default form presentation of datetime values to not include …
(edit) @6568 [6568] 10/20/07 08:01:40 mtredinnick Fixed #899 -- Use model field default values as formfield initial values …
(edit) @6563 [6563] 10/20/07 07:21:07 mtredinnick Changed newforms.CheckboxInput? widget to return False as its value when …
(edit) @6556 [6556] 10/20/07 04:24:19 mtredinnick Fixed #5200 -- Added some more functionality to the Polish localflavor. …
(edit) @6555 [6555] 10/20/07 04:16:54 mtredinnick Fixed #4036 -- Added Spanish localflavor. Thanks, …
(edit) @6390 [6390] 09/20/07 01:53:17 gwilson More *.pyc ignores.
(edit) @6380 [6380] 09/19/07 19:24:42 jacob Removed empty tests/regressiontests/forms/localflavor.py file left over …
(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) @6276 [6276] 09/15/07 05:57:03 mtredinnick Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a …
(edit) @6273 [6273] 09/15/07 05:12:05 mtredinnick Fixed #5387 -- Added is_multipart method to forms. Original patch from …
(edit) @6252 [6252] 09/14/07 21:37:07 russellm Fixed #4415 -- Added formfield method to PositiveIntegerField?, so that …
(edit) @6208 [6208] 09/14/07 14:28:26 jacob Fixed #4542: added a generic localflavor DateField?. Thanks, Nick Lane.
(edit) @6202 [6202] 09/14/07 14:02:05 jacob Fixed #3988: added a localflavor for our friends to the north (i.e. …
(edit) @6176 [6176] 09/14/07 02:19:38 mtredinnick Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, …
(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) @6145 [6145] 09/13/07 19:58:57 mtredinnick Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales.
(edit) @6142 [6142] 09/13/07 18:09:40 mtredinnick Fixed #4752 -- Make default ErrorList? customisable in newforms display. …
(edit) @6139 [6139] 09/13/07 17:16:59 mtredinnick Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker.
(edit) @6090 [6090] 09/10/07 23:21:32 gwilson Removed duplicate form tests added in the unicode merge.
(edit) @6067 [6067] 09/08/07 14:24:46 gwilson Fixed #5232 -- Fixed the validation of DecimalField so that the negative …
(edit) @5936 [5936] 08/19/07 02:38:39 mtredinnick Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula.
(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) @5724 [5724] 07/19/07 04:24:36 mtredinnick Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin Kosír.
(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) @5663 [5663] 07/12/07 07:44:05 russellm Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens …
(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) @5201 [5201] 05/12/07 07:22:50 russellm Removed unit tests added in [5196]; didn't notice the tests in …
(edit) @5196 [5196] 05/11/07 23:19:21 russellm Added unit tests for form_for_model and form_for_instance.
(edit) @5132 [5132] 04/30/07 22:10:10 mtredinnick Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com.
(edit) @5112 [5112] 04/27/07 09:27:07 russellm Fixed #3698 -- Modified newforms labels to only add a colon if the label …
(edit) @5108 [5108] 04/27/07 07:50:24 mtredinnick Added tests for Brazilian CRPF field that were accidentally omitted in …
(edit) @5099 [5099] 04/26/07 10:05:47 adrian Fixed inconsistent period usage in localflavor.br error messages from …
(edit) @5089 [5089] 04/26/07 08:11:07 mtredinnick Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity …
(edit) @5088 [5088] 04/26/07 07:46:04 russellm Fixed #3787, #3788 -- Corrected check for IndexError? on MultiValueField?, …
(edit) @5087 [5087] 04/26/07 07:41:34 mtredinnick Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl.
(edit) @5080 [5080] 04/26/07 03:43:25 mtredinnick Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ …
(edit) @5065 [5065] 04/24/07 07:53:29 russellm Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on …
(edit) @5018 [5018] 04/17/07 08:37:45 russellm Fixed #3866 -- Added Italian Social Security and VAT input fields to …
(edit) @4993 [4993] 04/10/07 16:11:08 adrian Fixed #3983 -- Fixed misspelled Delaware in localflavor unit tests
(edit) @4961 [4961] 04/08/07 20:22:45 adrian Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and …
(edit) @4955 [4955] 04/08/07 08:22:48 russellm Fixed #3876 -- Added Australian local flavour. Thanks, Matthew Flanagan.
(edit) @4954 [4954] 04/08/07 06:21:00 russellm Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us …
(edit) @4939 [4939] 04/05/07 23:24:06 adrian Fixed inconsistent indentation in localflavor/de/forms.py from [4922]
(edit) @4930 [4930] 04/04/07 22:13:17 mtredinnick Fixed #3931 -- Corrected a typo noticed by Jorge Gajon.
(edit) @4926 [4926] 04/04/07 10:15:51 mtredinnick Removed an umlaut, since our i18n support (creating PO files) doesn't …
(edit) @4924 [4924] 04/04/07 08:52:35 mtredinnick Fixed #3597 -- Fixed unicode encoding problem in form rendering. …
(edit) @4922 [4922] 04/04/07 06:40:08 mtredinnick Fixed #3919 -- Added German identity card number validation to …
(edit) @4920 [4920] 04/04/07 01:45:29 mtredinnick Fixed #3897 -- Added German localflavor. Thanks, Jannis Leidel.
(edit) @4918 [4918] 04/04/07 01:34:19 mtredinnick Moved smart_unicode and StrAndUnicode? to django.utils.encoding. They are …
(edit) @4917 [4917] 04/03/07 17:33:28 adrian Negligible formatting changes to some recent commits
(edit) @4910 [4910] 04/02/07 22:56:17 mtredinnick Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet.
Note: See TracRevisionLog for help on using the revision log.