summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2011-08-12Fixed #10405 -- Raise a more useful error if the formfield of a related model...Jannis Leidel
2011-08-12Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.Jannis Leidel
2011-08-08Added fixtures files missing from [16590].Ramiro Morales
2011-08-07Fixed #3615: Added support for loading fixtures with forward references on da...Karen Tracey
2011-07-29Fixed #16472 -- Removed stale code in the query code. Thanks, fva@chtd.org.Jannis Leidel
2011-07-29Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...Jannis Leidel
2011-07-13Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...Jannis Leidel
2011-07-07Fixed #16409 -- Fixed an error condition when using QuerySet only()/defer() o...Ramiro Morales
2011-07-06Fixed #16250 -- Made test database creation support code in the PostgreSQL DB...Ramiro Morales
2011-07-05Rolled back r16510, r16513 and r16514 because it wasn't ready.Jannis Leidel
2011-07-04Fixed #15255 -- Stopped database cache from ignoring database routers when cr...Jannis Leidel
2011-06-28Fixed #5535 -- Allow using an explicit foreign key in get() calls. Thanks, Mi...Jannis Leidel
2011-06-19Removed more code for handling of PostgreSQL versions older than 8.2; use alw...Ramiro Morales
2011-06-19Fixed #11065, #11285 -- Streamlined PostgreSQL version detection, fixing inco...Ramiro Morales
2011-06-16Fixed #16255 -- Raised minimum PostgreSQL version supported to 8.2.Ramiro Morales
2011-06-13Fixed #16246 -- Fixed GenericIPAddressField tests on PostgreSQL.Jannis Leidel
2011-06-13Removed duplicate entry in introspection PostgreSQL db backend.Jannis Leidel
2011-06-13Refs #16234: Avoid GenericIPAddressField clobbering Field default_error_messa...Karen Tracey
2011-06-11Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks t...Jannis Leidel
2011-06-10More removal of poorly legible constructs to workaround Python 2.4 shortcomings.Ramiro Morales
2011-06-09Fixed #16155 -- Removed Python 2.4 compatibility constructs from code and men...Ramiro Morales
2011-06-09Fixed #8913 - Make "must be unique" error messages customisable. Thanks to Le...Andrew Godwin
2011-06-07Made clear() on a reverse foreign key significantly more efficient. Thanks t...Alex Gaynor
2011-05-30Fixed #15776 - delete regression in Django 1.3 involving nullable foreign keysLuke Plant
2011-05-21Fixed #11789 -- Fixed aggregates so it interacts with QuerySet none() in a wa...Ramiro Morales
2011-05-21Fixed #14476 -- Fixed resolution of automatically generated annotation names ...Ramiro Morales
2011-05-15Fixed #15790 -- Fixed QuerySet only() and defer() methods behavior with proxy...Ramiro Morales
2011-05-10Fixed #13648 - '%s' escaping support for sqlite3 regression.Luke Plant
2011-05-07Fixed #15709 - Duplicated group_by conditionLuke Plant
2011-05-05Fixed #15823 - incorrect join condition when combining Q objectsLuke Plant
2011-05-03Fixed #5931 -- Added __repr__ to db fields. Thanks, Thomas Güttler, emulbreh...Jannis Leidel
2011-05-03Fixed #5833 -- Modified the admin list filters to be easier to customize. Man...Jannis Leidel
2011-04-27Refs #15093 -- Fixed another get_models call missed in r16053. Thanks Luke fo...Carl Meyer
2011-04-27Fixed #15903 -- Allowed not-installed models to still be referenced in relate...Carl Meyer
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