summaryrefslogtreecommitdiff
path: root/django/db
AgeCommit message (Expand)Author
2013-07-23Fixed #20761 -- Fixed DatabaseError handling in get_or_create and update_or_c...Loic Bistuer
2013-07-23Minor change to get_extra_descriptor_filter()Anssi Kääriäinen
2013-07-23Fixed #20782 -- qs.values().aggregate() failureAnssi Kääriäinen
2013-07-22Make migrate command recognise prefixes and 'zero'.Andrew Godwin
2013-07-22Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-16Fixed #14007 -- Added model discovery in models module without the need to sp...Tim Graham
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-12Fixed #20740 -- GenericIPAddressField should pass protocol to formfield()Tim Graham
2013-07-12Fixed #20429 -- Added QuerySet.update_or_createKarol Sikora
2013-07-09Fixed #17339 -- Factor out has_result into database backend.Tim Graham
2013-07-08Fixed last_executed_query test failure on OracleShai Berger
2013-07-08Fixed #6785 -- Made QuerySet.get() fetch a limited number of rows.Tim Graham
2013-07-08fixed a mis-importt in mysql/base.pyAlex Gaynor
2013-07-08A large number of stylistic cleanups across django/db/Alex Gaynor
2013-07-08Fixed a bug I introduced in my previosu ommit.Alex Gaynor
2013-07-08Fixed #13813 -- Comparison of DatabaseWrappers doesn't raise errors.Alex Gaynor
2013-07-08Removed some logic that wasn't needed following removal of some deprecated code.Alex Gaynor
2013-07-02Make get_constraints return columns in orderAndrew Godwin
2013-07-02Add AlterIndexTogether operationAndrew Godwin
2013-07-02Fix get_constraints to do multi-column indexes properly on pgAndrew Godwin
2013-07-02Fix combined alters on PostgreSQLAndrew Godwin
2013-07-02Support for index_together in schema backendsAndrew Godwin
2013-07-02Autodetection of unique_together changesAndrew Godwin
2013-07-02Add unique_together altering operationAndrew Godwin
2013-07-02Merge branch 'master' into schema-alterationAndrew Godwin
2013-07-01Removed some conditional code only needed under Python 2.6.Aymeric Augustin
2013-06-30Removed a comment that wasn't adding a value.Alex Gaynor
2013-06-30Introduced getters for connection.autocommit and .needs_rollback.Aymeric Augustin
2013-06-29Advanced deprecation warnings for Django 1.7.Aymeric Augustin
2013-06-29Fixed #18592 -- Prevented crash when accessing MySQL _last_executedClaude Paroz
2013-06-29Fixed #20660 -- Do not try to delete an unset FieldFileClaude Paroz
2013-06-28Removed 'depth' .select_related() argument as per deprecation TL.Ramiro Morales
2013-06-28Fix Python 3 supportAndrew Godwin
2013-06-28Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin
2013-06-28Support 'pyformat' style parameters in raw queries, Refs #10070Shai Berger
2013-06-27Fixed #20571 -- Added an API to control connection.needs_rollback.Aymeric Augustin
2013-06-27Add related_query_name to ForeignKey/M2M. Refs #20244Andrew Godwin
2013-06-26Fixed #20462 - Replaced the str() cast introduced in 273dc55 by force_text()Loic Bistuer
2013-06-26Fixed #20462 -- null/non-string regex lookups are now consistentAndrew Clark
2013-06-25Fixed #20642 -- Deprecated `Option.get_(add|change|delete)_permission`.Simon Charette
2013-06-22Autodetect ForeignKeys and add dependencies/split on circularsAndrew Godwin
2013-06-22Fixed #20587 -- Made convert_values handle None valuesGilberto Gonçalves
2013-06-22Remove EmailField max_length default removal in deconstruct()Andrew Godwin
2013-06-21Prompt about renames rather than doing them automaticallyAndrew Godwin
2013-06-20Autodetect field renames. HAHAHA. AHAHAHAHA. YES.Andrew Godwin
2013-06-20Autodetect field altersAndrew Godwin
2013-06-20Add AlterField and RenameField operationsAndrew Godwin
2013-06-20Add operation that renames tablesAndrew Godwin
2013-06-19Better naming, and prompt for NOT NULL field additionAndrew Godwin