|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |
|
|
|
@7799
|
[7799]
|
06/30/08 05:44:56 |
mtredinnick |
Fixed #5957 -- Enforce the "required" attribute on BooleanField? in … |
|
|
|
@7776
|
[7776]
|
06/28/08 05:55:26 |
mtredinnick |
Fixed the fix from [7775].
The previous change was failing Django's … |
|
|
|
@7775
|
[7775]
|
06/27/08 16:47:58 |
adrian |
Fixed #7559 -- Updated newforms unit tests to reflect the fact that … |
|
|
|
@7693
|
[7693]
|
06/18/08 11:33:04 |
jacob |
Fixed #4860: added 'for' attributes to labels in newforms widgets. Thanks … |
|
|
|
@7646
|
[7646]
|
06/15/08 22:32:02 |
adrian |
Fixed #7456 -- Removed check of exact IndexError? exception text in a unit … |
|
|
|
@7355
|
[7355]
|
03/24/08 08:10:48 |
mtredinnick |
Fixed #6868 -- Fixed test results for Windows systems. Thanks, Ned … |
|
|
|
@7337
|
[7337]
|
03/20/08 02:44:46 |
mtredinnick |
Fixed #5917 -- More error robustness in date parsing in SelectDateWidget?, … |
|
|
|
@7323
|
[7323]
|
03/19/08 17:29:11 |
jacob |
Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor. |
|
|
|
@7322
|
[7322]
|
03/19/08 14:11:51 |
jacob |
Replaced dict reprs in tests with explicit looks at each key. This should … |
|
|
|
@7294
|
[7294]
|
03/18/08 09:54:39 |
mtredinnick |
Added "svn:eol-style native" to every text file in the tree (*.txt, … |
|
|
|
@7291
|
[7291]
|
03/18/08 09:20:43 |
mtredinnick |
Fixed #6230: Fixed the addition of id values to the select widgets … |
|
|
|
@7021
|
[7021]
|
01/17/08 12:03:21 |
jkocherhans |
Fixed #6302. FileField? no longer requires a value if one already exists. … |
|
|
|
@6985
|
[6985]
|
01/01/08 23:23:21 |
adrian |
Fixed #6291 -- Fixed error in CASocialInsuranceNumberField documentation … |
|
|
|
@6952
|
[6952]
|
12/18/07 22:43:47 |
mtredinnick |
Fixed #5670 -- Changed the validation of the UK postcode widget to allow … |
|
|
|
@6926
|
[6926]
|
12/17/07 02:05:27 |
mtredinnick |
Fixed #5871 -- Factored out the validation errors in localflavor form … |
|
|
|
@6843
|
[6843]
|
12/02/07 12:43:01 |
mtredinnick |
Fixed #3961 -- Added South African localflavor. Thanks, Russell Cloran. |
|
|
|
@6746
|
[6746]
|
11/29/07 13:30:38 |
mtredinnick |
Fixed #6014 -- More robust error handling when validating decimal … |
|
|
|
@6745
|
[6745]
|
11/29/07 13:22:03 |
mtredinnick |
Fixed #5959 -- Fixed handling of False values in hidden boolean fields. … |
|
|
|
@6744
|
[6744]
|
11/29/07 12:15:46 |
mtredinnick |
Fixed #5939 -- Added normalization for New Brunswick in the Canadian … |
|
|
|
@6722
|
[6722]
|
11/28/07 14:19:54 |
mtredinnick |
Fixed #5730: Conditionally escape widget contents in newforms to … |
|
|
|
@6717
|
[6717]
|
11/25/07 20:39:48 |
gwilson |
Fixed #5993 -- Made RadioSelect easier to subclass by giving it a … |
|
|
|
@6694
|
[6694]
|
11/18/07 14:25:23 |
gwilson |
Fixed #5975 -- Gave ModelChoiceField and ModelMultipleChoiceField … |
|
|
|
@6671
|
[6671]
|
11/14/07 06:58:53 |
mtredinnick |
Implemented auto-escaping of variable output in templates. Fully … |
|
|
|
@6644
|
[6644]
|
11/03/07 21:08:15 |
mtredinnick |
Fixed a Python 2.3 problem. |
|
|
|
@6625
|
[6625]
|
10/28/07 00:40:26 |
gwilson |
Fixed #3457 -- Allow overridding of error messages for newforms Fields. |
|
|
|
@6619
|
[6619]
|
10/27/07 01:23:19 |
mtredinnick |
Removed an "XFAIL" marker that was accidentally hanging around since … |
|
|
|
@6595
|
[6595]
|
10/22/07 17:04:00 |
mboersma |
Changed field to "def_date" from "date" in new tests from [6568] so we can … |
|
|
|
@6594
|
[6594]
|
10/22/07 08:13:12 |
mtredinnick |
Fixed #5794 -- Be more robust when rendering a DateTimeInput? widget. … |
|
|
|
@6578
|
[6578]
|
10/21/07 09:50:47 |
mtredinnick |
Changed the default form presentation of datetime values to not include … |
|
|
|
@6568
|
[6568]
|
10/20/07 08:01:40 |
mtredinnick |
Fixed #899 -- Use model field default values as formfield initial values … |
|
|
|
@6563
|
[6563]
|
10/20/07 07:21:07 |
mtredinnick |
Changed newforms.CheckboxInput? widget to return False as its value when … |
|
|
|
@6556
|
[6556]
|
10/20/07 04:24:19 |
mtredinnick |
Fixed #5200 -- Added some more functionality to the Polish localflavor. … |
|
|
|
@6555
|
[6555]
|
10/20/07 04:16:54 |
mtredinnick |
Fixed #4036 -- Added Spanish localflavor. Thanks, … |
|
|
|
@6390
|
[6390]
|
09/20/07 01:53:17 |
gwilson |
More *.pyc ignores. |
|
|
|
@6380
|
[6380]
|
09/19/07 19:24:42 |
jacob |
Removed empty tests/regressiontests/forms/localflavor.py file left over … |
|
|
|
@6379
|
[6379]
|
09/19/07 18:40:47 |
jacob |
Fixed #5546: split form unit tests into manageable chunks. This isn't a … |
|
|
|
@6357
|
[6357]
|
09/16/07 06:38:32 |
mtredinnick |
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to … |
|
|
|
@6352
|
[6352]
|
09/15/07 23:38:20 |
mtredinnick |
Fixed #4975 -- Allow the default label suffix character to be configured. … |
|
|
|
@6282
|
[6282]
|
09/15/07 06:45:19 |
mtredinnick |
Fixed #5355 -- Fixed data cleaning for DecimalField?.
In passing, fixed a … |
|
|
|
@6276
|
[6276]
|
09/15/07 05:57:03 |
mtredinnick |
Fixed #5487 -- Added deepcopying ability to lazy() objects, along with a … |
|
|
|
@6273
|
[6273]
|
09/15/07 05:12:05 |
mtredinnick |
Fixed #5387 -- Added is_multipart method to forms. Original patch from … |
|
|
|
@6252
|
[6252]
|
09/14/07 21:37:07 |
russellm |
Fixed #4415 -- Added formfield method to PositiveIntegerField?, so that … |
|
|
|
@6208
|
[6208]
|
09/14/07 14:28:26 |
jacob |
Fixed #4542: added a generic localflavor DateField?. Thanks, Nick Lane. |
|
|
|
@6202
|
[6202]
|
09/14/07 14:02:05 |
jacob |
Fixed #3988: added a localflavor for our friends to the north (i.e. … |
|
|
|
@6176
|
[6176]
|
09/14/07 02:19:38 |
mtredinnick |
Fixed #4964 -- Added Brazilian state field to localflavors. Thanks, … |
|
|
|
@6173
|
[6173]
|
09/14/07 02:02:55 |
russellm |
Fiex #5331 -- Modified newforms URLField to prepend http:// if no protocol … |
|
|
|
@6156
|
[6156]
|
09/13/07 22:29:39 |
mtredinnick |
Fixed #3489 -- Added proper deepcopying to form fields so that widget … |
|
|
|
@6152
|
[6152]
|
09/13/07 21:11:24 |
russellm |
Fixed #3421 -- Added IP and localhost validation to newforms URLField. … |
|
|
|
@6151
|
[6151]
|
09/13/07 21:05:45 |
gwilson |
Moved flatatt function tests to the util test module. |
|
|
|
@6150
|
[6150]
|
09/13/07 21:01:11 |
gwilson |
Refs #5370 -- Added tests for ValidationError? messages. |
|
|
|
@6145
|
[6145]
|
09/13/07 19:58:57 |
mtredinnick |
Fixed #5431 -- Added Argentinean localflavor. Thanks, Ramiro Morales. |
|
|
|
@6142
|
[6142]
|
09/13/07 18:09:40 |
mtredinnick |
Fixed #4752 -- Make default ErrorList? customisable in newforms display. … |
|
|
|
@6139
|
[6139]
|
09/13/07 17:16:59 |
mtredinnick |
Fixed #5403 -- Added Dutch localflavor. Thanks, Jan Rademaker. |
|
|
|
@6090
|
[6090]
|
09/10/07 23:21:32 |
gwilson |
Removed duplicate form tests added in the unicode merge. |
|
|
|
@6067
|
[6067]
|
09/08/07 14:24:46 |
gwilson |
Fixed #5232 -- Fixed the validation of DecimalField so that the negative … |
|
|
|
@5936
|
[5936]
|
08/19/07 02:38:39 |
mtredinnick |
Fixed #5200 -- Added Polish localflavor. Thanks, Slawek Mikula. |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@5859
|
[5859]
|
08/11/07 21:15:35 |
mtredinnick |
Fixed #4622 -- Fixed SelectDateWidget? to work correctly when used as a … |
|
|
|
@5819
|
[5819]
|
08/06/07 08:58:56 |
russellm |
Fixed #3297 -- Implemented FileField? and ImageField? for newforms. Thanks … |
|
|
|
@5782
|
[5782]
|
08/01/07 00:41:32 |
gwilson |
Fixed #4228 -- Removed hardcoding of RadioFieldRenderer in the … |
|
|
|
@5724
|
[5724]
|
07/19/07 04:24:36 |
mtredinnick |
Fixed #3925 -- Added Slovak localflavor items. Thanks, Martin KosÃr. |
|
|
|
@5686
|
[5686]
|
07/13/07 09:13:35 |
mtredinnick |
Fixed #4469 -- Added slightly more informative error messages to max- … |
|
|
|
@5680
|
[5680]
|
07/13/07 04:09:59 |
mtredinnick |
Fixed #4807 -- Fixed a couple of corner cases in decimal form input … |
|
|
|
@5663
|
[5663]
|
07/12/07 07:44:05 |
russellm |
Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5518
|
[5518]
|
06/23/07 01:19:26 |
mtredinnick |
Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to … |
|
|
|
@5515
|
[5515]
|
06/22/07 22:32:59 |
mtredinnick |
Fixed #4630 -- Fixed some validation problems with SplitDateTimeField?. … |
|
|
|
@5354
|
[5354]
|
05/26/07 04:47:47 |
mtredinnick |
Added a new form test that I forgot to commit in [5348]. Refs #3718. |
|
|
|
@5302
|
[5302]
|
05/20/07 20:29:58 |
mtredinnick |
Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the … |
|
|
|
@5291
|
[5291]
|
05/19/07 13:49:35 |
mtredinnick |
Fixed #4316 -- Added docstring and tests for … |
|
|
|
@5237
|
[5237]
|
05/14/07 11:24:51 |
mtredinnick |
Changed the fix from [5231] so that the backwards-incompatibility is made … |
|
|
|
@5231
|
[5231]
|
05/14/07 09:02:36 |
mtredinnick |
Renamed form-specific cleaning methods to be do_clean_*, rather than … |
|
|
|
@5218
|
[5218]
|
05/13/07 21:57:42 |
adrian |
Added unit tests and docs for the newforms case in which the form's data … |
|
|
|
@5209
|
[5209]
|
05/12/07 10:50:32 |
russellm |
Fixed #4018 -- Added code to allow callables as initial data in newforms. … |
|
|
|
@5201
|
[5201]
|
05/12/07 07:22:50 |
russellm |
Removed unit tests added in [5196]; didn't notice the tests in … |
|
|
|
@5196
|
[5196]
|
05/11/07 23:19:21 |
russellm |
Added unit tests for form_for_model and form_for_instance. |
|
|
|
@5132
|
[5132]
|
04/30/07 22:10:10 |
mtredinnick |
Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com. |
|
|
|
@5112
|
[5112]
|
04/27/07 09:27:07 |
russellm |
Fixed #3698 -- Modified newforms labels to only add a colon if the label … |
|
|
|
@5108
|
[5108]
|
04/27/07 07:50:24 |
mtredinnick |
Added tests for Brazilian CRPF field that were accidentally omitted in … |
|
|
|
@5099
|
[5099]
|
04/26/07 10:05:47 |
adrian |
Fixed inconsistent period usage in localflavor.br error messages from … |
|
|
|
@5089
|
[5089]
|
04/26/07 08:11:07 |
mtredinnick |
Fixed #3957, #3945 -- Added CPF and CNPJ (some Brazilian identity … |
|
|
|
@5088
|
[5088]
|
04/26/07 07:46:04 |
russellm |
Fixed #3787, #3788 -- Corrected check for IndexError? on MultiValueField?, … |
|
|
|
@5087
|
[5087]
|
04/26/07 07:41:34 |
mtredinnick |
Fixed #4122 -- Added Chilean localflavor. Thanks, marijn@metronomo.cl. |
|
|
|
@5080
|
[5080]
|
04/26/07 03:43:25 |
mtredinnick |
Fixed #4143 -- Added Icelandic localflavor. Note that we use the is_/ … |
|
|
|
@5065
|
[5065]
|
04/24/07 07:53:29 |
russellm |
Fixed #3870, Refs #3787 -- Fixed handling of widget attributes on … |
|
|
|
@5018
|
[5018]
|
04/17/07 08:37:45 |
russellm |
Fixed #3866 -- Added Italian Social Security and VAT input fields to … |
|
|
|
@4993
|
[4993]
|
04/10/07 16:11:08 |
adrian |
Fixed #3983 -- Fixed misspelled Delaware in localflavor unit tests |
|
|
|
@4961
|
[4961]
|
04/08/07 20:22:45 |
adrian |
Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and … |
|
|
|
@4955
|
[4955]
|
04/08/07 08:22:48 |
russellm |
Fixed #3876 -- Added Australian local flavour. Thanks, Matthew Flanagan. |
|
|
|
@4954
|
[4954]
|
04/08/07 06:21:00 |
russellm |
Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us … |
|
|
|
@4939
|
[4939]
|
04/05/07 23:24:06 |
adrian |
Fixed inconsistent indentation in localflavor/de/forms.py from [4922] |
|
|
|
@4930
|
[4930]
|
04/04/07 22:13:17 |
mtredinnick |
Fixed #3931 -- Corrected a typo noticed by Jorge Gajon. |
|
|
|
@4926
|
[4926]
|
04/04/07 10:15:51 |
mtredinnick |
Removed an umlaut, since our i18n support (creating PO files) doesn't … |
|
|
|
@4924
|
[4924]
|
04/04/07 08:52:35 |
mtredinnick |
Fixed #3597 -- Fixed unicode encoding problem in form rendering. … |
|
|
|
@4922
|
[4922]
|
04/04/07 06:40:08 |
mtredinnick |
Fixed #3919 -- Added German identity card number validation to … |
|
|
|
@4920
|
[4920]
|
04/04/07 01:45:29 |
mtredinnick |
Fixed #3897 -- Added German localflavor. Thanks, Jannis Leidel. |
|
|
|
@4918
|
[4918]
|
04/04/07 01:34:19 |
mtredinnick |
Moved smart_unicode and StrAndUnicode? to django.utils.encoding. They are … |
|
|
|
@4917
|
[4917]
|
04/03/07 17:33:28 |
adrian |
Negligible formatting changes to some recent commits |
|
|
|
@4910
|
[4910]
|
04/02/07 22:56:17 |
mtredinnick |
Fixed #3890 -- Added USSocialSecurityNumberField. Thanks James Bennet. |