mirror of
https://github.com/zulip/zulip.git
synced 2026-06-30 21:11:04 +08:00
Due to a bug[^1] in Django 4.2, fixed in 4.2.6, queries using `__isnull` added an unnecessary cast. This cast was _also_ used in `WHERE` clauses for partial indexes. This means that partial indexes created before Zulip was using Django 4.2 (i.e. before Zulip Server 7.0 or |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| 0001_initial.py | ||
| 0002_remove_huddlecount.py | ||
| 0003_fillstate.py | ||
| 0004_add_subgroup.py | ||
| 0005_alter_field_size.py | ||
| 0006_add_subgroup_to_unique_constraints.py | ||
| 0007_remove_interval.py | ||
| 0008_add_count_indexes.py | ||
| 0009_remove_messages_to_stream_stat.py | ||
| 0010_clear_messages_sent_values.py | ||
| 0011_clear_analytics_tables.py | ||
| 0012_add_on_delete.py | ||
| 0013_remove_anomaly.py | ||
| 0014_remove_fillstate_last_modified.py | ||
| 0015_clear_duplicate_counts.py | ||
| 0016_unique_constraint_when_subgroup_null.py | ||
| 0017_regenerate_partial_indexes.py | ||