История коммитов

Автор SHA1 Сообщение Дата
  Tim Graham 8a1768432b Fixed #28552 -- Dropped support for MySQL 5.5. 7 лет назад
  Claude Paroz 169c3b3e07 Fixed #14204 -- Enforced SQLite foreign key constraints. 10 лет назад
  Josh Schneier fba0eaa5d6 Fixed #28298 -- Prevented a primary key alteration from adding a foreign key constraint if db_constraint=False. 7 лет назад
  Simon Charette b1cbbe9267 Refs #25530 -- Deleted deferred SQL references on delete operation. 8 лет назад
  Simon Charette b50815ee41 Refs #25530 -- Renamed deferred SQL references on rename operation. 8 лет назад
  Simon Charette ea91ad4c13 Refs #25530 -- Changed _create_index_name to take a table as first parameter. 8 лет назад
  Jon Dufresne 2c69824e5a Refs #23968 -- Removed unnecessary lists, generators, and tuple calls. 7 лет назад
  Mariusz Felisiak 924a89e135 Fixed #26682 -- Added support for Oracle identity columns. 7 лет назад
  Mariusz Felisiak 663d1c3160 Simplified schema.tests with assertForeignKeyExists()/assertForeignKeyNotExists(). 7 лет назад
  Mariusz Felisiak 91b2bc3e70 Fixed #27860 -- Dropped varchar_pattern_ops/text_pattern_ops index before altering char/text field in PostgreSQL. 7 лет назад
  Mariusz Felisiak 538bf43458 Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 7 лет назад
  Tim Graham d0e43f225f Refs #28052 -- Cleaned up some indexes in schema tests. 8 лет назад
  Markus Holtermann 663e48947f Fixed #28052 -- Prevented dropping Meta.indexes when changing db_index to False. 8 лет назад
  Simon Charette 35c0025151 Fixed #27928 -- Avoided SET/DROP DEFAULT unless a field changes from null to non-null. 8 лет назад
  Vytis Banaitis 8838d4dd49 Refs #23919 -- Replaced kwargs.pop() with keyword-only arguments. 8 лет назад
  Tim Graham 0de0699d94 Fixed #27788 -- Dropped support for Oracle < 12.1. 8 лет назад
  Tim Graham 7aba69145d Refs #23919 -- Removed django.test.mock Python 2 compatibility shim. 8 лет назад
  Andrew Nester 69b7d4b116 Fixed #27458 -- Fixed invalid sequence/index names when using "USER"."TABLE" db_table on Oracle. 8 лет назад
  Simon Charette 813805833a Fixed #27631 -- Prevented execution of transactional DDL statements when unsupported. 8 лет назад
  Simon Charette cd7efa2033 Fixed #25492 -- Checked deferred foreign key constraints before dropping them. 8 лет назад
  Simon Charette 96181080ba Refs #26384 -- Isolated a test model in schema tests. 8 лет назад
  za 321e94fa41 Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. 8 лет назад
  Tim Graham 414ad25b09 Fixed #27327 -- Simplified time zone handling by requiring pytz. 8 лет назад
  Claude Paroz d389125606 Fixed #27098 -- Deprecated DatabaseIntrospection.get_indexes 8 лет назад
  Simon Charette aca939b6e5 Fixed #27195 -- Stopped dropping default when adding a nullable column. 8 лет назад
  Akshesh 6e07ec3f65 Fixed #27030 -- Added contrib.postgres.indexes.GinIndex. 8 лет назад
  Akshesh 311a8e8d50 Fixed #20888 -- Added support for column order in class-based indexes. 8 лет назад
  Akshesh 324c1b432a Fixed #24442 -- Improved SchemaEditor's index name truncation. 8 лет назад
  Jon Dufresne 2e4cfcd2b9 Fixed #26889 -- Fixed missing PostgreSQL index in SchemaEditor.add_field(). 8 лет назад
  Jon Dufresne e9e705eedc Added strict=True to all SchemaEditor.alter_field() calls in tests. 8 лет назад