File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ 1.2.0
2
+ =====
3
+
4
+ :release-date: to-be-released
5
+
6
+ - Add support for MySQL.
7
+ - Adjust `makemigrations ` command to take advantage of autodetector class. (#49)
8
+ - Add support for Django 5.2 and Python 3.13.
9
+ - Drop support for Python 3.8.
10
+ - Ensure staged renames and alters are properly serialized. (#52)
11
+
12
+ 1.1.0
13
+ =====
14
+ :release-date: 2024-02-20
15
+
16
+ - Address typos in `AmbiguousPlan ` error messages.
17
+ - Mention MIGRATION_STAGES_OVERRIDE on ambiguous plan involving third party apps.
18
+
19
+ 1.0.1
20
+ =====
21
+ :release-date: 2024-04-13
22
+
23
+ - Avoid unnecessary two-step migration for nullable without default additions.
24
+ - Avoid splitting many-to-many field additions in stages. (#42)
25
+ - Adjust ambiguous stage autodetection interactive questioning. (#44)
26
+
27
+ 1.0.0
28
+ =====
29
+ :release-date: 2023-10-10
30
+
31
+ - Initial release
You can’t perform that action at this time.
0 commit comments