Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
a9b6058
feat: support Django 5.2 and drop Django 3.2/4.2
sinhasubham Feb 6, 2026
9289330
fix(ci): quote python-version to prevent yaml float parsing error
sinhasubham Feb 6, 2026
8faa688
fix: resolve system test failures
sinhasubham Feb 6, 2026
165e21c
fix: add mandatory WHERE clause to sql_flush
sinhasubham Feb 6, 2026
cd12a65
fix: ensure django_spanner is imported in test settings for AutoField…
sinhasubham Feb 6, 2026
059c778
fix: cache spanner client to prevent session exhaustion
sinhasubham Feb 6, 2026
2a681a0
fix: use cached instance in get_new_connection
sinhasubham Feb 6, 2026
e870ece
fix: use global client cache to prevent MeterProvider crash
sinhasubham Feb 6, 2026
464a3b2
fix: resolve TypeError by passing instance positionally to connect
sinhasubham Feb 6, 2026
a935ba7
fix: resolve second TypeError by removing instance_id from conn_params
sinhasubham Feb 6, 2026
30d7efb
fix: pass instance_id string and explicit client to connect
sinhasubham Feb 6, 2026
79787bd
fix(system_tests): Implement no-op savepoints and enable aggregate fi…
sinhasubham Feb 7, 2026
60b9107
fix(system_tests): Move no-op savepoints to DatabaseOperations
sinhasubham Feb 7, 2026
9c79ffe
feat: Finalize Django 5.2 support and GeneratedField Implementation
sinhasubham Feb 10, 2026
e21dc87
fix(ci): Align instance name in test suite scripts
sinhasubham Feb 10, 2026
6fd9fa0
fix(django_5.2): resolve mock server test failures and db_default sch…
sinhasubham Feb 11, 2026
4909b3b
revert: restore foreign_key_test.sh required by CI
sinhasubham Feb 11, 2026
a909982
Fix system test failures in python-spanner-django chunk 7
sinhasubham Feb 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator0.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator1.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator2.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator3.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator4.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator5.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator6.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator7.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator8.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django3.2_tests_against_emulator9.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django4.2_tests_against_emulator0.yml

This file was deleted.

32 changes: 0 additions & 32 deletions .github/workflows/django4.2_tests_against_emulator1.yml

This file was deleted.

Loading
Loading