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
/
tests
/
schema
/
tests.py
Age
Commit message (
Expand
)
Author
2022-09-29
Fixed #34058 -- Changed sequence types when altering pre-Django 4.1 auto fiel...
Mariusz Felisiak
2022-09-13
Fixed #31335 -- Fixed removing composed composed Meta constraints/indexes on ...
Sergey Fursov
2022-09-12
Refs #31335 -- Added more tests for removing composed Meta constraints/indexe...
Sergey Fursov
2022-08-17
Fixed #33932 -- Fixed altering AutoFields to OneToOneField on PostgreSQL.
Benoît Vinot
2022-08-15
Fixed #33901 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Haolun Chai
2022-08-12
Fixed #33919 -- Fixed adding AutoFields on PostgreSQL.
Mariusz Felisiak
2022-08-08
Fixed #33899 -- Fixed migration crash when removing indexed field on SQLite 3...
Fiza Ashraf
2022-08-02
Fixed #33881 -- Added support for database collations to ArrayField(Char/Text...
Mariusz Felisiak
2022-07-12
Fixed #27236 -- Deprecated Meta.index_together in favor of Meta.indexes.
David Wobrock
2022-06-03
Refs #27236 -- Moved models with Meta.index_together inside of test methods.
David Wobrock
2022-05-04
Fixed #25105 -- Checked deferred constraints before updating rows on PostgreSQL.
David Wobrock
2022-04-29
Refs #33671 -- Fixed migrations crash when adding collation to a primary key ...
Mariusz Felisiak
2022-04-29
Fixed #33670 -- Fixed altering primary key on SQLite.
Mariusz Felisiak
2022-04-13
Fixed #30511 -- Used identity columns instead of serials on PostgreSQL.
Florian Apolloner
2022-04-13
Fixed tests on databases that don't support introspecting foreign keys.
Mariusz Felisiak
2022-04-12
Fixed #33626 -- Cleared cache when unregistering a lookup.
Himanshu-Balasamanta
2022-04-06
Skipped SchemaTests.test_alter_field_type_and_db_collation on databases that ...
Mariusz Felisiak
2022-04-06
Fixed #33471 -- Made AlterField operation a noop when changing "choices".
sarahboyce
2022-03-24
Refs #32365 -- Removed internal uses of utils.timezone.utc alias.
Carlton Gibson
2022-03-21
Fixed #33256 -- Fixed schema test failures when using --keepdb.
likecodingloveproblems
2022-02-25
Added test for removing through model from ManyToManyField.
Mariusz Felisiak
2022-02-11
Refs #32502 -- Avoided table rebuild when removing fields on SQLite 3.35.5+.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2022-01-04
Fixed #33408 -- Fixed adding nullable unique fields on SQLite.
Mariusz Felisiak
2021-12-14
Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations on Oracle.
mdalp
2021-12-10
Refs #32502 -- Avoided table rebuild when adding fields with no default on SQ...
Mariusz Felisiak
2021-11-24
Removed unneeded @skipUnlessDBFeature('supports_combined_alters').
Tim Graham
2021-11-15
Refs #33288 -- Made SQLite introspection raise DatabaseError on nonexistent t...
Simon Charette
2021-09-28
Fixed #33125 -- Avoided redundant unique constraint when converting a non-uni...
Jordan Bae
2021-09-01
Fixed #33080 -- Preserved nullability of textual fields on Oracle.
Mariusz Felisiak
2021-09-01
Fixed typo in tests/schema/tests.py docstrings.
Mariusz Felisiak
2021-07-27
Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.
David Smith
2021-06-10
Fixed #32832 -- Fixed adding BLOB/TEXT nullable field with default on MySQL 8...
Mariusz Felisiak
2021-05-28
Refs #32779 -- Changed DatabaseSchemaEditor._unique_sql()/_create_unique_sql(...
Hannes Ljungberg
2021-05-24
Fixed #32777 -- Passed table reference as a string to DatabaseSchemaEditor._i...
Hannes Ljungberg
2021-05-21
Fixed #32503 -- Fixed altering BLOB/TEXT field to non-nullable with default o...
Yuekui Li
2021-04-26
Fixed isolation of test_rename_table_renames_deferred_sql_references().
Mariusz Felisiak
2021-02-23
Fixed #30916 -- Added support for functional unique constraints.
Hannes Ljungberg
2021-02-09
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
[prev]
[next]