Skip to content

test(django-cf): add more tests using django ORM - #224

Merged
ryanking13 merged 2 commits into
mainfrom
gyeongjae/django-orm-tests
Aug 24, 2026
Merged

test(django-cf): add more tests using django ORM#224
ryanking13 merged 2 commits into
mainfrom
gyeongjae/django-orm-tests

Conversation

@ryanking13

Copy link
Copy Markdown
Contributor

More test improvements using django ORM.

  • Adds tests using django orms, such as model.objects.create(). Previously what we mostly was using a raw query (run_query("INSERT ...")), which was less django-style
  • Add test coverage for DO backend + ORMs
  • Add test coverage for using Django's FileField API, which uses R2 backend internally.

@ask-bonk

ask-bonk Bot commented Aug 21, 2026

Copy link
Copy Markdown

LGTM

github run

@ryanking13
ryanking13 merged commit ae2a41e into main Aug 24, 2026
19 checks passed
@ryanking13
ryanking13 deleted the gyeongjae/django-orm-tests branch August 24, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants