summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2015-03-25Fixed #24394 -- Allowed running tests with empty default dictionary.Andrei Kulakov
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-24Removed getLogger alias in django.utils.log.Tim Graham
2015-03-23Fixed #12400 -- Allowed geometry fields in unique_togetherClaude Paroz
2015-03-21Explicitly disable FK constraints in SQLite editorAlex Hill
2015-03-21Safer table alterations under SQLiteAlex Hill
2015-03-07Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-03-02Fixed MySQL build failure introduced by refs #24390.Tim Graham
2015-03-02Fixed #24390 -- Made migration index names deterministic.László Károlyi
2015-02-22Fixed signature of BaseDatabaseOperations.date_interval_sql() and document th...Michael Manfre
2015-02-20Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-19Fixed #24307: Avoided redundant column nullability modifications on OracleShai Berger
2015-02-18Removed unused foreign_key_re variables in MySQL/Oracle DB backendsAdam Chainz
2015-02-17Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.Tim Graham
2015-02-16Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for contrib.po...Tim Graham
2015-02-14Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin
2015-02-14Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin
2015-02-14Fixed #24318 -- Set the transaction isolation level with psycopg >= 2.4.2.Aymeric Augustin
2015-02-12Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-10Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-02-11Fixed isort import that's inconsistent between platforms.Loic Bistuer
2015-02-09Unified local imports in django.db.backends.mysql.я котик пур-пур
2015-02-06Fixed E265 comment styleCollin Anderson
2015-02-06Sorted imports with isort; refs #23860.Tim Graham
2015-01-31Fixed #24245 -- Added introspection for database defaults.Tim Graham
2015-01-31Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-30Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2015-01-28Removed threading fallback imports.Tim Graham
2015-01-27Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-20Fixed typos in code comments.Adam Taylor
2015-01-19Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-18Removed obsolete SQL generation methods.Tim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed BaseDatabaseValidation.validate_field() per deprecation timeline.Tim Graham
2015-01-17Required sqlparse for SQL splitting per deprecation timeline.Tim Graham
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-17Removed backwards compatibility shims for "util" modules per deprecation time...Tim Graham
2015-01-16Fixed #24092 -- Widened base field support for ArrayField.Marc Tamlyn
2015-01-14Moved check_aggregate_support to BaseSpatialOperationsClaude Paroz
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham
2015-01-12Fixed #24031 -- Added CASE expressions to the ORM.Michał Modzelewski
2015-01-13Fixed test failures in Oracle introspectionShai Berger
2015-01-13Fixed #24060 -- Added OrderBy ExpressionsJosh Smeaton
2015-01-12Fixed #17785 -- Preferred column names in get_relations introspectionClaude Paroz
2015-01-11Removed supports_binary_field flag as all backends support themClaude Paroz
2015-01-10Introspected alternate SQLite FK definitionsClaude Paroz
2015-01-08Fixed #24020 -- Refactored SQL compiler to use expressionsAnssi Kääriäinen