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-30
[1.1.X] Fixed #12851 -- Another attempt at fixing select_related() with inher...
Russell Keith-Magee
2010-04-30
[1.1.X] Fixed #12851 -- Corrected the loading of values when select_related()...
Russell Keith-Magee
2010-04-23
[1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call calculat...
Russell Keith-Magee
2010-04-15
[1.1.X] Fixed #13348: Restored ability to load models from apps in eggs. Than...
Karen Tracey
2010-04-14
[1.1.X] Fixed #13335: Adjusted the r12950 fix to properly handle import error...
Karen Tracey
2010-04-13
[1.1.X] Refs #13227 -- Partial backport of r12865; backported the changes to ...
Russell Keith-Magee
2010-04-12
[1.1.X] Fixed #12142 -- EmptyQuerySet.update() no longer updates all rows in ...
Karen Tracey
2010-04-12
[1.1.X] Fixed #13309 -- Ensure that delete() deletes everything it should del...
Russell Keith-Magee
2010-04-12
[1.1.X] Fixed #11696: Changed app loading code so that it does not swallow im...
Karen Tracey
2010-04-04
[1.1.X] Fixed #12328 -- Corrected the handling of subqueries with ordering an...
Russell Keith-Magee
2010-04-03
[1.1.X] Fixed #12247 -- Corrected the way update queries are processed when t...
Russell Keith-Magee
2010-04-02
[1.1.X] Fixed #11956 -- Modified the handling of m2m relationships between su...
Russell Keith-Magee
2010-03-31
[1.1.X] Fixed #11916 -- Corrected handling of aggregation when there is a sub...
Russell Keith-Magee
2010-03-21
[1.1.X] Fixed #12822: Don't copy the _aggregate_select_cache when cloning a q...
Karen Tracey
2010-03-20
[1.1.X] Fixed #12239, again: Refined the original fix to avoid the test error...
Karen Tracey
2010-03-20
[1.1.X] Fixed #12239: Fixed results of gte and lt queries when comparing floa...
Karen Tracey
2010-03-20
[1.1.X] Fixed #12851 -- Corrected the interaction of defer() with select_rela...
Russell Keith-Magee
2010-03-12
[1.1.X] Fixed #11891 -- Ensured that attributes of get_absolute_url are prese...
Russell Keith-Magee
2010-03-08
[1.1.X] Fixed #11940 - ModelForm evaluates callable default values on form cl...
Luke Plant
2010-03-08
[1.1.X] Fixed #12240 - select_related doesn't work correctly when mixing null...
Luke Plant
2010-03-07
[1.1.X] Fixed #12876 -- Corrected a problem with recursive relations under de...
Russell Keith-Magee
2010-03-07
[1.1.X] Fixed #12913. Fields with choices now respect show_hidden_initial as ...
Joseph Kocherhans
2010-03-06
[1.1.X] Fixed #12734. Deferred fields will now be properly converted to pytho...
Joseph Kocherhans
2010-02-26
[1.1.X] Fixed #12608 -- No longer return inconsistent results when using val...
Justin Bronn
2010-02-26
[1.1.X] Fixed #6191, #11296 -- Modified the admin deletion confirmation page ...
Russell Keith-Magee
2010-02-26
[1.1.X] Fixed #11226 -- Corrected an validation edge case with m2m relations ...
Russell Keith-Magee
2010-02-26
[1.1.X] Fixed a bunch of Python 2.3 incompatibilities that had crept into the...
Karen Tracey
2010-02-24
[1.1.X] Fixed #12546. Objects with a __len__ that returns 0 can now be serial...
Joseph Kocherhans
2010-02-24
[1.1.X] Fixed #12152. DoesNotExist and MultipleObjectsReturned now subclass t...
Joseph Kocherhans
2010-02-23
[1.1.X] Fixed a few more spots related to #11859. Backport of r12537 from trunk.
Joseph Kocherhans
2010-02-23
Fixed #12855 -- QuerySets? with extra where parameters now combine correctly....
Justin Bronn
2010-02-10
[1.1.X] Fixed #11535: Corrected SQL generated for queries involving generic r...
Karen Tracey
2010-01-29
[1.1.X] Really this time -- fixed #12721: Ensured objects with generic relati...
Karen Tracey
2010-01-19
[1.1.X] Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integ...
Karen Tracey
2010-01-17
[1.1.X] Fixed #12059 - Let TimeField.to_python correctly return a datetime.ti...
Jannis Leidel
2009-12-22
[1.1.X] Fixed #11936 -- Removed deferred models from the list returned by the...
Russell Keith-Magee
2009-12-17
[1.1.X] Fixed #11753 - Q objects with callables no longer explode on Python 2...
Jacob Kaplan-Moss
2009-12-16
[1.1.X] Fixed #12385: Made built-in field type descriptions in admindocs tran...
Karen Tracey
2009-12-12
[1.1.X] Fixed #7977: Fixed admindocs to use docstrings instead of a static ar...
Karen Tracey
2009-11-19
[1.1.X] Fixed #12242 -- Corrected a problem with masking extra selects() in a...
Russell Keith-Magee
2009-11-11
[1.1.X] Fixed #12163 -- Corrected the unpickling of non-deferred models. Than...
Russell Keith-Magee
2009-11-01
[1.1.X] Fixed #12121 -- Modified __reduce__ on a model to avoid an infinite r...
Russell Keith-Magee
2009-10-29
[1.1.X] Fixed #12057 -- Corrected regression of caching performance when a mo...
Russell Keith-Magee
2009-09-16
[1.1.X] Fixed #11886 -- Corrected handling of F() expressions that use parent...
Russell Keith-Magee
2009-06-15
Fixed #9023 -- Corrected a problem where cached attribute values would cause ...
Russell Keith-Magee
2009-06-15
Fixed #11311 -- Reverted [10952], Refs #10785. Changeset [10952] caused probl...
Russell Keith-Magee
2009-06-08
Fixed #11194 -- Corrected loading of Proxy models from fixtures (and, by exte...
Russell Keith-Magee
2009-06-08
Fixed #10672 -- Altered save_base to ensure that proxy models send a post_sav...
Russell Keith-Magee
2009-06-08
Fixed #10785 -- Corrected a case for foreign key lookup where the related obj...
Russell Keith-Magee
2009-06-06
Fixed #11082 -- Ensured that subqueries used in an exclude(X__in=) clause are...
Russell Keith-Magee
[next]