Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / clokep/django-querysetsequence issues and pull requests
#108 - Don't proxy special methods to model in ProxyModel.__getattr__
Pull Request -
State: open - Opened by optiz0r 4 months ago
#107 - DRF breakage
Issue -
State: open - Opened by optiz0r 4 months ago
- 4 comments
#106 - Support Django 5.0, and 5.1; Python 3.12.
Pull Request -
State: closed - Opened by clokep 8 months ago
#105 - Need help! How to pass the serializers with the QuerySetSequence?
Issue -
State: closed - Opened by c0d33py over 1 year ago
- 2 comments
#104 - Retrieving related values doen't work after order_by()
Issue -
State: open - Opened by Genarito over 1 year ago
- 3 comments
Labels: bug
#103 - Basic support for aget, acount, and aexists.
Pull Request -
State: closed - Opened by clokep over 1 year ago
#102 - Support Django 4.2 & drop support for Python 3.7
Pull Request -
State: closed - Opened by clokep over 1 year ago
#101 - Support Django REST Framework 3.14 & Python 3.11.
Pull Request -
State: closed - Opened by clokep about 2 years ago
- 1 comment
#100 - Run tests against postgres
Pull Request -
State: closed - Opened by clokep over 2 years ago
#99 - Add stubs for async methods.
Pull Request -
State: closed - Opened by clokep over 2 years ago
#98 - Drop support for old versions of Django / DRF, support Django 4.1.
Pull Request -
State: closed - Opened by clokep over 2 years ago
#97 - Fixed sort with None order and add test case
Pull Request -
State: closed - Opened by vuongdv-spinshell over 2 years ago
- 2 comments
#96 - Support order_by with None value
Issue -
State: closed - Opened by vuongdv-spinshell over 2 years ago
- 6 comments
Labels: bug
#95 - Support prefetching in `iterator()`
Issue -
State: open - Opened by clokep over 2 years ago
#94 - Support Django 4.1 fields for `bulk_create()`
Issue -
State: closed - Opened by clokep over 2 years ago
Labels: enhancement
#93 - Support asynchronous ORM methods
Issue -
State: open - Opened by clokep over 2 years ago
Labels: enhancement
#92 - Support using `models.F` in `QuerySetSequence.order_by()`
Issue -
State: open - Opened by tui95 over 2 years ago
- 1 comment
Labels: enhancement
#91 - Run and enforce pyupgrade.
Pull Request -
State: closed - Opened by clokep almost 3 years ago
#90 - Apply black, isort, and flake8.
Pull Request -
State: closed - Opened by clokep almost 3 years ago
#89 - Improve packaging metadata.
Pull Request -
State: closed - Opened by clokep almost 3 years ago
#88 - fix: Django REST Framework integration
Pull Request -
State: closed - Opened by j0nm1 almost 3 years ago
- 9 comments
#87 - Proxy query attribute.
Pull Request -
State: open - Opened by ride90 about 3 years ago
- 7 comments
#86 - Test against Python 3.10.
Pull Request -
State: closed - Opened by clokep about 3 years ago
#85 - Add support for `contains()`.
Pull Request -
State: closed - Opened by clokep about 3 years ago
#84 - Use setup.cfg instead of setup.py.
Pull Request -
State: closed - Opened by clokep over 3 years ago
#83 - Version bumps, drop Django 3.0, add Django 4.0.
Pull Request -
State: closed - Opened by clokep over 3 years ago
#82 - Drop support for Python 3.5
Pull Request -
State: closed - Opened by clokep almost 4 years ago
#81 - Avoid a warning on Django >= 3.2.
Pull Request -
State: closed - Opened by clokep almost 4 years ago
#80 - Improve the tests for distinct.
Pull Request -
State: closed - Opened by clokep almost 4 years ago
#79 - Add GitHub actions workflow
Pull Request -
State: closed - Opened by clokep about 4 years ago
#78 - Support Django 3.2 and Python 3.9
Pull Request -
State: closed - Opened by clokep about 4 years ago
#77 - Implement distinct()
Pull Request -
State: closed - Opened by jpic about 4 years ago
- 8 comments
#76 - Support filter(*args)
Pull Request -
State: closed - Opened by jpic about 4 years ago
- 3 comments
#75 - Bump supported Django REST Framework to 3.12.
Pull Request -
State: closed - Opened by clokep over 4 years ago
#74 - Support values_list()
Pull Request -
State: closed - Opened by clokep over 4 years ago
#73 - Add support for values()
Pull Request -
State: closed - Opened by clokep over 4 years ago
#72 - Add a test for the interaction between order_by and only.
Pull Request -
State: closed - Opened by clokep over 4 years ago
#71 - Configure Renovate
Pull Request -
State: closed - Opened by renovate[bot] over 4 years ago
#70 - Drop support for Django 1.11.
Pull Request -
State: closed - Opened by clokep over 4 years ago
#69 - Support Django 3.1
Pull Request -
State: closed - Opened by clokep over 4 years ago
#68 - Fix #67: Add QSS._prefetch_related_lookups
Pull Request -
State: closed - Opened by jpic over 4 years ago
- 3 comments
#67 - AttributeError: 'QuerySetSequence' object has no attribute '_prefetch_related_lookups'
Issue -
State: closed - Opened by jpic almost 5 years ago
- 10 comments
#66 - add query and verbose_name
Pull Request -
State: closed - Opened by Fethienv almost 5 years ago
- 6 comments
#65 - 'QuerySetSequence' object has no attribute 'query'
Issue -
State: closed - Opened by Fethienv almost 5 years ago
- 1 comment
#64 - Add Django REST Framework 3.11 to the build matrix.
Pull Request -
State: closed - Opened by clokep about 5 years ago
#63 - Add information about the bulk_update() method.
Pull Request -
State: closed - Opened by clokep about 5 years ago
#62 - pip installing this package is still using django.utils import six
Issue -
State: closed - Opened by Connotating about 5 years ago
- 1 comment
#61 - Fixes syntax warning about comparing to an integer using "is"
Pull Request -
State: closed - Opened by clokep about 5 years ago
#60 - SyntaxWarning: "is not" with a literal. Did you mean "!="?
Issue -
State: closed - Opened by clokep about 5 years ago
- 6 comments
#59 - Update supported versions for Django and DRF
Pull Request -
State: closed - Opened by clokep about 5 years ago
#58 - Support Django 3.0 ( / drop support for Django 1.11 / Python 2.7)
Issue -
State: closed - Opened by alfredo-ardito about 5 years ago
- 5 comments
#57 - Update README for 1.8 < 1.11 Django users
Pull Request -
State: closed - Opened by robertofd1995 over 5 years ago
- 2 comments
#56 - Update supported versions of Django / DRF
Pull Request -
State: closed - Opened by clokep almost 6 years ago
#55 - Test Django 2.2 without DRF.
Pull Request -
State: closed - Opened by clokep almost 6 years ago
#54 - New Version
Issue -
State: closed - Opened by yveswehrli almost 6 years ago
- 3 comments
#53 - Add get_queryset method to expose QuerySet objects
Pull Request -
State: closed - Opened by optiz0r almost 6 years ago
- 5 comments
#52 - Slice subquerysets before merging them
Pull Request -
State: closed - Opened by leotrubach almost 6 years ago
- 17 comments
#51 - Add support for Django 2.2, DRF 3.9, and Python 3.7; drop support for Python 3.4 and DRF < 3.6.3
Pull Request -
State: closed - Opened by michael-k almost 6 years ago
- 2 comments
#50 - Broken support for DjangoFilterBackend?
Issue -
State: closed - Opened by clokep over 6 years ago
#49 - Support latest / earliest
Pull Request -
State: closed - Opened by clokep over 6 years ago
#48 - Support explain() on Django >= 2.1
Pull Request -
State: closed - Opened by clokep over 6 years ago
#47 - Support extra() as a method.
Pull Request -
State: closed - Opened by clokep over 6 years ago
#46 - Add support for calling annotate()
Pull Request -
State: closed - Opened by clokep over 6 years ago
#45 - Support calling update()
Pull Request -
State: closed - Opened by clokep over 6 years ago
#44 - Add support for defer(), only(), and using()
Pull Request -
State: closed - Opened by clokep over 6 years ago
#43 - Add tests for empty QuerySetSequences.
Pull Request -
State: closed - Opened by clokep over 6 years ago
#42 - Re-implement NotImplementedError
Pull Request -
State: closed - Opened by clokep over 6 years ago
#41 - Support the & and | operators
Pull Request -
State: closed - Opened by clokep over 6 years ago
#40 - Support first() and last()
Pull Request -
State: closed - Opened by clokep over 6 years ago
#39 - Add support for Django 2.1 and DRF 3.8.
Pull Request -
State: closed - Opened by clokep over 6 years ago
#38 - Only use external APIs of QuerySets
Pull Request -
State: closed - Opened by clokep over 6 years ago
- 3 comments
#37 - Using QuerySets from different databases is not supported
Issue -
State: closed - Opened by ba1dr almost 7 years ago
- 7 comments
Labels: bug
#36 - Drop support for Django < 1.11 and corresponding DRF versions.
Pull Request -
State: closed - Opened by clokep almost 7 years ago
#35 - Run tests against Django 2.0 stable
Pull Request -
State: closed - Opened by michael-k about 7 years ago
- 3 comments
#34 - 'QuerySetSequence' object has no attribute '_cloning'
Issue -
State: closed - Opened by vkosh about 7 years ago
- 3 comments
#33 - Officially support DRF 3.7.
Pull Request -
State: closed - Opened by clokep over 7 years ago
#32 - Support Django 1.11 & 2.0
Pull Request -
State: closed - Opened by michael-k over 7 years ago
- 8 comments
#31 - Implement distinct()
Issue -
State: open - Opened by mauroka over 7 years ago
- 8 comments
Labels: enhancement, help wanted
#30 - NotImplementedError: QuerySequence does not implement get_compiler()
Issue -
State: closed - Opened by Areopagitics over 7 years ago
- 8 comments
#29 - Add optimization for not sliced querysets
Pull Request -
State: closed - Opened by EvgeneOskin over 7 years ago
- 1 comment
#28 - Fix raising NotImplementedError for methods with arguments.
Pull Request -
State: closed - Opened by clokep almost 8 years ago
#27 - DJ1.10: TypeError: not_impl() got an unexpected keyword argument 'using'
Issue -
State: closed - Opened by jpic almost 8 years ago
- 4 comments
#26 - Add support for Django 1.11 (and master)
Pull Request -
State: closed - Opened by clokep almost 8 years ago
- 9 comments
#25 - Fix travis builds
Pull Request -
State: closed - Opened by clokep almost 8 years ago
- 1 comment
#24 - Fix an issue where slicing of an individual QuerySet was broken.
Pull Request -
State: closed - Opened by clokep almost 8 years ago
- 1 comment
#23 - Slicing issue
Issue -
State: closed - Opened by brstra about 8 years ago
- 6 comments
#22 - Keep unpatched args for introspection
Pull Request -
State: closed - Opened by jpic about 8 years ago
- 6 comments
#21 - Deconstruct QuerySetSequence back into QuerySets
Issue -
State: closed - Opened by jpic about 8 years ago
- 25 comments
#20 - Run tests on Django REST Framework 3.5.
Pull Request -
State: closed - Opened by clokep over 8 years ago
#19 - Fix exception string to include a missing word
Pull Request -
State: closed - Opened by rcscott over 8 years ago
- 1 comment
#18 - Add real documentation
Issue -
State: closed - Opened by clokep over 8 years ago
- 1 comment
#17 - Add an efficient Django REST Framework paginator
Pull Request -
State: closed - Opened by clokep over 8 years ago
#16 - Fixes for a model being used multiple times
Pull Request -
State: closed - Opened by clokep over 8 years ago
#15 - Treat QuerySet lookups as numbers.
Pull Request -
State: closed - Opened by clokep over 8 years ago
#14 - Minor fixes to QuerySet number (#10)
Pull Request -
State: closed - Opened by clokep over 8 years ago
#13 - iterator() might not perform the Django optimizations
Issue -
State: closed - Opened by clokep over 8 years ago
- 1 comment
Labels: enhancement
#12 - Add additional tests for PartialInheritanceMeta.
Pull Request -
State: closed - Opened by clokep over 8 years ago
#11 - Create a module instead of a single file
Pull Request -
State: closed - Opened by clokep over 8 years ago
#10 - Support ordering / filtering / querying by the order of the QuerySets in a QuerySetSequence.
Pull Request -
State: closed - Opened by clokep over 8 years ago
#9 - Add support for Django 1.10.
Pull Request -
State: closed - Opened by clokep over 8 years ago