index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
models
Age
Commit message (
Expand
)
Author
2009-04-11
Fixed BooleanFields being coerced null=True in Oracle.
Ian Kelly
2009-04-10
Fixed #9640, #10549: BooleanFields with choices, a default, and null=False no...
Jacob Kaplan-Moss
2009-04-08
Fixed #10666 -- Corrected the handling of inherited fields with aggregate() a...
Russell Keith-Magee
2009-04-04
Fixed a problem when computing deferred fields on multiple related models.
Malcolm Tredinnick
2009-04-04
Fixed deferred fields and select_related() interaction.
Malcolm Tredinnick
2009-04-04
Fixed #10695 -- Fixed implementation of deferred attribute retrieval.
Malcolm Tredinnick
2009-04-02
Fixed #10670: fixed reusing QuerySets previously used in a filter expression....
Jacob Kaplan-Moss
2009-04-01
Fixed #9871 -- Geometry objects are now returned in dictionaries and tuples r...
Justin Bronn
2009-03-30
Fixed #10149. FileFields in a form now validate max_length. Based on a patch ...
Joseph Kocherhans
2009-03-30
Fixed #10413: RelatedManager.add no longer fails silenty when trying to add a...
Jacob Kaplan-Moss
2009-03-30
Fixed #10157: correctly set the related objects pk when assigning a reverse O...
Jacob Kaplan-Moss
2009-03-25
Fixed a breakage with ManyToManyFields in admin caused by r10139.
Malcolm Tredinnick
2009-03-24
Fixed #9926 -- Fixes for some select_related() situations.
Malcolm Tredinnick
2009-03-22
Fixed deferred loading of fields with default values.
Malcolm Tredinnick
2009-03-20
Fixed #2698 -- Fixed deleting in the presence of custom managers.
Malcolm Tredinnick
2009-03-20
Fixed #10547 -- Worked around some odd behaviour in Python 2.3 and 2.4.
Malcolm Tredinnick
2009-03-19
Typo fix for an error path in r100090.
Malcolm Tredinnick
2009-03-19
Fixed #5420 -- Added support for delayed loading of model fields.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-18
Fixed #10356 -- Added pure-Python inheritance for models (a.k.a proxy models).
Malcolm Tredinnick
2009-03-15
Use plain model.Manager, or suitable proxy, for model saving.
Malcolm Tredinnick
2009-03-14
Fixed #10425 -- Corrected the interaction of .count() with .annotate() when ....
Russell Keith-Magee
2009-03-13
Fixed a case where column aliases weren't being quoted properly.
Ian Kelly
2009-03-13
Prevented InsertQuery from appending a 'RETURNING' clause when it's not actua...
Ian Kelly
2009-03-12
Fixed #10473: Added Oracle support for "RETURNING" ids from insert statements.
Ian Kelly
2009-03-12
Return last insert ID correctly when the feature is enabled.
Malcolm Tredinnick
2009-03-11
Fixed #3460 -- Added an ability to enable true autocommit for psycopg2 backend.
Malcolm Tredinnick
2009-03-10
Fixed #10443 -- Fixed model attribute updating after r10003.
Malcolm Tredinnick
2009-03-09
Fixed #3163 -- Add a "Meta.managed" option to models.
Malcolm Tredinnick
2009-03-09
Pass values through get_db_prep_save() in a QuerySet.update() call.
Malcolm Tredinnick
2009-03-08
Fixed #9508 -- Added an appropriate FileField.__hash__ implementation.
Malcolm Tredinnick
2009-03-08
Fixed #10432 -- Handle all kinds of iterators in queryset filters.
Malcolm Tredinnick
2009-03-06
Fixed #9649 -- Better error handling in model creation.
Malcolm Tredinnick
2009-03-06
Improved table join handling for comparisons against NULL.
Malcolm Tredinnick
2009-03-04
Made it explicit if you accidentally override a Field from a parent model.
Malcolm Tredinnick
2009-03-04
Fixed #10406 -- Fixed some problems with model inheritance and pk fields.
Malcolm Tredinnick
2009-03-04
Fixed #10251 -- Fixed model inheritance when there's also an explicit pk field.
Malcolm Tredinnick
2009-03-04
Fixed #10362 -- An update() that only affects a parent model no longer crashes.
Malcolm Tredinnick
2009-03-04
Changed the row count value returned from update queries in some cases.
Malcolm Tredinnick
2009-03-04
Changed the handling of as_sql() versus _as_sql() in Query/QuerySet from r9928.
Malcolm Tredinnick
2009-03-02
Fixed #10181 -- Handle an EmptyResultSet exception case properly in nested qu...
Malcolm Tredinnick
2009-03-01
To avoid an unfortunately common user-error, rename QuerySet.as_sql().
Malcolm Tredinnick
2009-03-01
Fixed insert/update handling when no database interaction is required.
Malcolm Tredinnick
2009-03-01
Fixed #10202 -- Fixed another couple of slicing edge-cases with querysets.
Malcolm Tredinnick
2009-02-28
Fixed #10028 -- Fixed a problem when ordering by related models.
Malcolm Tredinnick
2009-02-25
Fixed #10290: do not use aliases when adding extra_selects to the GROUP BY cl...
Ian Kelly
2009-02-24
Fixed #10347 -- Fixed incorrect AttributeError raised when attempting to acce...
Karen Tracey
2009-02-24
Fixed #10161 -- Modified evaluation of query expressions to allow for operato...
Russell Keith-Magee
2009-02-23
Fixed #10182 -- Corrected realiasing and the process of evaluating values() f...
Russell Keith-Magee
2009-02-16
Fixed #10196: Restored setting of image file width and height fields lost in ...
Karen Tracey
[next]