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
/
schema.py
Age
Commit message (
Expand
)
Author
2015-06-02
Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...
Tim Graham
2015-05-28
Fixed #24817 -- Prevented loss of null info in MySQL field renaming.
Andriy Sokolovskiy
2015-05-15
Fixed #24757 -- Recreated MySQL index when needed during combined index removal
Claude Paroz
2015-04-25
Fixed #24499 -- Dropped support for PostGIS 1.5.
Tim Graham
2015-04-17
Fixed #24595 -- Prevented loss of null info in MySQL field alteration
Claude Paroz
2015-03-25
Renamed Field.rel attribute to remote_field
Anssi Kääriäinen
2015-03-24
Removed getLogger alias in django.utils.log.
Tim Graham
2015-03-23
Fixed #12400 -- Allowed geometry fields in unique_together
Claude Paroz
2015-03-07
Fixed #24447 -- Made migrations add FK constraints for existing columns
Jean-Louis Fuchs
2015-03-02
Fixed MySQL build failure introduced by refs #24390.
Tim Graham
2015-03-02
Fixed #24390 -- Made migration index names deterministic.
László Károlyi
2015-02-19
Fixed #24307: Avoided redundant column nullability modifications on Oracle
Shai Berger
2015-01-22
Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...
Andriy Sokolovskiy
2015-01-19
Fixed #24163 -- Removed unique constraint after index on MySQL
Markus Holtermann
2015-01-17
Removed the syncdb command per deprecation timeline.
Tim Graham
2015-01-14
Fixed #22603 -- Reorganized classes in django.db.backends.
Tim Graham