summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit 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-28[1.1.X] Fixed a bug preventing cursor variables from being passed as bind par...Ian Kelly
2010-04-23[1.1.X] Fixed #11764 -- Added a missing set of parentheses in a call calculat...Russell Keith-Magee
2010-04-21[1.1.X] Fixed #13396 -- Modified the SQLite introspection code to avoid a pro...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-25[1.1.X] Fixed #12766 -- Only set the psycopg1 client encoding when the connec...Russell Keith-Magee
2010-03-23[1.1.X] Fixed #12612 -- Corrected handling of parameter formatting in SQLite ...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-20[1.1.X] Fixed #12850 -- Ensured that constraint names are quoted when they ar...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-12[1.1.X] Fixed #11900 -- Corrected an edge case of transaction handling in the...Russell Keith-Magee
2010-03-09[1.1.X] Changed last_executed_query to avoid raising exceptions on non-utf8-e...Karen Tracey
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] Corrected an edge case introduced in r12602. Thanks to Ramiro Morales...Russell Keith-Magee
2010-02-26[1.1.X] Fixed #1480 -- Added the ability to use the system timezone. Thanks t...Russell Keith-Magee
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 #12818. SQLite now properly quotes strings for date extraction ...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-23Fixed #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-25[1.1.X] Fixed #11017: Changed implementation of Oracle LIKE lookups to enable...Ian Kelly
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-19[1.1.X] Fixed #12234 -- Create additional indexes that use the appropriate op...Justin Bronn
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