-
Notifications
You must be signed in to change notification settings - Fork 113
Upcoming Release Notes
mShan0 edited this page Dec 7, 2022
·
25 revisions
This page includes anticipated release notes for work-in-progress. Each release note will tell you what's intended to be added, updated or fixed. It will also describe any backwards-incompatible changes made in that version. Please be advised that these notes are subject to change.
- Timezone support (To use will need to do some manual migrations. See the wiki page on timezone support) (#140, #160)
- Fixed inserting into tables with triggers fails (#158, #161)
- Returning rows after bulk insert is off by default and can be enabled by setting
return_rows_bulk_insert
in theOPTIONS
dictionary toTrue
(#161) - Add capability to convert to and from AutoField and BigAutoField #128
- Add TimeZone support #140
- add support for django 4.1 #208
- Added hashing function support #152
- Add xor bit shift support #172
- Add support for left and right arithmetic bit shift #182
- add jsonfield support for sql managed instance #198
- Fix #137: handle legacy unique together constraint #138
- Fix random order by issue #142
- Add workaround for insert into table with trigger error #158 and #161
- Fix altering unique, nullable field to non-nullable error #163
- Fix date_trunc_sql() to work with < 4-digit year #188
- Add possibility for token authentication (#102)
- Returning ids/rows after bulk insert (#107)
- Unit test for issues #110 and #90 (#115)
- Only drop necessary indexes during field rename (#97)
- KeyTransformExact applied to all databases (#98)
- Alter nullability for foreign key (#93)
- Overridden functions not working with other DBs (#105)
- reset_sequences argument in sql_flush (#112)
- Add offset clause for all Django versions (#117)
- Fixed issues related to unique constraints (#106)
- Duplicated index created when alter foreignkey
- Migration error when alter fields to JSONField/TextField
- Migration not detected for non-default schema
- Unique index lost when renaming M2M field
- Migration alterfield and indexes issue
- setencoding and setdecoding in settings.py
- Core support for Django 4.0
- ActiveDirectoryMsi authentication
- inspectdb with
--schema
flag
- Azure SQL version/features is now checked correctly
- Collation conflict when creating temp table
- Fixed unicode constraint name error
- bulk_update set fields to null
- Index name error for user-defined schema
- bulk batch size exceeding parameters limit
- Migration Alter(rename) field