Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/yezyilomo/django-restql

Turn your API made with Django REST Framework(DRF) into a GraphQL like API.
https://github.com/yezyilomo/django-restql

Fix: Optional GenericRel support

shinneider-musa opened this issue 24 days ago
Release v0.16.1

yezyilomo opened this pull request about 1 month ago
Make generic relation support optional

yezyilomo opened this pull request about 1 month ago
Optional GenericRel support

shinneider-musa opened this issue about 1 month ago
Release v0.16.0

yezyilomo opened this pull request about 1 month ago
Generic relation support

exkson opened this pull request about 2 months ago
Support nested RelatedField

jheld opened this issue 4 months ago
✨ add support for create op on generic relations

exkson opened this pull request 6 months ago
[Proposal] Return nested field directly in alias

shinneider opened this issue 10 months ago
eager loading false not working

Ekuesky opened this issue 12 months ago
Release v0.15.4

yezyilomo opened this pull request about 1 year ago
Fix error raised `when create_ops=[]` or `update_ops=[]`

yezyilomo opened this pull request about 1 year ago
Error raised when `create_ops=[]` or `update_ops=[]`

yezyilomo opened this issue about 1 year ago
Add DELETE operation

yezyilomo opened this issue about 1 year ago
Include playground in repo to be able to provide it in project urls

KevinHamonApp opened this issue almost 2 years ago
Release v0.15.3

yezyilomo opened this pull request over 2 years ago
Run tests on newer versions of python django and drf

yezyilomo opened this pull request over 2 years ago
Update method doesn't raise a serializer error on save with invalid data.

jalondono opened this issue almost 3 years ago
Is it possible to exclude fields by default?

Alejandroid17 opened this issue almost 3 years ago
Release v0.15.2

yezyilomo opened this pull request almost 3 years ago
Fix patching nested object to its parent

yezyilomo opened this pull request almost 3 years ago
Parent object not saved after the nested object is assigned to it

sommelon opened this issue almost 3 years ago
Auto schema generation

aprams opened this issue almost 3 years ago
Query by nested field not working

caiquestow opened this issue about 3 years ago
Querying data not working as expected

mario-maistra opened this issue about 3 years ago
Serializer to_representation() does not honor query

schajee opened this issue over 3 years ago
Commitizen as potential improvement to contribution workflow

resurrexi opened this issue over 3 years ago
Release v0.15.1

yezyilomo opened this pull request over 3 years ago
Fix pks being converted into objects on nested fields

yezyilomo opened this pull request over 3 years ago
Wrong data passed to the nested serializer

sommelon opened this issue over 3 years ago
Release v0.15.0

yezyilomo opened this pull request over 3 years ago
Update docs

yezyilomo opened this pull request over 3 years ago
Refactor code

yezyilomo opened this pull request over 3 years ago
Improve parsed query format and performance

yezyilomo opened this pull request over 3 years ago
Improve parsed query format

yezyilomo opened this issue over 3 years ago
Refactor code

yezyilomo opened this pull request over 3 years ago
Add a way to define a self referencing nested field

yezyilomo opened this pull request over 3 years ago
Refactor code

yezyilomo opened this pull request over 3 years ago
Improve foreignkey related fields, NestedCreateMixin and NestedUpdateMixin

yezyilomo opened this pull request over 3 years ago
Empty string(`""`) Should be invalid value for nested fields

yezyilomo opened this issue over 3 years ago
Refactor code

yezyilomo opened this pull request over 3 years ago
Refactor code

yezyilomo opened this pull request over 3 years ago
Improve the syntax of query

yezyilomo opened this pull request over 3 years ago
Can not replace JSONField with a custom Serializer

dnievas04 opened this issue over 3 years ago
Define basic data types for query argument values

yezyilomo opened this issue over 3 years ago
Make trailing commas at the end of fields and arguments a valid syntax

yezyilomo opened this issue over 3 years ago
Fix ignoring validation of empty nested field on PUT request

yezyilomo opened this pull request over 3 years ago
NestedField will not ignored when PATCH

caesarleong opened this issue over 3 years ago
Update documentation

yezyilomo opened this pull request over 3 years ago
Nested fields when using Meta.fields = '__all__' are not detected?

gonzaloamadio opened this issue over 3 years ago
Release v0.14.0

yezyilomo opened this pull request over 3 years ago
Fix requestless data mutation

yezyilomo opened this pull request over 3 years ago
Update documentation

yezyilomo opened this pull request over 3 years ago
Add a way to remove all nested objects at once

yezyilomo opened this pull request over 3 years ago
Make lib work without request

yezyilomo opened this pull request over 3 years ago
Make NestedField work when request is not available

yezyilomo opened this issue over 3 years ago
Catch model constraint errors

yezyilomo opened this pull request over 3 years ago
Add REPLACE operation proposal

gonzaloamadio opened this issue over 3 years ago
Replace travis ci with git hub actions

yezyilomo opened this pull request over 3 years ago
Use github actions for testing

yezyilomo opened this pull request over 3 years ago
Fix error when creating/updating ManyToOne nested field

yezyilomo opened this pull request over 3 years ago
Issue template

sommelon opened this issue over 3 years ago
Runtests is failing.

gonzaloamadio opened this issue over 3 years ago
context with request always required even when not used

fturhan opened this issue over 3 years ago
Remove Django dependency bcuz it's already included in DRF

yezyilomo opened this pull request over 3 years ago
Remove Django dependency bcuz it's already included in DRF

yezyilomo opened this pull request over 3 years ago
Release v0.13.1

yezyilomo opened this pull request over 3 years ago
Remove parsed_query from serializer validation kwargs

yezyilomo opened this pull request over 3 years ago
Improve error messages

yezyilomo opened this pull request over 3 years ago
Catch errors due to alias functionality

yezyilomo opened this pull request over 3 years ago
Fix bugs due to alias functionality

yezyilomo opened this pull request over 3 years ago
πŸ“Update README.md

yezyilomo opened this pull request over 3 years ago
Fix QuerySyntaxError if the value of query argument is empty string

yezyilomo opened this pull request over 3 years ago
Prefetching & Selecting nested fields is ignored if they are aliased

yezyilomo opened this issue over 3 years ago
Fix ignoring query & parsed_query kwargs

yezyilomo opened this pull request over 3 years ago
using query kwarg with get_serializer() will not function

caesarleong opened this issue over 3 years ago
Update docs

yezyilomo opened this pull request over 3 years ago
Update docs

yezyilomo opened this pull request over 3 years ago
Add Django RESTQL Play Ground on docs

yezyilomo opened this pull request over 3 years ago
Raise QuerySyntaxError if the value of query argument is empty string

yezyilomo opened this issue over 3 years ago
Filtering with query arguments is ignored if it involves aliased field

yezyilomo opened this issue over 3 years ago
Update documentation

yezyilomo opened this pull request over 3 years ago
Please Add History or Help for Upgrade

3lf opened this issue over 3 years ago
Release v0.13.0

yezyilomo opened this pull request over 3 years ago
Update documentation

yezyilomo opened this pull request over 3 years ago
Update comments

yezyilomo opened this pull request over 3 years ago
Update README.md

yezyilomo opened this pull request over 3 years ago
Update documentation

yezyilomo opened this pull request over 3 years ago
Make DynamicFieldsMixin independent of request

yezyilomo opened this pull request over 3 years ago
How can I use it outside a view?

diegoduncan21 opened this issue over 3 years ago
Allow including and excluding fields on the same field level

yezyilomo opened this pull request over 3 years ago