index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
schema
/
tests.py
Age
Commit message (
Expand
)
Author
2021-06-10
[3.2.x] Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on...
Mariusz Felisiak
2021-06-10
[3.2.x] Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with d...
Yuekui Li
2021-02-09
[3.2.x] Fixed #32425 -- Fixed adding nullable field with default on MySQL.
Jordan Bae
2021-01-13
Fixed #26167 -- Added support for functional indexes.
Hannes Ljungberg
2020-12-10
Fixed #32178 -- Allowed database backends to skip tests and mark expected fai...
Hasan Ramezani
2020-11-13
Refs #32120 -- Fixed test_add_inline_fk_index_update_data for DatabaseFeature...
Tim Graham
2020-10-28
Made small readability improvements.
Martin Thoma
2020-10-20
Fixed #32120 -- Added DatabaseFeatures.indexes_foreign_keys.
Tim Graham
2020-10-15
Fixed #25253 -- Made AlterField operation a noop when changing attributes tha...
Çağıl Uluşahin
2020-10-06
Fixed #32073 -- Skipped collation tests on PostgreSQL < 10.
Mariusz Felisiak
2020-09-21
Fixed #31777 -- Added support for database collations to Char/TextFields.
Tom Carrick
2020-08-24
Fixed #24533 -- Dropped PostgreSQL sequence and Oracle identity when migratin...
Tim Graham
2020-08-24
Added assertions for the results of migrating an integer pk to AutoField.
Tim Graham
2020-08-17
Fixed #31888 -- Avoided module-level MySQL queries in tests.
Ahmad A. Hussein
2020-07-22
Fixed #31805 -- Fixed SchemaTests.tearDown() when table names are case-insens...
Mariusz Felisiak
2020-07-22
Fixed #31797 -- Skipped schema tests on specific MariaDB versions.
Mariusz Felisiak
2020-06-24
Fixed #31735 -- Fixed migrations crash on namespaced inline FK addition on Po...
Simon Charette
2020-06-04
Fixed #30913 -- Added support for covering indexes on PostgreSQL 11+.
Hannes Ljungberg
2020-06-04
Refs #31630 -- Added CharField and IntegerField to DatabaseFeatures.introspec...
Tim Graham
2020-06-04
Fixed #31630 -- Replaced introspection features with DatabaseFeatures.introsp...
Hasan Ramezani
2020-02-20
Corrected typo in test docstring.
Jon Dufresne
2020-02-04
Simplified imports from django.db and django.contrib.gis.db.
Nick Pope
2019-12-23
Fixed #31106 -- Fixed migrations crash on PostgreSQL 10+ when adding FK const...
Mariusz Felisiak
2019-10-29
Used more specific unittest assertions in tests.
Nick Pope
2019-10-17
Refs #28816 -- Prevented silencing data loss when decreasing CharField.max_le...
Hasan Ramezani
2019-09-25
Fixed #30800 -- Fixed migrations crash when altering a field with custom db_t...
Mariusz Felisiak
2019-09-11
Refs #27338 -- Added tests for altering CharField with primary_key=True to Au...
Mariusz Felisiak
2019-09-05
Made SchemaTests.test_alter_db_table_case run only on backends where table na...
Hasan Ramezani
2019-08-23
Fixed typos in test names and a comment.
Min ho Kim
2019-08-02
Fixed #30661 -- Added models.SmallAutoField.
Nick Pope
2019-08-01
Refs #30664 -- Fixed migrations crash when altering AutoField/BigAutoField wi...
Mariusz Felisiak
2019-08-01
Fixed #30664 -- Fixed migrations crash when altering table on SQLite or alter...
Ngalim Siregar
2019-07-19
Fixed #30593 -- Added support for check constraints on MariaDB 10.2+.
Hasan Ramezani
2019-07-08
Changed django.db.models.indexes.Index imports to django.db.models.Index.
Mariusz Felisiak
2019-05-21
Fixed #28816 -- Prevented silencing data loss when decreasing CharField.max_l...
Hasan Ramezani
2019-04-08
Fixed #30266 -- Kept a sequence owner when altering an AutoField/BigAutoField...
Dolan Antenucci
2019-03-17
Refs #30172 -- Prevented removing a model Meta's index/unique_together from r...
Paveł Tyślacki
2019-03-17
Refs #30172 -- Prevented removing a field's check or unique constraint from r...
Paveł Tyślacki
2019-03-13
Fixed #30183 -- Added introspection of inline SQLite constraints.
Paveł Tyślacki
2019-01-29
Fixed #30108 -- Allowed adding foreign key constraints in the same statement ...
Dan Tao
2019-01-01
Fixed #30060 -- Moved SQL generation for indexes and constraints to SchemaEdi...
Paveł Tyślacki
2018-12-26
Refs #30033 -- Fixed schema's test_m2m_rename_field_in_target_model test fail...
Tim Graham
2018-11-21
Fixed #29949 -- Refactored db introspection identifier converters.
Mariusz Felisiak
2018-11-13
Refs #29641 -- Refactored database schema constraint creation.
Simon Charette
2018-10-29
Fixed #29547 -- Added support for partial indexes.
Mads Jensen
2018-09-25
Fixed #29778 -- Fixed quoting of unique index names.
Oleg
2018-06-17
Fixed #29496 -- Fixed crash on Oracle when converting a non-unique field to p...
Mariusz Felisiak
2018-05-07
Replaced django.test.utils.patch_logger() with assertLogs().
Claude Paroz
2018-04-12
Fixed schema test failure when running tests in reverse.
Tim Graham
2018-04-11
Fixed #29193 -- Prevented unnecessary foreign key drops when altering a uniqu...
Jeremy Bowman
[next]