summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2009-03-01[1.0.X] Fixed #8737 -- Made the PostgreSQL version number detection more flex...Malcolm Tredinnick
2009-03-01[1.0.X] Fixed insert/update handling when no database interaction is required.Malcolm Tredinnick
2009-03-01[1.0.X] Fixed #10202 -- Fixed another couple of slicing edge-cases with query...Malcolm Tredinnick
2009-02-28[1.0.X] Fixed #10028 -- Fixed a problem when ordering by related models.Malcolm Tredinnick
2009-02-24[1.0.X] Fixed #10347 -- Fixed incorrect AttributeError raised when attempting...Karen Tracey
2009-02-22[1.0.X] Fixed #10256 -- Corrected the interaction of extra(select=) with valu...Russell Keith-Magee
2009-02-11[1.0.X] Fixed #10224: Don't attempt to decode binary string data in the Oracl...Ian Kelly
2009-02-03[1.0.X] Fixed #10125: fixed the Oracle dsn construction code that was broken ...Ian Kelly
2009-01-19[1.0.X] Fixed #9275: Extended the Oracle date format to allow DATE columns to...Ian Kelly
2009-01-16[1.0.X] Fixed #5543: callproc() and friends now work with Oracle and our Form...Matt Boersma
2009-01-16[1.0.X] Fixed #6767: corrected a 2.3 compatibility issue in [9750]. Thanks to...Ian Kelly
2009-01-15[1.0.X] Fixed #6767: changed the way the Oracle backend fetches numbers to pr...Ian Kelly
2009-01-08[1.0.X] Fixed #9985 -- qs.values_list(...).values(...) was constructing incor...Malcolm Tredinnick
2009-01-08[1.0.x] Fixed #9972: The dbshell command was ignoring the DATABASE_HOST and D...Ian Kelly
2009-01-06[1.0.X] Fixed #9862 -- For better SQL portability, don't specify "NULL" on nu...Malcolm Tredinnick
2009-01-03[1.0.X] Fixed #9942 -- Added a to_python handler for FloatField to ensure cor...Russell Keith-Magee
2008-12-17Fixed a typo in r9652.Malcolm Tredinnick
2008-12-16[1.0.X] Fixed #9814 -- Allowed SafeStrings to be saved to sqlite DB when runn...Karen Tracey
2008-12-16[1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.Malcolm Tredinnick
2008-12-16[1.0.X] Fixed #9786 -- Fixed inequality checking for django.db.models.fields....Malcolm Tredinnick
2008-12-11[1.0.X] Reformatted PL/SQL flush left so "manage.py sqlall [app] | manage.py ...Matt Boersma
2008-12-10[1.0.X] Fixed #8248: made help() work on models and improved introspection su...Luke Plant
2008-12-09[1.0.X] Fixed #9775 -- Fixed an oversight from r9601 and allow direct attributeMalcolm Tredinnick
2008-12-08[1.0.X] Fixed obscure Oracle quoting issues pointed out by the custom_columns...Matt Boersma
2008-12-08[1.0.X] The first step in fixing a group of problems related to outputting aMalcolm Tredinnick
2008-12-08[1.0.X] This fixes a group of problems in the SQL created by QuerySet.exclude()Malcolm Tredinnick
2008-12-07[1.0.X] Fixed #9188 -- Fixed a case where we were generating syntactically in...Malcolm Tredinnick
2008-12-02[1.0.X] Fixed #9706: made SlugField honor max_length in Oracle, matching the ...Ian Kelly
2008-12-02[1.0.X] Fixed a pair of bugs in determining the set of models to flush that w...Ian Kelly
2008-12-02[1.0.X] Fixed #9736 -- Added quoting to the SQL constraint names generated du...Russell Keith-Magee
2008-11-16[1.0.X] Fixed #9608: Ensured a Model's default repr() is printable even if it...Karen Tracey
2008-11-16[1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handlingMalcolm Tredinnick
2008-11-16[1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date fi...Malcolm Tredinnick
2008-11-14[1.0.X] Removed support for passing params as dicts in the oracle backend. Wa...Ian Kelly
2008-11-12[1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to the...Karen Tracey
2008-10-24[1.0.X] Fixed #9307 -- Added the ability to pickle the Query class used by theMalcolm Tredinnick
2008-10-24[1.0.X] Fixed #9406 -- Ensure that each database column is only representedMalcolm Tredinnick
2008-10-18[1.0.X] Fixed #9136: Do slicing in Oracle with rownum instead of Ian Kelly
2008-10-13[1.0.X] Fixed Oracle introspection mapping of DATE columns, and added an Ian Kelly
2008-10-11[1.0.X] Fixed .distinct() not working with slicing in Oracle, due to theMalcolm Tredinnick
2008-10-08[1.0.X] A queryset that has had ordering removed (order_by()) can have orderingMalcolm Tredinnick
2008-10-08[1.0.X] Fixed #6748 -- When printing the repr() of querysets, don't load orMalcolm Tredinnick
2008-10-08[1.0.X] Applying a limit to a queryset that already had an upper limit of 0Malcolm Tredinnick
2008-10-05[1.0.X] Fixed #9068 -- Fixed a couple of typos in InsertQuery.clone(). Thanks...Malcolm Tredinnick
2008-09-28Fixed Queryset.dates() in the presence of extra-select columns.Malcolm Tredinnick
2008-09-22Fixed a missing variable initialisation deep in the Query bowels.Malcolm Tredinnick
2008-09-17Fixed #9113 -- Improved exception message reporting when importing sqlite3 fa...Malcolm Tredinnick
2008-09-11Fixed a typo so that cloning UpdateQuery objects won't fail mysteriously.Malcolm Tredinnick
2008-09-11A bug from queryset-refactor days: although the Query class has "group_by" andMalcolm Tredinnick
2008-09-10Fixed an incorrectly named DatabaseOperations method. It was causing non-Orac...Ian Kelly