Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / yezyilomo/django-restql issues and pull requests

#317 - [Proposal] Return nested field directly in alias

Issue - State: open - Opened by shinneider 3 months ago

#315 - eager loading false not working

Issue - State: open - Opened by Ekuesky 5 months ago - 1 comment

#314 - Release v0.15.4

Pull Request - State: closed - Opened by yezyilomo 5 months ago

#313 - Fix error raised `when create_ops=[]` or `update_ops=[]`

Pull Request - State: closed - Opened by yezyilomo 7 months ago

#312 - Error raised when `create_ops=[]` or `update_ops=[]`

Issue - State: closed - Opened by yezyilomo 8 months ago

#311 - Add DELETE operation

Issue - State: open - Opened by yezyilomo 8 months ago

#308 - Include playground in repo to be able to provide it in project urls

Issue - State: open - Opened by KevinHamonApp over 1 year ago - 2 comments

#306 - Release v0.15.3

Pull Request - State: closed - Opened by yezyilomo over 1 year ago

#305 - Run tests on newer versions of python django and drf

Pull Request - State: closed - Opened by yezyilomo over 1 year ago

#303 - Is it possible to exclude fields by default?

Issue - State: open - Opened by Alejandroid17 over 2 years ago - 2 comments

#302 - Release v0.15.2

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#301 - Fix patching nested object to its parent

Pull Request - State: closed - Opened by yezyilomo over 2 years ago - 7 comments

#300 - Parent object not saved after the nested object is assigned to it

Issue - State: closed - Opened by sommelon over 2 years ago - 1 comment

#299 - Auto schema generation

Issue - State: open - Opened by aprams over 2 years ago

#298 - Query by nested field not working

Issue - State: open - Opened by caiquestow over 2 years ago - 1 comment

#297 - Querying data not working as expected

Issue - State: open - Opened by mario-maistra over 2 years ago - 1 comment

#296 - Serializer to_representation() does not honor query

Issue - State: open - Opened by schajee over 2 years ago - 1 comment

#294 - Release v0.15.1

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#293 - Fix pks being converted into objects on nested fields

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#292 - Wrong data passed to the nested serializer

Issue - State: closed - Opened by sommelon over 2 years ago - 3 comments
Labels: bug

#291 - Release v0.15.0

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#290 - Update docs

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#289 - Refactor code

Pull Request - State: closed - Opened by yezyilomo over 2 years ago

#288 - Improve parsed query format and performance

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#287 - Improve parsed query format

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#286 - Refactor code

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#285 - Add a way to define a self referencing nested field

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#284 - Refactor code

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#282 - Avoid side effects on `validated_data` arg of `create` and `update` methods

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#281 - Skip nested fields when they're not filled instead of populating them with <empty> value

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#280 - Empty string(`""`) Should be invalid value for nested fields

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#278 - Refactor code

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#277 - Refactor code

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#276 - Improve the syntax of query

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#275 - Can not replace JSONField with a custom Serializer

Issue - State: open - Opened by dnievas04 almost 3 years ago - 3 comments

#274 - Define basic data types for query argument values

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#273 - Make trailing commas at the end of fields and arguments a valid syntax

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#272 - Use space as alternative of comma for fields and arguments separation in query

Issue - State: closed - Opened by yezyilomo almost 3 years ago
Labels: enhancement

#271 - Fix ignoring validation of empty nested field on PUT request

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#270 - NestedField will not ignored when PATCH

Issue - State: closed - Opened by caesarleong almost 3 years ago - 6 comments

#269 - Update documentation

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#268 - Nested fields when using Meta.fields = '__all__' are not detected?

Issue - State: open - Opened by gonzaloamadio almost 3 years ago - 3 comments

#267 - Release v0.14.0

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#266 - Fix requestless data mutation

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#265 - Update documentation

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#264 - Add a way to remove all nested objects at once

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#263 - Make lib work without request

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#262 - Make NestedField work when request is not available

Issue - State: closed - Opened by yezyilomo almost 3 years ago

#261 - Catch model constraint errors

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#260 - Add REPLACE operation proposal

Issue - State: closed - Opened by gonzaloamadio almost 3 years ago - 6 comments

#259 - Replace travis ci with git hub actions

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#258 - Use github actions for testing

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#257 - Fix error when creating/updating ManyToOne nested field

Pull Request - State: closed - Opened by yezyilomo almost 3 years ago

#256 - Issue template

Issue - State: open - Opened by sommelon almost 3 years ago

#255 - Runtests is failing.

Issue - State: closed - Opened by gonzaloamadio almost 3 years ago - 3 comments

#254 - Problem when creating/updating ManyToOne nested field if a serializer is using fields = '__all__'

Issue - State: closed - Opened by farasu almost 3 years ago - 12 comments
Labels: bug

#253 - context with request always required even when not used

Issue - State: open - Opened by fturhan about 3 years ago - 1 comment

#252 - Remove Django dependency bcuz it's already included in DRF

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#251 - Remove Django dependency bcuz it's already included in DRF

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#250 - Release v0.13.1

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#249 - Remove parsed_query from serializer validation kwargs

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#248 - Improve error messages

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#247 - Catch errors due to alias functionality

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#246 - Fix bugs due to alias functionality

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#245 - đź“ťUpdate README.md

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#244 - Fix QuerySyntaxError if the value of query argument is empty string

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#243 - Prefetching & Selecting nested fields is ignored if they are aliased

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: bug

#242 - Fix ignoring query & parsed_query kwargs

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#241 - using query kwarg with get_serializer() will not function

Issue - State: closed - Opened by caesarleong about 3 years ago - 4 comments
Labels: bug

#240 - Update docs

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#239 - Update docs

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#238 - Add Django RESTQL Play Ground on docs

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#237 - Suggestion: make query impact queryset to reduce django sql selection

Issue - State: open - Opened by fturhan about 3 years ago - 8 comments
Labels: enhancement, discussion

#236 - Raise QuerySyntaxError if the value of query argument is empty string

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: bug

#234 - Filtering with query arguments is ignored if it involves aliased field

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: bug

#233 - Update documentation

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#232 - Please Add History or Help for Upgrade

Issue - State: open - Opened by 3lf about 3 years ago - 1 comment

#231 - Release v0.13.0

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#230 - Update documentation

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#229 - Update comments

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#228 - Update README.md

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#227 - Update documentation

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#226 - Make DynamicFieldsMixin independent of request

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#225 - How can I use it outside a view?

Issue - State: closed - Opened by diegoduncan21 about 3 years ago - 3 comments

#224 - Allow including and excluding fields on the same field level

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#223 - Handle cases of repeated fields in a query

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: bug

#222 - Allow including and excluding fields on the same field level

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: enhancement

#221 - Nested aliases are left when renaming fields if at lest one field is excluded

Issue - State: closed - Opened by yezyilomo about 3 years ago
Labels: bug

#220 - Refactor code

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#219 - Refactor code

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#218 - Release v0.12.0

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#217 - ♻️Refactor code

Pull Request - State: closed - Opened by yezyilomo about 3 years ago

#216 - Fix OPTIONS requests returning all fields of nested serializer

Pull Request - State: closed - Opened by yezyilomo about 3 years ago