summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2012-05-28Reverted "[1.3.x] Fixed #18135 -- Close connection used for db version checking"Anssi Kääriäinen
2012-05-27[1.3.x] Fixed #18135 -- Close connection used for db version checkingMichael Newman
2011-09-21[1.3.X] Fixed #16353 -- don't try to create Site objects on all databases. Re...Carl Meyer
2011-09-10[1.3.X] Altered the behavior of URLField to avoid a potential DOS vector, and...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #16299 -- Ensure that unicode strings can be used to identify c...Russell Keith-Magee
2011-08-23[1.3.X] Fixed #14876 -- Ensure that join promotion works correctly when there...Russell Keith-Magee
2011-05-30[1.3.X] Fixed #15776 - delete regression in Django 1.3 involving nullable for...Luke Plant
2011-05-10[1.3.X] Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-04-21[1.3.X] Refs #15573, #15850: Added a check for whether the sites app is insta...Ian Kelly
2011-04-16[1.3.X] Fixed #15573: Forced the default site id to be 1 when creating Ian Kelly
2011-03-17Fixed #15621 -- Fixed potentially confusing error message in db backend loadi...Adrian Holovaty
2011-03-16Changed django/db/utils.py load_backend() to call sorted() instead of .sort()...Adrian Holovaty
2011-03-14Fixed #14733: no longer "validate" .raw() queries.Jacob Kaplan-Moss
2011-03-14Fixed #15601 -- Corrected a weird typo. Thanks, jMylesAdrian Holovaty
2011-03-14Fixed #15604 -- Changed django.db.models.permalink to use wraps() so that it ...Adrian Holovaty
2011-03-10Fixed #15559 - distinct queries introduced by [15607] cause errors with some ...Luke Plant
2011-03-09Fixed another case-sensitivity bug in Oracle introspection. This one was har...Ian Kelly
2011-03-09Fixed a case-sensitivity bug in Oracle introspection that was preventing insp...Ian Kelly
2011-03-08Added a skip for a test that fails in Oracle. Unlike other backends, Oracle ...Ian Kelly
2011-03-03Fixed #12252 -- Ensure that queryset unions are commutative. Thanks to benrey...Russell Keith-Magee
2011-03-03Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served an...Russell Keith-Magee
2011-02-21Fixed #11707 - limit_choices_to on a ForeignKey can render duplicate options ...Luke Plant
2011-02-19Fixed #15336 -- Silenced a warning about the DATABASES transition when a data...Russell Keith-Magee
2011-02-19Fixed #15327 -- Modified the Oracle test database signature method to allow f...Russell Keith-Magee
2011-02-14Fixed #15293 -- Updated the dummy backend to support the APIs introduced by r...Russell Keith-Magee
2011-02-14Fixed #15297 -- Corrected an attribute naming regressoin from fixing #9964. T...Russell Keith-Magee
2011-02-12Removed more redundant code from the debug cursor wrapper. Thanks to Ramiro f...Russell Keith-Magee
2011-02-12Fixed #15289 -- Removed a redundant __getattr__ implementation from the debug...Russell Keith-Magee
2011-02-12Fixed #13987 -- Ensure that the primary key is set correctly for all models t...Russell Keith-Magee
2011-02-12Fixed #9964 -- Ensure that all database operations make transactions dirty, n...Russell Keith-Magee
2011-02-12Changeset r15232 refactored transactions so that all transaction state is mai...Russell Keith-Magee
2011-02-12Fixed #15283 -- Made a minor performance tweak to __iter__. Thanks to lanyjie...Russell Keith-Magee
2011-02-08Fixed #13815 -- Ensure that reverse exclude lookups on nullable foreign keys ...Russell Keith-Magee
2011-02-08Fixed #15116 -- Strip ordering clause from in_bulk() queries, since ordering ...Russell Keith-Magee
2011-02-06Fixed #15230 -- added some more attributes to the dummy database backend.Alex Gaynor
2011-02-02Fixed #15029 -- Moved to database backends the ability to decide if two DATAB...Ramiro Morales
2011-02-01Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...Russell Keith-Magee
2011-01-28Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fieldsLuke Plant
2011-01-27Fixed #15173 -- fixed the tests when run under pypy.Alex Gaynor
2011-01-26Fixed #15161 - Corrected handling of ManyToManyField with through table using...Carl Meyer
2011-01-26Fixed Python 2.4 incompatibility introduced in r15249.Carl Meyer
2011-01-26Tweaked r15303 to avoid O(N) lookup of field name. Thanks to Alex's eagle eyes.Carl Meyer
2011-01-26Fixed #6456 - Excised FileField file deletion to avoid data loss. Thanks to d...Carl Meyer
2011-01-26Fixed #13159 -- properly quote aggregates in order_by.Alex Gaynor
2011-01-26Fixed #13206 -- call super().__init__() in Model.__init__ to allow mixins to ...Alex Gaynor
2011-01-25Fixed #11319 - Added lookup support for ForeignKey.to_field. Also reverted no...Carl Meyer
2011-01-24Fixed #14149: Initialize the Oracle connection.operators at connection time s...Ian Kelly
2011-01-20Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...Carl Meyer
2011-01-19Fixed #14896 -- Ensured that _meta.get_all_related_objects(include_hidden=Tru...Carl Meyer
2011-01-19Fixed #15118 - Corrected the deletion-ordering for inherited models.Carl Meyer