Django

Code

root/django/trunk/django/db/models/fields


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9550 [9550] 12/02/08 16:09:51 lukeplant Fixed #8248: made help() work on models and improved introspection …
(edit) @9546 [9546] 12/02/08 10:58:06 ikelly Fixed a pair of bugs in determining the set of models to flush that were …
(edit) @8884 [8884] 09/02/08 19:09:33 mtredinnick Fixed #8669 -- Use a consistent version of create() across the board …
(edit) @8823 [8823] 09/01/08 17:43:38 brosner Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen …
(edit) @8819 [8819] 09/01/08 17:15:35 jacob Fixed #8210 and #8664: moved USStateField and PhoneNumberField to …
(edit) @8816 [8816] 09/01/08 16:28:32 brosner Fixed #7975 -- Callable defaults in inline model formsets now work …
(edit) @8814 [8814] 09/01/08 16:04:01 jacob Fixed #8076: fixed get_(next/previous)_by_date when used with …
(edit) @8806 [8806] 09/01/08 14:20:03 jacob Repaired an oversight from [8772] that let made certain types of fields …
(edit) @8782 [8782] 08/31/08 19:49:03 mtredinnick Fixed #8316 -- Put tighter restrictions on the type of Foreign Key …
(edit) @8772 [8772] 08/31/08 15:11:11 jacob Fixed #6967: ModelForms now validate choices. Thanks, mattmcc -- the …
(edit) @8756 [8756] 08/31/08 04:49:55 brosner Fixed handling of primary keys in model formsets. Model formsets should …
(edit) @8723 [8723] 08/29/08 16:48:40 mtredinnick Fixed a missing piece of [8721].
(edit) @8721 [8721] 08/29/08 16:24:00 mtredinnick Fixed #8279 -- Multiple many-to-many relations to "self" are now possible.
(edit) @8691 [8691] 08/28/08 21:40:56 mtredinnick Fixed #8101 -- Allow the strings '1' and '0' as filter values for …
(edit) @8690 [8690] 08/28/08 21:40:50 mtredinnick Fixed #7823 -- Fixed an edge case in RelatedField?.get_db_prep_lookup() so …
(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) @8663 [8663] 08/28/08 11:05:09 jacob FIxed #8613: removed vestigal FileField.save_file(). Thanks, kratorius.
(edit) @8646 [8646] 08/28/08 00:42:05 mtredinnick Fixed #8597 -- Allow the use of strings containing underscores and …
(edit) @8638 [8638] 08/27/08 16:30:47 jacob Fixed #8534: getting the size of a file no longer opens it (at least for …
(edit) @8637 [8637] 08/27/08 16:18:45 jacob Fixed #8175: don't open files we're about to close. This was a pesky bug …
(edit) @8616 [8616] 08/27/08 02:19:44 gwilson Removed oldforms, validators, and related code: * Removed Manipulator, …
(edit) @8571 [8571] 08/25/08 23:55:56 gwilson Removed trailing whitespace in a few files.
(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) @8472 [8472] 08/22/08 17:00:28 mtredinnick Fixed #8046 -- The first filter() call on a related manager for …
(edit) @8469 [8469] 08/22/08 14:27:26 brosner Fixed #7947 -- Handle the display of OneToOneField? in model forms …
(edit) @8442 [8442] 08/19/08 09:17:24 russellm Fixed #7908: Added validation checks on attempts to create ForeignKey? and …
(edit) @8415 [8415] 08/16/08 15:59:06 gwilson Fixed #3121 -- Made get_or_create() work for RelatedManager and …
(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) @8291 [8291] 08/10/08 16:10:47 gwilson Fixed #7830 -- Removed all of the remaining, deprecated, non-oldforms …
(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) @8212 [8212] 08/05/08 11:13:28 jacob Fixed #7904: added support for a "use_for_related_fields" property on …
(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) @8138 [8138] 07/29/08 13:31:27 jacob Fixed a subtle bug (really, an inconsistency) in ForeignKey? that [8132]
(edit) @8136 [8136] 07/29/08 07:41:08 russellm Fixed #6095 -- Added the ability to specify the model to use to manage a …
(edit) @8132 [8132] 07/29/08 00:17:47 mtredinnick Fixed #8011 -- Be careful not to evalute lazy-translated …
(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) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @8033 [8033] 07/21/08 20:10:06 jacob Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and …
(edit) @8017 [8017] 07/21/08 10:41:21 jacob FIxed #7666: use a bare queryset when accessing single related objects so …
(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) @7785 [7785] 06/29/08 05:35:35 mtredinnick Fixed #7378 -- Use the "to_field" where appropriate on reverse …
(edit) @7778 [7778] 06/28/08 21:36:18 mtredinnick Fixed handling of multiple fields in a model pointing to the same related …
(edit) @7762 [7762] 06/26/08 02:04:18 mtredinnick Fixed #7215 -- Create correct reverse-relation accessors when using …
(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) @7622 [7622] 06/11/08 23:13:16 adrian Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a …
(edit) @7574 [7574] 06/04/08 19:39:32 jacob Fixed #6886: Tightened up ForeignKey? and OneToOne? field assignment. …
(edit) @7561 [7561] 05/29/08 07:17:03 russellm Fixed #7173 -- Corrected the caching of objects in reverse OneToOne?
(edit) @7556 [7556] 05/29/08 06:41:46 russellm Fixed #7306 -- Added missing import. Thanks, SmileyChris?.
(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) @7362 [7362] 03/25/08 00:13:08 adrian Fixed #6867 -- Added some missing DeprecationWarnings? to …
(edit) @7331 [7331] 03/20/08 01:56:23 mtredinnick Fixed #6445 -- Allow model instances to be used as a default for …
(edit) @7323 [7323] 03/19/08 17:29:11 jacob Fixed #5894: added FilePathField? to newforms. Thanks, Alex Gaynor.
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7274 [7274] 03/17/08 14:31:42 ikelly Fixed #6666: Corrected a bind param formatting issue when performing …
(edit) @7158 [7158] 02/26/08 15:13:16 jacob Beefed up support for "lazy" related objects. Now, in addition to …
(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) @6748 [6748] 11/29/07 13:30:49 mtredinnick Fixed #5989 -- Fixed a problem with values being incorrectly reused …
(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 …
Note: See TracRevisionLog for help on using the revision log.