summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2011-04-22Fixed #14729 -- RawQuerySet.__repr__ fails when params passed as list. Thanks...Jannis Leidel
2011-04-22Fixed #14091 - be more correct about logging queries in connection.queries.Jacob Kaplan-Moss
2011-04-22Fixed #11283 -- Made sure that latest() clears previously specified ordering ...Jannis Leidel
2011-04-20Fixed #2705: added a `select_for_update()` clause to querysets.Jacob Kaplan-Moss
2011-04-20Fixed #15866, #15850 -- Prevented get_model() and get_models() from returning...Carl Meyer
2011-04-18Fixed #15534: Made the Oracle runtime test for regex capabilities use the !Da...Ian Kelly
2011-04-15Fixed #15573: Forced the default site id to be 1 when creating test databases...Ian Kelly
2011-04-11Made some negligible docstring fixes while I was poking around in the depths ...Adrian Holovaty
2011-04-11Fixed incorrect usage of its in query.py docstringAdrian Holovaty
2011-04-05Fixed #13630 -- Made __init__ methods of all DB backends' DatabaseOperations ...Ramiro Morales
2011-04-02Fixed #15743 -- Fixed tense in a docstring in db/models/base.py. Thanks, jMylesAdrian Holovaty
2011-04-02Removed deprecated XMLField.Russell Keith-Magee
2011-04-02Deprecated the psycopg-based postgresql database backend.Russell Keith-Magee
2011-04-02Removed deprecated DB backend functions for creating m2m tables.Russell Keith-Magee
2011-03-30Removed legacy handing for `settings.DATABAS_*` and using short-form referenc...Alex Gaynor
2011-03-30Removed deprecated legacy connection handling for `Field.get_db_*`.Alex Gaynor
2011-03-28Fixed #15702 -- Corrected problem in test suite introduced by Python 2.4 chan...Russell Keith-Magee
2011-03-28Move the Python 2.5 specific tests out of their own special files now that 2....Alex Gaynor
2011-03-28Simplified sqlite backend ImproperlyConfigured check now that we don't suppor...Adrian Holovaty
2011-03-28Removed a bunch more Python 2.4 workarounds now that we don't support that ve...Adrian Holovaty
2011-03-26Fixed #15647 -- Changed in_bulk() not to type check its input, which now allo...Adrian Holovaty
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