summaryrefslogtreecommitdiff
path: root/django/db/backends/base
AgeCommit message (Expand)Author
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-12[1.8.x] Refs #14030 -- Improved expression support for python valuesJosh 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-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