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
2010-04-15
Fixed #13349 -- Ensure that raw queries evaluate the entire query if the back...
Russell Keith-Magee
2010-04-15
Fixed #13328 -- Added a __getstate__/__setstate__ pair to fields so that call...
Russell Keith-Magee
2010-04-14
Fixed #13335: Adjusted the r12950 fix to properly handle import errors result...
Karen Tracey
2010-04-13
Fixed #13227 -- Ensure that the query cache is flushed when a QuerySet is dee...
Russell Keith-Magee
2010-04-12
Fixed #11696: Changed app loading code so that it does not swallow import err...
Karen Tracey
2010-04-09
Fixed #13309 -- Ensure that delete() deletes everything it should delete(). T...
Russell Keith-Magee
2010-04-04
Fixed #12328 -- Corrected the handling of subqueries with ordering and slicin...
Russell Keith-Magee
2010-04-03
Fixed #12247 -- Corrected the way update queries are processed when the updat...
Russell Keith-Magee
2010-04-02
Fixed #11956 -- Modified the handling of m2m relationships between subclasses...
Russell Keith-Magee
2010-04-02
Fixed #12429 -- Modified RawQuery to provide some facilities required by Orac...
Russell Keith-Magee
2010-04-01
Fixed #12429 -- Ensure that raw queries call resolve_columns if the backend d...
Russell Keith-Magee
2010-03-31
Fixed #11916 -- Corrected handling of aggregation when there is a subquery pr...
Russell Keith-Magee
2010-03-31
Fixed #13250 -- Corrected a problem with the use of routing rules on the crea...
Russell Keith-Magee
2010-03-30
Fixed #13087 -- Modified m2m signals to provide greater flexibility over exac...
Russell Keith-Magee
2010-03-27
Fixed #12769, #12924 -- Corrected the pickling of curried and lazy objects, w...
Russell Keith-Magee
2010-03-27
Fixed #13227 -- Modified ForeignKeys to fully honor the db_prep/prep separati...
Russell Keith-Magee
2010-03-21
Fixed #12822: Don't copy the _aggregate_select_cache when cloning a query set,
Karen Tracey
2010-03-20
Fixed #12239, again: Refined the original fix to avoid the test errors introd...
Karen Tracey
2010-03-20
Fixed #12239: Fixed results of gte and lt queries when comparing floats to in...
Karen Tracey
2010-03-20
Fixed #12851 -- Corrected the interaction of defer() with select_related(). T...
Russell Keith-Magee
2010-03-20
Fixed #12937 -- Corrected the operation of select_related() when following an...
Russell Keith-Magee
2010-03-20
Fixed #13156 -- Ensure that exists() queries are as fast as they can be. Than...
Russell Keith-Magee
2010-03-16
Fixed #12881: Corrected handling of inherited unique constraints. Thanks for ...
Karen Tracey
2010-03-15
Fixed #12953 -- Ensure that deletion cascades through generic relations. Also...
Russell Keith-Magee
2010-03-12
Fixed #11891 -- Ensured that attributes of get_absolute_url are preserved thr...
Russell Keith-Magee
2010-03-10
Fixed #12717 -- Corrected a problem with subqueries when using multidb routin...
Russell Keith-Magee
2010-03-10
Forced blank=True for NullBooleanField to allow it to pass model validation w...
James Bennett
2010-03-08
Fixed #11940 - ModelForm evaluates callable default values on form class crea...
Luke Plant
2010-03-08
Fixed #12240 - select_related doesn't work correctly when mixing nullable and...
Luke Plant
2010-03-07
Fixed #13003 -- Ensured that ._state.db is set correctly for select_related()...
Russell Keith-Magee
2010-03-07
Fixed #12876 -- Corrected a problem with recursive relations under deepcopy. ...
Russell Keith-Magee
2010-03-07
Fixed #12913. Fields with choices now respect show_hidden_initial as a keywor...
Joseph Kocherhans
2010-03-06
Fixed #13034: Corrected default error message for IntegerField.
James Bennett
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-24
Fixed #12734. Deferred fields will now be properly converted to python when a...
Joseph Kocherhans
2010-02-24
Fixed #7190. Boolean fields now return bool values instead of 1 or 0. Thanks,...
Joseph Kocherhans
2010-02-24
Fixed #12546. Objects with a __len__ that returns 0 can now be serialized. Th...
Joseph Kocherhans
2010-02-24
Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass their par...
Joseph Kocherhans
2010-02-23
Fixed #12731. Fixed a bug with .raw() and inheritance. Thanks, Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12819. Fixed a bug with caching values of nullable 1to1 fields. Thanks...
Joseph Kocherhans
2010-02-23
Fixed a few more spots related to #11859. Thanks, cramm and Alex Gaynor.
Joseph Kocherhans
2010-02-23
Fixed #12888. Fixed a typo in some related object error messages. Thanks, nes...
Joseph Kocherhans
2010-02-23
Fixed #12608 -- No longer return inconsistent results when using `values` and...
Justin Bronn
2010-02-23
Fixed #12806 -- Added an implementation of `RawQuerySet.__getitem__`. Thanks...
Justin Bronn
2010-02-23
Fixed #12855 -- QuerySets with `extra` where parameters now combine correctly...
Justin Bronn
2010-02-22
Fixed #11226 -- Corrected an validation edge case with m2m relations between ...
Russell Keith-Magee
2010-02-10
Fixed #11535: Corrected SQL generated for queries involving generic relations...
Karen Tracey
2010-02-10
Fixed #12647. Allow unique_together checks be specified as lists as well as t...
Joseph Kocherhans
2010-02-02
Fixed #12667. Added optgroup validation support to model fields with choices....
Joseph Kocherhans
2010-01-29
Fixed #12721: Ensured objects with generic relations that use non-integer obj...
Karen Tracey
[prev]
[next]