File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,6 @@ Incompatible Changes:
3030 previously, adding a not null column was implicitly changed to allow null.
3131 now adding not null without default raises a programmingerror exception.
3232
33- Bug Fixes:
34-
35- * #92,#93: since django-3.0 sqlmigrate (and migrate) does not work.
36- * #37: fix Django `contenttype ` migration that cause `ProgrammingError: cannot drop sortkey column
37- "name" ` exception.
38- * #64: fix Django `auth ` migration that cause `NotSupportedError: column "content_type__app_label"
39- specified as distkey/sortkey is not in the table "auth_permission" ` exception.
40-
4133Features:
4234
4335* #82 Add Python-3.10 support.
@@ -52,22 +44,30 @@ Features:
5244 One limitation is that the DEFAULT value is set to match the type. This is because the only way for
5345 Redshift to add NOT NULL without default is to recreate the table.
5446
47+ Bug Fixes:
48+
49+ * #92,#93: since django-3.0 sqlmigrate (and migrate) does not work.
50+ * #37: fix Django `contenttype ` migration that cause `ProgrammingError: cannot drop sortkey column
51+ "name" ` exception.
52+ * #64: fix Django `auth ` migration that cause `NotSupportedError: column "content_type__app_label"
53+ specified as distkey/sortkey is not in the table "auth_permission" ` exception.
55542.1.0 (2021/09/23)
55+
5656------------------
5757
5858General:
5959
6060* #76 fix test failing on django-dev with py36,py37
6161* #77 Mondernize setup.cfg and pyproject.toml
6262
63- Bug Fixes:
64-
65- * #80 uuid field doesn't work correctly with django 2.x and 3.x. Thanks to xavier-lr.
66-
6763Features:
6864
6965* #81 Add Django 3.2 support.
7066
67+ Bug Fixes:
68+
69+ * #80 uuid field doesn't work correctly with django 2.x and 3.x. Thanks to xavier-lr.
70+
71712.0.1 (2021/03/07)
7272------------------
7373
You can’t perform that action at this time.
0 commit comments