index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
db
/
backends
/
base
Age
Commit message (
Expand
)
Author
2015-03-07
[1.8.x] Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-02-23
Fixed 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 values
Josh Smeaton
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-06
[1.8.x] Fixed E265 comment style
Collin 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 expressions
Josh 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 MySQL
Markus Holtermann
2015-01-16
Fixed #24092 -- Widened base field support for ArrayField.
Marc Tamlyn
2015-01-14
Moved check_aggregate_support to BaseSpatialOperations
Claude Paroz
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham