summaryrefslogtreecommitdiff
path: root/django/db/models/fields
AgeCommit message (Expand)Author
2009-12-21[soc2009/multidb] Remove cross database protection. This will be readded in ...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11901.Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11900.Alex Gaynor
2009-12-17[soc2009/multidb] Modified admin to allow for multidb customization. Patch f...Alex Gaynor
2009-12-17[soc2009/multidb] Merged up to trunk r11885.Alex Gaynor
2009-12-16[soc2009/multidb] Fixed a problem with m2m descriptors not sticking to the ri...Alex Gaynor
2009-12-15[soc2009/multidb] Corrected some test errors introduced by merging trunk. Pa...Alex Gaynor
2009-12-15[soc2009/multidb] Corrected merge error. Patch from Russell Keith-Magee.Alex Gaynor
2009-12-13[soc2009/multidb] Merged up to trunk r11858.Alex Gaynor
2009-12-12[soc2009/multidb] Merged in all of Justin Bronn's GIS work. Multidb should ...Alex Gaynor
2009-12-12[soc2009/multidb] Merged up to trunk r11810. There are many conflicts in thi...Alex Gaynor
2009-12-03[soc2009/multidb] Cleaned up the double processing required by validate() by ...Alex Gaynor
2009-11-26[soc2009/multidb] Minor grammar fixes to some error messages. Patch from Rus...Alex Gaynor
2009-11-23[soc2009/multidb] Added a fallback - if an object is unsaved and a related ob...Alex Gaynor
2009-11-23[soc2009/multidb] Made instances sticky to the database that created them.Alex Gaynor
2009-11-21[soc2009/multidb] Split SQL construction into two seperate classes, the Query...Alex Gaynor
2009-11-21[soc2009/multidb] Merged up to trunk r11756.Alex Gaynor
2009-08-02[soc2009/multidb] Correct the kwarg provided to warn.Alex Gaynor
2009-08-01[soc2009/multidb] Switched from using an ugly hacky wrapper to a Metaclass fo...Alex Gaynor
2009-07-19[soc2009/multidb] Raise an exception at an attempt to do a subquery with 2 di...Alex Gaynor
2009-07-17[soc2009/multidb] Added connection parameter to the get_db_prep_* family of f...Alex Gaynor
2009-07-17[soc2009/multidb] Fixed a bug with EmptyQuerySet.Alex Gaynor
2009-06-16[soc2009/multidb] Merged up to trunk r11009Alex Gaynor
2009-06-10[soc2009/multidb] Merged up to trunk r10973. Resolved merge conflictsAlex Gaynor
2009-06-06[soc2009/multidb] Fixed the usage of the connection during Query construction...Alex Gaynor
2009-06-03[soc2009/multidb] Made the remove method on many to many related managers use...Alex Gaynor
2009-06-03[soc2009/multidb] Bring this branch up to date with my external work. This m...Alex Gaynor
2009-06-03[soc2009/multidb] Updated the test runner to support syncing all the database...Alex Gaynor
2009-06-02[soc2009/multidb] Merged up to trunk r10865Alex Gaynor
2009-05-11Fixed #10404: ImageField height_field and width_field options no longer depen...Jacob Kaplan-Moss
2009-05-08Fixed #7712, #9404, #10249, #10300: a light refactor and cleanup of file stor...Jacob Kaplan-Moss
2009-05-07Fixed #10153: foreign key `gte` and `lte` lookups now work. Thanks, joelhooks...Jacob Kaplan-Moss
2009-05-02Fixed #10349 -- Modified ManyToManyFields to allow initial form values to be ...Russell Keith-Magee
2009-04-13Fixed #10237 -- Corrected the handling of self-referential m2m fields when us...Russell Keith-Magee
2009-04-12Fixed #10692 -- Fixed DecimalField lookups for extreme values.Malcolm Tredinnick
2009-04-12Fixed #10071 -- Changed some internal database data representations.Malcolm Tredinnick
2009-04-11Fixed BooleanFields being coerced null=True in Oracle.Ian Kelly
2009-04-10Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...Jacob Kaplan-Moss
2009-03-30Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...Joseph Kocherhans
2009-03-30Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...Jacob Kaplan-Moss
2009-03-30Fixed #10157: correctly set the related objects pk when assigning a reverse O...Jacob Kaplan-Moss
2009-03-25Fixed a breakage with ManyToManyFields in admin caused by r10139.Malcolm Tredinnick
2009-03-20Fixed #2698 -- Fixed deleting in the presence of custom managers.Malcolm Tredinnick
2009-03-10Fixed #10443 -- Fixed model attribute updating after r10003.Malcolm Tredinnick
2009-03-08Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.Malcolm Tredinnick
2009-03-04Changed the handling of as_sql() versus _as_sql() in Query/QuerySet from r9928.Malcolm Tredinnick
2009-03-01To avoid an unfortunately common user-error, rename QuerySet.as_sql().Malcolm Tredinnick
2009-02-24Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...Karen Tracey
2009-02-16Fixed #10196: Restored setting of image file width and height fields lost in ...Karen Tracey
2009-02-16Fixed #10121: Restored code lost in r9766 that prevented overwriting an alrea...Karen Tracey