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
- serializers/base.py: fix "constitency" typo → "consistency"
- utils.py: remove redundant setdefault() on line 72; remove unnecessary
list() wrapping in _diff_by_content(); add idempotency note to
patch_transaction_test_case docstring
- fixture.py: wrap diff() body in try/finally so dump_path is always
unlinked, even when a diff is found
- tox.ini: bump docs env Django from >=4.2,<5.0 to >=5.2,<6.0
- settings_postgresql.py: update ENGINE to django.db.backends.postgresql
- ci.yml: bump codecov/codecov-action@v4 → @v6
- CHANGELOG: split 0.9.7 entry into one item per line
- test_fixture.py: add inline comment noting expected fixture content
- docs/index.rst: add automodule directives for serializers.json and apps
- pyproject.toml: exclude test packages from wheel discovery
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
0 commit comments