Skip to content

Commit

Permalink
Filter & Order ovehaul (#478)
Browse files Browse the repository at this point in the history
* Filters & Order overhaul

* Fix: Remove unnecessary StrawberryDjangoField inheritance

* Fix: Typing, minor issues

* fix: review fixes; typing

* fix: udpate test snapshots - lookup description change
  • Loading branch information
Kitefiko authored Mar 18, 2024
1 parent 5b520cb commit c0cd67c
Show file tree
Hide file tree
Showing 25 changed files with 2,345 additions and 609 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ get started follow these steps:

```shell
git clone https://github.com/strawberry-graphql/strawberry-django.git
cd strawberry-django
cd strawberry_django
poetry install
poetry run pytest
```
Expand Down
Loading

0 comments on commit c0cd67c

Please sign in to comment.