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
Age
Commit message (
Expand
)
Author
2023-12-03
Fixed #35002 -- Made UniqueConstraints with fields respect nulls_distinct.
Peter Thomassen
2023-11-30
Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_comment on...
Mariusz Felisiak
2023-11-14
Fixed #34944 -- Made GeneratedField.output_field required.
Mariusz Felisiak
2023-11-14
Reverted "Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField ...
Mariusz Felisiak
2023-11-08
Refs #30446, Refs #34944 -- Fixed crash when adding GeneratedField with strin...
Simon Charette
2023-11-07
Fixed #34946 -- Preserved db_default on combined default field addition.
Simon Charette
2023-10-30
Fixed #34932 -- Restored varchar_pattern_ops/text_pattern_ops index creation ...
Tom Carrick
2023-09-28
Fixed #34877 -- Fixed migrations crash when adding GeneratedField with output...
Paolo Melchiorre
2023-09-22
Fixed #34861 -- Fixed crash when adding GeneratedField with some expressions.
Paolo Melchiorre
2023-09-18
Refs #27236 -- Removed Meta.index_together per deprecation timeline.
Mariusz Felisiak
2023-08-04
Fixed #34760 -- Dropped support for SQLite < 3.27.
Mariusz Felisiak
2023-07-30
Fixed warnings per flake8 6.1.0.
Mariusz Felisiak
2023-07-19
Fixed #34701 -- Added support for NULLS [NOT] DISTINCT on PostgreSQL 15+.
Simon Charette
2023-05-12
Fixed #470 -- Added support for database defaults on fields.
Ian Foote
2023-04-21
Fixed #34505 -- Skipped varchar_pattern_ops/text_pattern_ops index creation w...
Petter Friberg
2023-04-21
Added SchemaTests._add_ci_collation() hook.
Mariusz Felisiak
2023-02-24
Refs #34320 -- Added skipIf for a test requiring check constraints.
Tim Graham
2023-02-15
Fixed #34320 -- Make sure constraints names are obtained from truncated colum...
nabil-rady
2023-02-01
Refs #33476 -- Applied Black's 2023 stable style.
David Smith
2023-01-31
Fixed #34304 -- Made MySQL's SchemaEditor.remove_constraint() don't create fo...
sage
2022-12-28
Fixed #18468 -- Added support for comments on columns and tables.
kimsoungryoul
2022-12-22
Fixed #34219 -- Preserved Char/TextField.db_collation when altering column type.
Mariusz Felisiak
2022-12-15
Fixed #33308 -- Added support for psycopg version 3.
Daniele Varrazzo
2022-11-04
Fixed #34138 -- Avoided table rebuild when adding inline m2m fields on SQLite.
Mariusz Felisiak
2022-10-01
Refs #34058 -- Fixed changing/deleting sequences when altering pre-Django 4.1...
Mariusz Felisiak
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
[next]