Skip to content

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

Open
ryanking13 wants to merge 1 commit into
mainfrom
gyeongjae/django-orm-tests
Open

test(django-cf): add more tests using django ORM#224
ryanking13 wants to merge 1 commit 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

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