summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2006-06-03Eliminated lots of mutable default arguments (since they are bugsLuke Plant
2006-06-01Fixed #2061 -- Fixed PostgreSQL index introspection in tables that have dropp...Adrian Holovaty
2006-06-01Fixed bug in Model._get_next_or_previous_in_order()Adrian Holovaty
2006-06-01Fixed #2052 -- Fixed some threading issues for FreeBSD. Thanks, scott@clued-i...Adrian Holovaty
2006-06-01Fixed #1454 -- Improved DB API quote_only_if_word() so that it doesn't quote ...Adrian Holovaty
2006-06-01Fixed #411 -- CursorDebugWrapper now supports pyformat paramstyleAdrian Holovaty
2006-05-31Fixed #2038 -- QuerySet._combine now combines where clause. Thanks, graham@da...Adrian Holovaty
2006-05-29Fixed #1584 - auto_now_add fields now work when saving multiple times.Luke Plant
2006-05-26Fixed bug with QuerySet.exclude() failing to do negations on Q objects, andLuke Plant
2006-05-26Fixed #1732 -- AttributeErrors in models are no longer ignored by the model v...Adrian Holovaty
2006-05-26Improved error message if DATABASE_ENGINE is invalid.Adrian Holovaty
2006-05-26Fixed #1673 -- Every database backend now raises ImproperlyConfigured if the ...Adrian Holovaty
2006-05-26Made negative indexing on QuerySet instances raise an assertion error (previo...Luke Plant
2006-05-26Added half of oracle backend. (The other half is all of the special-casing in...Adrian Holovaty
2006-05-23Fixed bug with Meta.ordering being ignored when slicing a single item off a Q...Luke Plant
2006-05-19Fixed #1901 -- removed typos from calls to _get_image_dimensions andMalcolm Tredinnick
2006-05-18Fixed #1904 -- Got postgresql_psycopg2 backend working. Thanks for the patch,...Adrian Holovaty
2006-05-16Added postgresql_psycopg2 backend, which is untested, just for a starting pointAdrian Holovaty
2006-05-16Fixed #1830 -- MySQL inspectdb now detects tinyint field properlyAdrian Holovaty
2006-05-15Fixed #1884 -- Made django.db.models.options.get_verbose_name smarter. Thanks...Adrian Holovaty
2006-05-15Fixed #1858 : typo in get_FIELD_size() method. Thanks, tom@jerakeen.org.Malcolm Tredinnick
2006-05-14Fixed #1530 -- make count() respect distinct() on QuerySets. Create someMalcolm Tredinnick
2006-05-10Added Model.__str__() default fallback, and changed Model.__repr__() to embed...Adrian Holovaty
2006-05-09Fixed #1797 -- Fixed NameError in ado_mssql backend. Thanks, pbAdrian Holovaty
2006-05-09Fixed #1818 -- Added better error message for FieldDoesNotExist error. Thanks...Adrian Holovaty
2006-05-06Removed unused code.Luke Plant
2006-05-06Made QuerySet slicing return IndexError instead of DoesNotExist (and related ...Luke Plant
2006-05-06Fixed #1776 -- Fixed bug in DateQuerySet when the field is null. Thanks, Chri...Adrian Holovaty
2006-05-06Fixed QuerySet __getitem__ corner case so that it throws exceptions consistentlyLuke Plant
2006-05-06Fixed #1777 -- Fixed bug in date conversion in SQLite backend. Thanks, dart@g...Adrian Holovaty
2006-05-06Fixed #1579 - added support for 'Q' objects in limit_choices_to.Luke Plant
2006-05-05Fixed #1729 -- Changed get_FIELD_filename() to return an empty string when fi...Adrian Holovaty
2006-05-04Removed ManyToManyRel.singular, which wasn't being used anymore.Adrian Holovaty
2006-05-02Fixed #1745 -- Accessing many-to-many relationships without a PK value now th...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty