|
|
|
@8884
|
[8884]
|
09/02/08 19:09:33 |
mtredinnick |
Fixed #8669 -- Use a consistent version of create() across the board … |
|
|
|
@8823
|
[8823]
|
09/01/08 17:43:38 |
brosner |
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen … |
|
|
|
@8814
|
[8814]
|
09/01/08 16:04:01 |
jacob |
Fixed #8076: fixed get_(next/previous)_by_date when used with … |
|
|
|
@8782
|
[8782]
|
08/31/08 19:49:03 |
mtredinnick |
Fixed #8316 -- Put tighter restrictions on the type of Foreign Key … |
|
|
|
@8756
|
[8756]
|
08/31/08 04:49:55 |
brosner |
Fixed handling of primary keys in model formsets. Model formsets should … |
|
|
|
@8723
|
[8723]
|
08/29/08 16:48:40 |
mtredinnick |
Fixed a missing piece of [8721]. |
|
|
|
@8721
|
[8721]
|
08/29/08 16:24:00 |
mtredinnick |
Fixed #8279 -- Multiple many-to-many relations to "self" are now possible. |
|
|
|
@8690
|
[8690]
|
08/28/08 21:40:50 |
mtredinnick |
Fixed #7823 -- Fixed an edge case in RelatedField?.get_db_prep_lookup() so … |
|
|
|
@8616
|
[8616]
|
08/27/08 02:19:44 |
gwilson |
Removed oldforms, validators, and related code:
* Removed Manipulator, … |
|
|
|
@8571
|
[8571]
|
08/25/08 23:55:56 |
gwilson |
Removed trailing whitespace in a few files. |
|
|
|
@8472
|
[8472]
|
08/22/08 17:00:28 |
mtredinnick |
Fixed #8046 -- The first filter() call on a related manager for … |
|
|
|
@8469
|
[8469]
|
08/22/08 14:27:26 |
brosner |
Fixed #7947 -- Handle the display of OneToOneField? in model forms … |
|
|
|
@8442
|
[8442]
|
08/19/08 09:17:24 |
russellm |
Fixed #7908: Added validation checks on attempts to create ForeignKey? and … |
|
|
|
@8415
|
[8415]
|
08/16/08 15:59:06 |
gwilson |
Fixed #3121 -- Made get_or_create() work for RelatedManager and … |
|
|
|
@8223
|
[8223]
|
08/06/08 10:32:46 |
jacob |
Major refactoring of django.dispatch with an eye towards speed. The net … |
|
|
|
@8212
|
[8212]
|
08/05/08 11:13:28 |
jacob |
Fixed #7904: added support for a "use_for_related_fields" property on … |
|
|
|
@8191
|
[8191]
|
08/01/08 23:56:11 |
gwilson |
Removed several deprecated features for 1.0 (refs #7830):
* "simple" … |
|
|
|
@8138
|
[8138]
|
07/29/08 13:31:27 |
jacob |
Fixed a subtle bug (really, an inconsistency) in ForeignKey? that [8132] … |
|
|
|
@8136
|
[8136]
|
07/29/08 07:41:08 |
russellm |
Fixed #6095 -- Added the ability to specify the model to use to manage a … |
|
|
|
@8132
|
[8132]
|
07/29/08 00:17:47 |
mtredinnick |
Fixed #8011 -- Be careful not to evalute lazy-translated … |
|
|
|
@8046
|
[8046]
|
07/21/08 22:24:09 |
adrian |
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the … |
|
|
|
@8033
|
[8033]
|
07/21/08 20:10:06 |
jacob |
Fixed #6755: model inheritance now works in the admin. Thanks, sloonz and … |
|
|
|
@8017
|
[8017]
|
07/21/08 10:41:21 |
jacob |
FIxed #7666: use a bare queryset when accessing single related objects so … |
|
|
|
@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 … |
|
|
|
@7785
|
[7785]
|
06/29/08 05:35:35 |
mtredinnick |
Fixed #7378 -- Use the "to_field" where appropriate on reverse … |
|
|
|
@7778
|
[7778]
|
06/28/08 21:36:18 |
mtredinnick |
Fixed handling of multiple fields in a model pointing to the same related … |
|
|
|
@7762
|
[7762]
|
06/26/08 02:04:18 |
mtredinnick |
Fixed #7215 -- Create correct reverse-relation accessors when using … |
|
|
|
@7622
|
[7622]
|
06/11/08 23:13:16 |
adrian |
Fixed #7026 -- Fixed misleading/incorrect exception text when adding to a … |
|
|
|
@7574
|
[7574]
|
06/04/08 19:39:32 |
jacob |
Fixed #6886: Tightened up ForeignKey? and OneToOne? field assignment. … |
|
|
|
@7561
|
[7561]
|
05/29/08 07:17:03 |
russellm |
Fixed #7173 -- Corrected the caching of objects in reverse OneToOne? … |
|
|
|
@7556
|
[7556]
|
05/29/08 06:41:46 |
russellm |
Fixed #7306 -- Added missing import. Thanks, SmileyChris?. |
|
|
|
@7477
|
[7477]
|
04/26/08 21:50:16 |
mtredinnick |
Merged the queryset-refactor branch into trunk.
This is a big internal … |
|
|
|
@7362
|
[7362]
|
03/25/08 00:13:08 |
adrian |
Fixed #6867 -- Added some missing DeprecationWarnings? to … |
|
|
|
@7331
|
[7331]
|
03/20/08 01:56:23 |
mtredinnick |
Fixed #6445 -- Allow model instances to be used as a default for … |
|
|
|
@7158
|
[7158]
|
02/26/08 15:13:16 |
jacob |
Beefed up support for "lazy" related objects. Now, in addition to … |
|
|
|
@5975
|
[5975]
|
08/19/07 21:28:40 |
adrian |
Removed a bunch of legacy django.db.backend imports |
|
|
|
@5967
|
[5967]
|
08/19/07 20:03:33 |
adrian |
Refactored quote_name() to DatabaseOperations?.quote_name(). Refs #5106 |
|
|
|
@5819
|
[5819]
|
08/06/07 08:58:56 |
russellm |
Fixed #3297 -- Implemented FileField? and ImageField? for newforms. Thanks … |
|
|
|
@5725
|
[5725]
|
07/20/07 01:28:56 |
adrian |
Added a db_type() method to the database Field class. This is a hook for … |
|
|
|
@5609
|
[5609]
|
07/04/07 07:11:04 |
mtredinnick |
Merged Unicode branch into trunk (r4952:5608). This should be … |
|
|
|
@5519
|
[5519]
|
06/23/07 09:16:00 |
mtredinnick |
Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. … |
|
|
|
@5514
|
[5514]
|
06/22/07 22:18:22 |
mtredinnick |
Fixed #4607 -- Tweaked checks for features missing in Python 2.3 to not … |
|
|
|
@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 … |
|
|
|
@4611
|
[4611]
|
02/26/07 11:38:55 |
jacob |
Fixed #3581, a small typo in OneToOneField?.formfield(). Thanks, Andrew … |
|
|
|
@4547
|
[4547]
|
02/19/07 20:42:07 |
adrian |
Fixed #3257 -- Added newforms ModelChoiceField? and … |
|
|
|
@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 … |
|
|
|
@4448
|
[4448]
|
01/29/07 10:09:25 |
adrian |
Fixed #3389 -- Many-to-many sets can now be assigned with primary key … |
|
|
|
@4442
|
[4442]
|
01/28/07 16:36:02 |
adrian |
newforms: Changed database Field formfield() methods to pass help_text to … |
|
|
|
@4429
|
[4429]
|
01/25/07 07:47:55 |
russellm |
Fixed #3098 -- Added db_table parameter to m2m fields, allowing the … |
|
|
|
@4389
|
[4389]
|
01/22/07 00:32:14 |
adrian |
Changed database Field formfield() methods to take arbitrary kwargs, which … |
|
|
|
@4265
|
[4265]
|
12/30/06 00:25:49 |
adrian |
Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have … |
|
|
|
@4261
|
[4261]
|
12/29/06 18:12:02 |
adrian |
newforms: Got form_for_instance() to select initial ManyToManyField? values … |
|
|
|
@4252
|
[4252]
|
12/27/06 20:27:14 |
adrian |
Added value_from_object method to db Field class |
|
|
|
@4250
|
[4250]
|
12/27/06 19:16:29 |
adrian |
newforms: Implemented form_for_instance(). The resulting Form class does … |
|
|
|
@4248
|
[4248]
|
12/26/06 23:27:47 |
adrian |
newforms: Implemented formfield() for database OneToOneField? class. Not … |
|
|
|
@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 … |
|
|
|
@4233
|
[4233]
|
12/20/06 08:06:27 |
russellm |
Refactored workhorse methods on m2m descriptors. Modified _add to check … |
|
|
|
@4232
|
[4232]
|
12/20/06 07:57:17 |
russellm |
Fixed problem with assiging an empty list to m2m related descriptors, … |
|
|
|
@4231
|
[4231]
|
12/20/06 03:59:03 |
russellm |
Fixed #3142 -- Optimized the assignment of m2m and m2o relation sets. … |
|
|
|
@4208
|
[4208]
|
12/15/06 12:00:50 |
adrian |
Copied django.forms to django.oldforms and changed all code to reference … |
|
|
|
@3926
|
[3926]
|
10/24/06 11:49:19 |
adrian |
Fixed #2898 -- Added missing ngettext import to … |
|
|
|
@3848
|
[3848]
|
09/25/06 22:46:33 |
mtredinnick |
Fixed #2817 -- Fixed formatting problem in admin help string. … |
|
|
|
@3510
|
[3510]
|
08/01/06 16:15:41 |
mtredinnick |
Refs #1796 -- Fixed a problem when creating models with relations … |
|
|
|
@3414
|
[3414]
|
07/21/06 15:39:17 |
jacob |
Second half of little cleanup tweaks suggested by pyflakes. |
|
|
|
@3338
|
[3338]
|
07/13/06 16:31:53 |
adrian |
Fixed bug in manipulator_valid_rel_key -- it assumed the related object … |
|
|
|
@3246
|
[3246]
|
06/30/06 20:14:41 |
russellm |
Fixed #2217 -- Allowed raw objects to be used in exact and in query … |
|
|
|
@3197
|
[3197]
|
06/23/06 03:16:36 |
russellm |
Fixed #1661 -- Added logic for string-form model references in the 'to' … |
|
|
|
@3196
|
[3196]
|
06/23/06 02:43:33 |
russellm |
Added comments to clarify the string->field name resolution logic. |
|
|
|
@3195
|
[3195]
|
06/22/06 23:37:00 |
russellm |
Fixed #1662 -- Added resolver for string-form model references for models … |
|
|
|
@3113
|
[3113]
|
06/08/06 00:00:13 |
adrian |
Fixed #2109 -- Convert old-style classes to new-style classes throughout … |
|
|
|
@3075
|
[3075]
|
06/03/06 19:23:51 |
adrian |
Changed all model unit tests to use str() instead of repr(). Also … |
|
|
|
@2850
|
[2850]
|
05/05/06 19:26:24 |
lukeplant |
Fixed #1579 - added support for 'Q' objects in limit_choices_to. |
|
|
|
@2828
|
[2828]
|
05/03/06 23:59:22 |
adrian |
Removed ManyToManyRel?.singular, which wasn't being used anymore. |
|
|
|
@2817
|
[2817]
|
05/02/06 14:51:41 |
adrian |
Fixed #1745 -- Accessing many-to-many relationships without a PK value now … |
|
|
|
@2809
|
[2809]
|
05/01/06 20:31:56 |
adrian |
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly … |
|
copied from django/branches/magic-removal/django/db/models/fields/related.py:
|
|
|
|
@2802
|
[2802]
|
05/01/06 14:04:30 |
jkocherhans |
magic-removal: Refs #1681. Fixed side effect of [2800] on ManyToManyField?. … |