summaryrefslogtreecommitdiff
path: root/django/db/backends/base/schema.py
AgeCommit message (Expand)Author
2016-08-05Fixed #26808 -- Added Meta.indexes for class-based indexes.Akshesh
2016-07-15Refs #26889 -- Refactored SchemaEditor to allow backend specific indexes.Jon Dufresne
2016-07-07Fixed #25317, #26090 -- Fixed swapping combinations of unique and db_index du...Jon Dufresne
2016-07-07Refs #26709 -- Added 'model' argument to SchemaEditor.add/remove_index()Akshesh
2016-07-07Fixed #26833 -- Fixed SchemaEditor._constraint_names() to handle features.upp...Jon Dufresne
2016-06-29Fixed #25694 -- Removed incorrect _uniq suffix on index names during migrations.Jon Dufresne
2016-06-28Fixed #26171 -- Made MySQL create an index on ForeignKeys with db_contraint=F...Aaron Elliot Ross
2016-06-27Fixed #26709 -- Added class-based indexes.Akshesh
2016-06-21Fixed #26781 -- Made table name case change a noop on SQLite.Simon Charette
2016-05-09Fixed #25005 -- Made date and time fields with auto_now/auto_now_add use effe...Iacopo Spalletti
2016-05-08Replaced `six.callable` with `callable`.Ville Skyttä
2016-05-07Fixed #26593 -- Leveraged deferrable_sql() in SchemaEditorMarkus Holtermann
2016-03-18Merge pull request #6310 from apollo13/informixAndrew Godwin
2016-03-18Pass type to sql_alter_column*.Florian Apolloner
2016-03-15Fixed #26157 #25321 -- Added sql/params to extra context of schema loggerMarkus Holtermann
2016-02-05Fixed #25833 -- Added support for non-atomic migrations.Pankrat
2015-12-26Passed logging message parameters as arguments instead of interpolating them.Ville Skyttä
2015-12-25Fixed #14286 -- Added models.BigAutoField.Alexander Sosnovskiy
2015-06-02Fixed #24893 -- Fixed lack of unique constraint when changing a field from pr...Tim Graham
2015-05-28Fixed #24817 -- Prevented loss of null info in MySQL field renaming.Andriy Sokolovskiy
2015-05-15Fixed #24757 -- Recreated MySQL index when needed during combined index removalClaude Paroz
2015-04-25Fixed #24499 -- Dropped support for PostGIS 1.5.Tim Graham
2015-04-17Fixed #24595 -- Prevented loss of null info in MySQL field alterationClaude Paroz
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-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-19Fixed #24307: Avoided redundant column nullability modifications on OracleShai Berger
2015-01-22Fixed #24104 -- Fixed check to look on field.many_to_many instead of class in...Andriy Sokolovskiy
2015-01-19Fixed #24163 -- Removed unique constraint after index on MySQLMarkus Holtermann
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-14Fixed #22603 -- Reorganized classes in django.db.backends.Tim Graham