コミット履歴

作者 SHA1 メッセージ 日付
  Hannes Ljungberg 3aa545281e Fixed #30916 -- Added support for functional unique constraints. 4 年 前
  Jordan Bae d4ac23bee1 Fixed #32425 -- Fixed adding nullable field with default on MySQL. 4 年 前
  Hannes Ljungberg 83fcfc9ec8 Fixed #26167 -- Added support for functional indexes. 5 年 前
  Hasan Ramezani 275dd4ebba Fixed #32178 -- Allowed database backends to skip tests and mark expected failures. 4 年 前
  Tim Graham 8ed024b9b9 Refs #32120 -- Fixed test_add_inline_fk_index_update_data for DatabaseFeatures.indexes_foreign_keys. 4 年 前
  Martin Thoma 302caa40e4 Made small readability improvements. 4 年 前
  Tim Graham ede9fac758 Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys. 4 年 前
  Çağıl Uluşahin 9159d173c3 Fixed #25253 -- Made AlterField operation a noop when changing attributes that don't affect the schema. 4 年 前
  Mariusz Felisiak 999cddd58d Fixed #32073 -- Skipped collation tests on PostgreSQL < 10. 4 年 前
  Tom Carrick e387f191f7 Fixed #31777 -- Added support for database collations to Char/TextFields. 4 年 前
  Tim Graham ea880ec233 Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migrating away from AutoField. 4 年 前
  Tim Graham 7ca42974ee Added assertions for the results of migrating an integer pk to AutoField. 4 年 前
  Ahmad A. Hussein 493b26bbfc Fixed #31888 -- Avoided module-level MySQL queries in tests. 4 年 前
  Mariusz Felisiak fd53db842c Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are case-insensitive. 4 年 前
  Mariusz Felisiak c071c408d7 Fixed #31797 -- Skipped schema tests on specific MariaDB versions. 4 年 前
  Simon Charette 2e8941b6f9 Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on PostgreSQL. 4 年 前
  Hannes Ljungberg 8c7992f658 Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+. 5 年 前
  Tim Graham a7b4a04d6c Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspected_field_types. 4 年 前
  Hasan Ramezani e198beadad Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introspected_field_types. 4 年 前
  Jon Dufresne f02c1fcf4c Corrected typo in test docstring. 5 年 前
  Nick Pope 335c9c94ac Simplified imports from django.db and django.contrib.gis.db. 5 年 前
  Mariusz Felisiak 22ce5d0031 Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK constraints inline and changing data. 5 年 前
  Nick Pope 7552de7866 Used more specific unittest assertions in tests. 5 年 前
  Hasan Ramezani ef4beafa2c Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_length for ArrayField.base_field on PostgreSQL. 5 年 前
  Mariusz Felisiak 580e644f24 Fixed #30800 -- Fixed migrations crash when altering a field with custom db_type(). 5 年 前
  Mariusz Felisiak c8250ef361 Refs #27338 -- Added tests for altering CharField with primary_key=True to AutoField on PostgreSQL. 5 年 前
  Hasan Ramezani b93d786251 Made SchemaTests.test_alter_db_table_case run only on backends where table names are case-insensitive. 5 年 前
  Min ho Kim 7bd9633320 Fixed typos in test names and a comment. 5 年 前
  Nick Pope 194d1dfc18 Fixed #30661 -- Added models.SmallAutoField. 5 年 前
  Mariusz Felisiak ff111ea5e3 Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField with quoted db_column on PostgreSQL. 5 年 前