|
|
|
@8691
|
[8691]
|
08/28/08 21:40:56 |
mtredinnick |
Fixed #8101 -- Allow the strings '1' and '0' as filter values for … |
|
|
|
@8684
|
[8684]
|
08/28/08 16:23:21 |
jacob |
Fixed a bug in NullBooleanField.to_python. |
|
|
|
@8682
|
[8682]
|
08/28/08 15:58:10 |
jacob |
Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. … |
|
|
|
@8646
|
[8646]
|
08/28/08 00:42:05 |
mtredinnick |
Fixed #8597 -- Allow the use of strings containing underscores and … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8528
|
[8528]
|
08/24/08 22:51:25 |
brosner |
Fixed #7888 -- Handle model inheritance with model formsets correctly. … |
|
|
|
@8526
|
[8526]
|
08/24/08 22:17:06 |
mtredinnick |
Fixed #8510 -- Allow both strings (mostly for the admin) and integers to … |
|
|
|
@8515
|
[8515]
|
08/24/08 03:12:13 |
russellm |
Fixed #8298: Added a to_python method for integer fields. This ensures … |
|
|
|
@8477
|
[8477]
|
08/22/08 23:59:25 |
brosner |
Fixed #8040 -- SlugField? now returns a proper formfield to deal with … |
|
|
|
@8348
|
[8348]
|
08/14/08 10:37:43 |
gwilson |
Fixed #8206 -- Removed validate methods of Model and Model fields. They … |
|
|
|
@8296
|
[8296]
|
08/11/08 07:11:25 |
russellm |
Fixed #5461 -- Refactored the database backend code to use classes for the … |
|
|
|
@8244
|
[8244]
|
08/08/08 15:59:02 |
jacob |
File storage refactoring, adding far more flexibility to Django's file … |
|
|
|
@8229
|
[8229]
|
08/08/08 09:24:25 |
mtredinnick |
Fixed #8111 -- Error message typo fix. Thanks mzgur. |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8191
|
[8191]
|
08/01/08 23:56:11 |
gwilson |
Removed several deprecated features for 1.0 (refs #7830):
* "simple" … |
|
|
|
@8143
|
[8143]
|
07/29/08 19:18:49 |
mtredinnick |
Fixed #8023 -- Allow filtering of DecimalFields? (in models) using … |
|
|
|
@8139
|
[8139]
|
07/29/08 16:43:07 |
russellm |
Fixed #7913 -- Corrected ham-fisted typo from [8102]. Thanks to evinrik … |
|
|
|
@8131
|
[8131]
|
07/29/08 00:09:29 |
mtredinnick |
Fixed #7560 -- Moved a lot of the value conversion preparation … |
|
|
|
@8127
|
[8127]
|
07/27/08 19:45:04 |
mtredinnick |
Put back [8120] along with a small tweak. Fixed #6217. |
|
|
|
@8126
|
[8126]
|
07/27/08 19:08:17 |
mtredinnick |
Back out [8120] for a bit. Refs #6217. It's having unintended side-effects … |
|
|
|
@8120
|
[8120]
|
07/27/08 17:51:49 |
mtredinnick |
Fixed #6217 -- Reduced the memory used by each ugettext_lazy() … |
|
|
|
@8102
|
[8102]
|
07/27/08 02:22:39 |
russellm |
Fixed #7913 -- Corrected backwards incompatible parts of [7977] when … |
|
|
|
@8050
|
[8050]
|
07/21/08 23:49:32 |
mtredinnick |
To ensure that a model BooleanField? has an explicit value set (and since … |
|
|
|
@7977
|
[7977]
|
07/19/08 02:53:02 |
russellm |
Fixed #4412 -- Added support for optgroups, both in the model when … |
|
|
|
@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 … |
|
|
|
@7947
|
[7947]
|
07/17/08 23:34:47 |
adrian |
Fixed #7805 -- Removed ImageField?.get_internal_type() because it doesn't … |
|
|
|
@7946
|
[7946]
|
07/17/08 22:47:27 |
adrian |
Fixed #1443 -- Django's various bits now support dates before 1900. Thanks … |
|
|
|
@7906
|
[7906]
|
07/12/08 15:43:28 |
jacob |
Fixed #7667: fixied FileField?.save_file for inline related objects. This … |
|
|
|
@7883
|
[7883]
|
07/11/08 04:00:35 |
mtredinnick |
Fixed #7448 -- Convert "in" filters to pass in the correct values for … |
|
|
|
@7882
|
[7882]
|
07/11/08 02:34:11 |
mtredinnick |
Fixed #7682 -- Added a work around to keep existing admin alive … |
|
|
|
@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 … |
|
|
|
@7797
|
[7797]
|
06/30/08 05:07:06 |
mtredinnick |
Fixed #4485 -- Allow nullable DecimalFields? to store NULLs.
Based on a … |
|
|
|
@7794
|
[7794]
|
06/30/08 02:10:03 |
mtredinnick |
Fixed #7033 -- Removed an unused field.
OrderingField? was added in the … |
|
|
|
@7790
|
[7790]
|
06/29/08 23:46:59 |
mtredinnick |
Make sure we only create the minimum number of table indexes for … |
|
|
|
@7743
|
[7743]
|
06/25/08 22:11:32 |
mtredinnick |
Fixed #7109 -- Quote certain values before passing them for substitution … |
|
|
|
@7643
|
[7643]
|
06/15/08 22:15:04 |
adrian |
Fixed #7420 -- Abstracted some more database options into DatabaseFeatures? … |
|
|
|
@7494
|
[7494]
|
04/28/08 02:07:17 |
mtredinnick |
Allow Query objects to be values in query filters. This already existed … |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7323
|
[7323]
|
03/19/08 17:29:11 |
jacob |
Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor. |
|
|
|
@7274
|
[7274]
|
03/17/08 14:31:42 |
ikelly |
Fixed #6666: Corrected a bind param formatting issue when performing … |
|
|
|
@7150
|
[7150]
|
02/23/08 02:36:41 |
mtredinnick |
Fixed #3689, #5223 -- Fixed "1st of January" comparisons for SQLite … |
|
|
|
@7133
|
[7133]
|
02/18/08 20:58:41 |
mtredinnick |
It makes sense that when you subclass an existing model field, you're … |
|
|
|
@7021
|
[7021]
|
01/17/08 12:03:21 |
jkocherhans |
Fixed #6302. FileField? no longer requires a value if one already exists. … |
|
|
|
@6935
|
[6935]
|
12/17/07 04:35:53 |
mtredinnick |
Fixed #6212 -- Give models.NullBooleanField? the right default newforms … |
|
|
|
@6801
|
[6801]
|
12/01/07 13:23:49 |
ikelly |
Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE … |
|
|
|
@6733
|
[6733]
|
11/29/07 10:32:18 |
mtredinnick |
Fixed #4653 -- Improved the logic to decide when to include (and select … |
|
|
|
@6651
|
[6651]
|
11/05/07 07:59:42 |
mtredinnick |
Added the small changes necessary to make creating custom model fields … |
|
|
|
@6568
|
[6568]
|
10/20/07 08:01:40 |
mtredinnick |
Fixed #899 -- Use model field default values as formfield initial values … |
|
|
|
@6453
|
[6453]
|
10/03/07 20:55:51 |
mtredinnick |
Fixed #5641 -- Handle lazy translations correctly when used as default … |
|
|
|
@6378
|
[6378]
|
09/19/07 18:33:57 |
jacob |
Fixed #231: all fields that should take max_length now do. Thanks, Don … |
|
|
|
@6357
|
[6357]
|
09/16/07 06:38:32 |
mtredinnick |
Fixed #4067 -- Fixed validation of IPAddressFields in newforms. Thanks to … |
|
|
|
@6252
|
[6252]
|
09/14/07 21:37:07 |
russellm |
Fixed #4415 -- Added formfield method to PositiveIntegerField?, so that … |
|
|
|
@6205
|
[6205]
|
09/14/07 14:22:43 |
adrian |
Fixed #5342 -- Added max_length parameter to EmailField?. Thanks, … |
|
|
|
@6195
|
[6195]
|
09/14/07 13:12:36 |
ikelly |
Fixed #5218: Made Oracle create autoinc triggers using the correct name … |
|
|
|
@6193
|
[6193]
|
09/14/07 11:48:47 |
jacob |
Fixed #3146: DateFields? no longer barf when confronted by strings. Thanks, … |
|
|
|
@6154
|
[6154]
|
09/13/07 21:54:12 |
gwilson |
Fixed #5123 -- Fixed ImageField? to pass along keyword arguments in its … |
|
|
|
@6066
|
[6066]
|
09/08/07 00:11:17 |
gwilson |
Fixed imports to adhere to PEP 8 and stripped trailing whitespace. |
|
|
|
@6065
|
[6065]
|
09/08/07 00:09:39 |
gwilson |
Fixed #3557 -- Made SlugField inherit from CharField so that its … |
|
|
|
@5826
|
[5826]
|
08/07/07 06:20:15 |
russellm |
Removed a redundant directory join during FileField? form saving. Thanks to … |
|
|
|
@5819
|
[5819]
|
08/06/07 08:58:56 |
russellm |
Fixed #3297 -- Implemented FileField? and ImageField? for newforms. Thanks … |
|
|
|
@5803
|
[5803]
|
08/05/07 00:14:46 |
gwilson |
Fixed #2101 -- Renamed maxlength argument to max_length for oldforms … |
|
|
|
@5778
|
[5778]
|
07/30/07 12:25:35 |
gwilson |
Fixed call to ugettext, which is imported as _.
Changed raise to … |
|
|
|
@5725
|
[5725]
|
07/20/07 01:28:56 |
adrian |
Added a db_type() method to the database Field class. This is a hook for … |
|
|
|
@5625
|
[5625]
|
07/06/07 05:21:14 |
mtredinnick |
Fixed #4776 -- Fixed a problem with handling of upload_to attributes. The … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5555
|
[5555]
|
06/27/07 13:58:10 |
jacob |
Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. |
|
|
|
@5544
|
[5544]
|
06/26/07 07:59:49 |
mtredinnick |
Fixed #4686 -- Do not permit empty strings in IPAddressField. Should be … |
|
|
|
@5519
|
[5519]
|
06/23/07 09:16:00 |
mtredinnick |
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. … |
|
|
|
@5302
|
[5302]
|
05/20/07 20:29:58 |
mtredinnick |
Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the … |
|
|
|
@5130
|
[5130]
|
04/30/07 21:35:15 |
mtredinnick |
Fixed #4084 -- Added formfield() support to the USStateField model … |
|
|
|
@5119
|
[5119]
|
04/28/07 09:18:03 |
mtredinnick |
Fixed #3268 -- Changed default model formfields to use a select widget … |
|
|
|
@5118
|
[5118]
|
04/28/07 08:55:24 |
mtredinnick |
Refactored the formfield() methods on models.fields.Field subclasses … |
|
|
|
@5091
|
[5091]
|
04/26/07 08:30:48 |
mtredinnick |
Fixed #4040 -- Changed uses of has_key() to "in". Slight … |
|
|
|
@4954
|
[4954]
|
04/08/07 06:21:00 |
russellm |
Backwards-incompatible change -- Renamed localflavor.usa to localflavor.us … |
|
|
|
@4752
|
[4752]
|
03/19/07 06:57:53 |
russellm |
Fixed #3741 -- Fixed serialization of GenericRelations?. Thanks for the … |
|
|
|
@4724
|
[4724]
|
03/14/07 07:08:19 |
mtredinnick |
Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. … |
|
|
|
@4717
|
[4717]
|
03/12/07 19:35:47 |
russellm |
Added to_python implementation for NullBoolean? Fields. This was required … |
|
|
|
@4609
|
[4609]
|
02/26/07 11:17:11 |
jacob |
Objects with FileFields? no longer get save() called multiple times from … |
|
|
|
@4592
|
[4592]
|
02/25/07 23:07:12 |
jacob |
Fixed #3172: Model.validate() no longer raises TypeErrors? on empty … |
|
|
|
@4556
|
[4556]
|
02/20/07 23:59:46 |
adrian |
Changed database PhoneNumberField? to use USPhoneNumberField as its … |
|
|
|
@4505
|
[4505]
|
02/14/07 00:32:32 |
adrian |
Changed year lookup to use a BETWEEN SQL statement instead of comparing … |
|
|
|
@4486
|
[4486]
|
02/11/07 17:50:35 |
mtredinnick |
Revert [4485] in order to fix accidental mod_python breakage. Refs #2920. |
|
|
|
@4485
|
[4485]
|
02/11/07 00:20:52 |
russellm |
Refs #2920 -- Replaced implicit uses of _() with explicit imports or calls … |
|
|
|
@4442
|
[4442]
|
01/28/07 16:36:02 |
adrian |
newforms: Changed database Field formfield() methods to pass help_text to … |
|
|
|
@4389
|
[4389]
|
01/22/07 00:32:14 |
adrian |
Changed database Field formfield() methods to take arbitrary kwargs, which … |
|
|
|
@4305
|
[4305]
|
01/10/07 17:34:37 |
adrian |
Fixed #3267 -- newforms: Changed database TextField? to render as Textarea … |
|
|
|
@4295
|
[4295]
|
01/08/07 14:28:31 |
jacob |
Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4252
|
[4252]
|
12/27/06 20:27:14 |
adrian |
Added value_from_object method to db Field class |
|
|
|
@4251
|
[4251]
|
12/27/06 20:20:29 |
adrian |
Negligible style fix to db/models/fields/init.py |
|
|
|
@4250
|
[4250]
|
12/27/06 19:16:29 |
adrian |
newforms: Implemented form_for_instance(). The resulting Form class does … |
|
|
|
@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 |
|
|
|
@4210
|
[4210]
|
12/15/06 12:15:55 |
adrian |
Moved newforms import out of Field.formfield() |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@4205
|
[4205]
|
12/14/06 23:46:11 |
adrian |
newforms: Added initial implementation of form_for_model and … |
|
|
|
@4105
|
[4105]
|
11/25/06 20:38:04 |
russellm |
Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data … |
|
|
|
@4036
|
[4036]
|
11/06/06 20:25:49 |
jacob |
Fixed #2923: FileFields? can now be modified on windows. Thanks, radek. |