Django

Code

root/django/trunk/django/db/models/fields/__init__.py


Mode:

Legend:

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