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
feat: enable support for get_key_columns and cleanup tests with unknown failures to specific failures. (#721)
* docs: lint fix for samples
* feat: enable foreign key support
* feat: add support for spanner fk
* feat: disable foreign key as without on delete cascade the db cleanup process fails
* fix: add comment as to why foreign key creation is disabled in django
* fix: move test_check_constraints_sql_keywords to django3.2 skipped tests
* chor: cleanup tests
* tests: add failing tests in skipped test
Copy file name to clipboardExpand all lines: README.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -260,4 +260,4 @@ LIMITATIONS
260
260
Spanner has certain limitations of it's own and a full set of limitations are documented over `here <https://cloud.google.com/spanner/quotas#schema_limits>`_
261
261
It is recommended that you go through that list.
262
262
263
-
Django spanner has a set of limitations as well, please go through the `list <https://googleapis.dev/python/django-google-spanner/latest/limitations.html>`_.
263
+
Django spanner has a set of limitations as well, please go through the `list <https://github.com/googleapis/python-spanner-django/blob/main/docs/limitations.rst>`_.
0 commit comments