summaryrefslogtreecommitdiff
path: root/django/db/backends
AgeCommit message (Expand)Author
2015-11-24[1.8.x] Fixed #25767 -- Fixed data truncation possibility with Positive(Small...George Marshall
2015-10-06[1.8.x] Refs #12118 -- Allowed "mode=memory" in SQLite test database names.Riccardo Magliocchetti
2015-09-26[1.8.x] Fixed #25421 -- Fixed test --keepdb option on Oracle.Mariusz Felisiak
2015-09-18[1.8.x] Refs #17785 -- Made docstring for sqlite3's get_relations() consisten...Hynek Cernoch
2015-09-14[1.8.x] Fixed #25393 -- Fixed MySQL crash when adding text/blob field with un...Ville Skyttä
2015-09-05[1.8.x] Updated references to the TEST_* database settings.Aymeric Augustin
2015-08-15[1.8.x] Fixed #25180 -- Prevented varchar_patterns_ops and text_patterns_ops ...Caio Ariede
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-06-15[1.8.x] Fixed #24972 -- Fixed removing unique_together indexes on MySQL.Adam Brenecki
2015-06-15[1.8.x] Fixed flake8 warnings on Python 3.Tim Graham
2015-06-02[1.8.x] Fixed #24893 -- Fixed lack of unique constraint when changing a field...Tim Graham
2015-06-02[1.8.x] Fixed #24892 -- Fixed quoting of SQL when renaming a field to AutoFie...Tim Graham
2015-05-28[1.8.x] Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-15[1.8.x] Fixed #24791 -- Added fallback when 'postgres' database isn't availableClaude Paroz
2015-05-15[1.8.x] Fixed #24757 -- Recreated MySQL index when needed during combined ind...Claude Paroz
2015-05-04[1.8.x] Allowed using the sqlite3 backend as much as possible without _sqlite3.Milan Broum
2015-04-30[1.8.x] Fixed #24729 -- Removed test db flush when using --keepdb.Aric Coady
2015-04-17[1.8.x] Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
2015-04-14[1.8.x] Fixed #24637 -- Fixed database introspection with SQLite 3.8.9.peterfarrell
2015-04-06[1.8.x] Fixed #24584 -- Fixed microsecond handling with older MySQLdbJon Dufresne
2015-03-30[1.8.x] Removed duplicate attribute in MySQL DatabaseSchemaEditor.Andriy Sokolovskiy
2015-03-07[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columnsJean-Louis Fuchs
2015-02-23Fixed signature of BaseDatabaseOperations.date_interval_sql()Michael Manfre
2015-02-20[1.8.x] Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer
2015-02-20[1.8.x] Update converters to take a consistent set of parameters.Marc Tamlyn
2015-02-19[1.8.x] Fixed #24307: Avoided redundant column nullability modifications on O...Shai Berger
2015-02-18[1.8.x] Removed unused foreign_key_re variables in MySQL/Oracle DB backendsAdam Chainz
2015-02-17[1.8.x] Refs #24324 -- Fixed UnicodeEncodeError in SQLite backend while testing.Tim Graham
2015-02-17[1.8.x] Fixed #24335 -- Bumped required psycopg2 version to 2.4.5 (2.5 for co...Tim Graham
2015-02-17[1.8.x] Removed 'autocommit' options for the psycopg2 backend.Aymeric Augustin
2015-02-17[1.8.x] Cleaned up init_connection_state in the psycopg2 backend.Aymeric Augustin
2015-02-14[1.8.x] Fixed #24318 -- Set the transaction isolation level with psycopg >= 2...Aymeric Augustin
2015-02-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh Smeaton
2015-02-10[1.8.x] Fixed isort import that's inconsistent between platforms.Loic Bistuer
2015-02-10[1.8.x] Fixed #24200 -- Made introspection bypass statement cacheJosh Smeaton
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-06[1.8.x] Fixed E265 comment styleCollin Anderson
2015-02-01[1.8.x] Removed threading fallback imports.Tim Graham
2015-01-31[1.8.x] Removed PostgreSQL DatabaseWrapper._set_isolation_level().Tim Graham
2015-01-30[1.8.x] Fixed #24164 -- Fixed Oracle GIS limited aggregation test failure.Tim Graham
2015-01-27[1.8.x] Fixed #24154 -- Backends can now check support for expressionsJosh Smeaton
2015-01-22[1.8.x] Fixed #24104 -- Fixed check to look on field.many_to_many instead of ...Andriy Sokolovskiy
2015-01-20[1.8.x] Fixed typos in code comments.Adam Taylor
2015-01-19[1.8.x] Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
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