|
|
|
@8854
|
[8854]
|
09/02/08 09:20:11 |
jacob |
Fixed #8795: unique_together validation no longer fails on model forms … |
|
|
|
@8842
|
[8842]
|
09/01/08 22:07:26 |
mtredinnick |
Fixed #8196 -- Make the model_form tests also pass if you don't have … |
|
|
|
@8823
|
[8823]
|
09/01/08 17:43:38 |
brosner |
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen … |
|
|
|
@8819
|
[8819]
|
09/01/08 17:15:35 |
jacob |
Fixed #8210 and #8664: moved USStateField and PhoneNumberField to … |
|
|
|
@8806
|
[8806]
|
09/01/08 14:20:03 |
jacob |
Repaired an oversight from [8772] that let made certain types of fields … |
|
|
|
@8805
|
[8805]
|
09/01/08 14:08:08 |
jacob |
Fixed #8209: ModelForms now validate unique constraints. Alex Gaynor did … |
|
|
|
@8772
|
[8772]
|
08/31/08 15:11:11 |
jacob |
Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the … |
|
|
|
@8756
|
[8756]
|
08/31/08 04:49:55 |
brosner |
Fixed handling of primary keys in model formsets. Model formsets should … |
|
|
|
@8682
|
[8682]
|
08/28/08 15:58:10 |
jacob |
Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. … |
|
|
|
@8528
|
[8528]
|
08/24/08 22:51:25 |
brosner |
Fixed #7888 -- Handle model inheritance with model formsets correctly. … |
|
|
|
@8477
|
[8477]
|
08/22/08 23:59:25 |
brosner |
Fixed #8040 -- SlugField? now returns a proper formfield to deal with … |
|
|
|
@8469
|
[8469]
|
08/22/08 14:27:26 |
brosner |
Fixed #7947 -- Handle the display of OneToOneField? in model forms … |
|
|
|
@8325
|
[8325]
|
08/12/08 09:15:38 |
gwilson |
Fixed a couple typos in the modeltests' descriptions and made use of ReST … |
|
|
|
@8291
|
[8291]
|
08/10/08 16:10:47 |
gwilson |
Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms … |
|
|
|
@8257
|
[8257]
|
08/09/08 09:18:09 |
jacob |
Fixed #8187: made PIL imports consistant. Thanks, bastih. |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8016
|
[8016]
|
07/21/08 06:52:11 |
russellm |
Fixed #7727 -- Improved the checks for import failure when using PIL. … |
|
|
|
@7998
|
[7998]
|
07/19/08 17:26:32 |
mtredinnick |
Reverted [7986].
It turns out that we need to treat filename … |
|
|
|
@7986
|
[7986]
|
07/19/08 13:35:11 |
mtredinnick |
Fixed #5619 -- Return the same path in get_FOO_filename() before and after … |
|
|
|
@7971
|
[7971]
|
07/18/08 20:22:26 |
jacob |
Fixed #7741: django.newforms is now django.forms. This is obviously a … |
|
|
|
@7967
|
[7967]
|
07/18/08 18:54:34 |
brosner |
Merged the newforms-admin branch into trunk.
This is a backward … |
|
|
|
@7909
|
[7909]
|
07/12/08 15:44:05 |
jacob |
FIxed #7696: fixed model_form tests on Windows after [7814]. Thanks, Marty … |
|
|
|
@7859
|
[7859]
|
07/07/08 18:16:00 |
jacob |
Fixed #7614: the quickening has come, and there now is only one … |
|
|
|
@7814
|
[7814]
|
07/01/08 10:10:51 |
jacob |
Fixed #2070: refactored Django's file upload capabilities.
A description … |
|
|
|
@7335
|
[7335]
|
03/20/08 02:19:53 |
mtredinnick |
Fixed #6825 -- Fixed the model_forms tests to also work on Windows by … |
|
|
|
@7326
|
[7326]
|
03/19/08 18:10:45 |
jacob |
Fixed #4620: you can now easily add custom labels to ModelChoiceFields? via … |
|
|
|
@7322
|
[7322]
|
03/19/08 14:11:51 |
jacob |
Replaced dict reprs in tests with explicit looks at each key. This should … |
|
|
|
@7115
|
[7115]
|
02/14/08 11:38:05 |
mtredinnick |
Modified [7112] to make things behave more in line with Python subclassing … |
|
|
|
@7112
|
[7112]
|
02/14/08 06:56:49 |
mtredinnick |
Fixed #6337. Refs #3632 -- Fixed ModelForms? subclassing, to the extent … |
|
|
|
@7025
|
[7025]
|
01/18/08 09:53:19 |
jacob |
Fixed #6302 for ImageFields?. |
|
|
|
@7021
|
[7021]
|
01/17/08 12:03:21 |
jkocherhans |
Fixed #6302. FileField? no longer requires a value if one already exists. … |
|
|
|
@6917
|
[6917]
|
12/12/07 21:14:31 |
jkocherhans |
Changed ModelForms? to allow inheritance as long as their model attributes … |
|
|
|
@6915
|
[6915]
|
12/12/07 20:48:04 |
jkocherhans |
Fixed #6162. ModelForm?'s init signature now matches Form's. This is a … |
|
|
|
@6844
|
[6844]
|
12/02/07 13:29:54 |
mtredinnick |
Fixed #6042 -- ModelForms? implementation from Joseph Kocherhans. Still … |
|
|
|
@6733
|
[6733]
|
11/29/07 10:32:18 |
mtredinnick |
Fixed #4653 -- Improved the logic to decide when to include (and select … |
|
|
|
@6670
|
[6670]
|
11/13/07 08:36:29 |
gwilson |
Fixed #4787, #5913 -- Updating the queryset on a ModelChoiceField or … |
|
|
|
@6660
|
[6660]
|
11/09/07 13:35:56 |
gwilson |
Corrected a couple comments in model_forms tests. |
|
|
|
@6250
|
[6250]
|
09/14/07 19:19:22 |
ikelly |
Added explicit order_by filters to some model_forms tests that were … |
|
|
|
@6246
|
[6246]
|
09/14/07 18:09:05 |
mboersma |
Fixed test case that failed on Oracle because it assumed an ordering for … |
|
|
|
@6065
|
[6065]
|
09/08/07 00:09:39 |
gwilson |
Fixed #3557 -- Made SlugField inherit from CharField so that its … |
|
|
|
@5876
|
[5876]
|
08/12/07 07:49:01 |
mtredinnick |
Fixed #5111 -- Set svn:eol-style to 'native' on files that didn't have … |
|
|
|
@5804
|
[5804]
|
08/05/07 02:39:36 |
russellm |
Fixed #4001 -- Added dynamic save_m2m method() to forms created with … |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5237
|
[5237]
|
05/14/07 11:24:51 |
mtredinnick |
Changed the fix from [5231] so that the backwards-incompatibility is made … |
|
|
|
@5202
|
[5202]
|
05/12/07 09:42:46 |
russellm |
Added docs for form_for_model and form_for_instance, and added a fields … |
|
|
|
@5119
|
[5119]
|
04/28/07 09:18:03 |
mtredinnick |
Fixed #3268 -- Changed default model formfields to use a select widget … |
|
|
|
@4961
|
[4961]
|
04/08/07 20:22:45 |
adrian |
Fixed #3929 -- Newforms Textarea widget now always includes 'rows' and … |
|
|
|
@4796
|
[4796]
|
03/23/07 15:17:04 |
jacob |
Renumbered all the doctest examples so that they are ordered correctly on … |
|
|
|
@4556
|
[4556]
|
02/20/07 23:59:46 |
adrian |
Changed database PhoneNumberField? to use USPhoneNumberField as its … |
|
|
|
@4552
|
[4552]
|
02/20/07 23:14:28 |
adrian |
Fixed #3534 -- newforms ModelChoiceField? and ModelMultipleChoiceField? no … |
|
|
|
@4548
|
[4548]
|
02/19/07 20:59:16 |
adrian |
Fixed #3247 -- newforms form_for_model() and form_for_instance() no longer … |
|
|
|
@4547
|
[4547]
|
02/19/07 20:42:07 |
adrian |
Fixed #3257 -- Added newforms ModelChoiceField? and … |
|
|
|
@4442
|
[4442]
|
01/28/07 16:36:02 |
adrian |
newforms: Changed database Field formfield() methods to pass help_text to … |
|
|
|
@4439
|
[4439]
|
01/27/07 22:56:54 |
adrian |
Fixed #3263 -- newforms form_for_model() and form_for_instance() now … |
|
|
|
@4305
|
[4305]
|
01/10/07 17:34:37 |
adrian |
Fixed #3267 -- newforms: Changed database TextField? to render as Textarea … |
|
|
|
@4300
|
[4300]
|
01/08/07 23:49:47 |
adrian |
Fixed #3232 -- newforms: Added save_instance(), which saves a given bound … |
|
|
|
@4299
|
[4299]
|
01/08/07 23:22:48 |
adrian |
newforms: Changed model auto-Form generation so that create() and … |
|
|
|
@4294
|
[4294]
|
01/08/07 12:06:22 |
adrian |
Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent … |
|
|
|
@4263
|
[4263]
|
12/30/06 00:14:39 |
adrian |
Updated docstring in model_forms unit test |
|
|
|
@4261
|
[4261]
|
12/29/06 18:12:02 |
adrian |
newforms: Got form_for_instance() to select initial ManyToManyField? values … |
|
|
|
@4253
|
[4253]
|
12/27/06 20:34:53 |
adrian |
newforms: Implemented apply_changes() method for form_for_instance Forms |
|
|
|
@4250
|
[4250]
|
12/27/06 19:16:29 |
adrian |
newforms: Implemented form_for_instance(). The resulting Form class does … |
|
|
|
@4247
|
[4247]
|
12/26/06 23:23:21 |
adrian |
newforms: Implemented formfield() for database ForeignKey? class and added … |
|
|
|
@4246
|
[4246]
|
12/26/06 23:15:22 |
adrian |
newforms: Implemented formfield() for database ManyToManyField? class and … |
|
|
|
@4220
|
[4220]
|
12/16/06 23:12:53 |
adrian |
newforms: Added optional 'form' parameter to form_for_model |
|
|
|
@4216
|
[4216]
|
12/15/06 16:33:24 |
adrian |
newforms: The Form classes created by form_for_model() now have a create() … |
|
|
|
@4214
|
[4214]
|
12/15/06 15:22:13 |
adrian |
newforms: Changed form_for_model() to ignore a field if its formfield() … |
|
|
|
@4211
|
[4211]
|
12/15/06 12:32:42 |
adrian |
Implemented formfield() for a bunch of database Field classes |
|
|
|
@4205
|
[4205]
|
12/14/06 23:46:11 |
adrian |
newforms: Added initial implementation of form_for_model and … |