You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -177,7 +177,7 @@ Spanner has some limitations on schema changes which you must respect:
177
177
- Renaming tables and columns isn't supported.
178
178
- A column's type can't be changed.
179
179
- A table's primary key can't be altered.
180
-
- Migrations aren't atomic since ``python-spanner-django`` doesn't support
180
+
- Migrations aren't atomic since ``django-google-spanner`` doesn't support
181
181
transactions.
182
182
183
183
``DurationField`` arithmetic doesn't work with ``DateField`` values (`#253 <https://github.com/googleapis/python-spanner-django/issues/253>`__)
0 commit comments