issues
search
clokep
/
django-querysetsequence
Chain multiple (disparate) QuerySets in Django
https://django-querysetsequence.readthedocs.io/
ISC License
107
stars
25
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Don't proxy special methods to model in ProxyModel.__getattr__
#108
optiz0r
opened
1 month ago
0
DRF breakage
#107
optiz0r
opened
1 month ago
4
Support Django 5.0, and 5.1; Python 3.12.
#106
clokep
closed
5 months ago
0
Need help! How to pass the serializers with the QuerySetSequence?
#105
c0d33py
closed
5 months ago
2
Retrieving related values doen't work after order_by()
#104
Genarito
opened
1 year ago
3
Basic support for aget, acount, and aexists.
#103
clokep
closed
1 year ago
0
Support Django 4.2 & drop support for Python 3.7
#102
clokep
closed
1 year ago
0
Support Django REST Framework 3.14 & Python 3.11.
#101
clokep
closed
1 year ago
1
Run tests against postgres
#100
clokep
closed
2 years ago
0
Add stubs for async methods.
#99
clokep
closed
2 years ago
0
Drop support for old versions of Django / DRF, support Django 4.1.
#98
clokep
closed
2 years ago
0
Fixed sort with None order and add test case
#97
vuongdv-spinshell
closed
1 year ago
2
Support order_by with None value
#96
vuongdv-spinshell
closed
1 year ago
6
Support prefetching in `iterator()`
#95
clokep
opened
2 years ago
0
Support Django 4.1 fields for `bulk_create()`
#94
clokep
closed
2 years ago
0
Support asynchronous ORM methods
#93
clokep
opened
2 years ago
0
Support using `models.F` in `QuerySetSequence.order_by()`
#92
tui95
opened
2 years ago
1
Run and enforce pyupgrade.
#91
clokep
closed
2 years ago
0
Apply black, isort, and flake8.
#90
clokep
closed
2 years ago
0
Improve packaging metadata.
#89
clokep
closed
2 years ago
0
fix: Django REST Framework integration
#88
j0nm1
closed
2 years ago
9
Proxy query attribute.
#87
ride90
opened
2 years ago
7
Test against Python 3.10.
#86
clokep
closed
2 years ago
0
Add support for `contains()`.
#85
clokep
closed
3 years ago
0
Use setup.cfg instead of setup.py.
#84
clokep
closed
3 years ago
0
Version bumps, drop Django 3.0, add Django 4.0.
#83
clokep
closed
3 years ago
0
Drop support for Python 3.5
#82
clokep
closed
3 years ago
0
Avoid a warning on Django >= 3.2.
#81
clokep
closed
3 years ago
0
Improve the tests for distinct.
#80
clokep
closed
3 years ago
0
Add GitHub actions workflow
#79
clokep
closed
3 years ago
0
Support Django 3.2 and Python 3.9
#78
clokep
closed
3 years ago
0
Implement distinct()
#77
jpic
closed
3 years ago
8
Support filter(*args)
#76
jpic
closed
4 years ago
3
Bump supported Django REST Framework to 3.12.
#75
clokep
closed
4 years ago
0
Support values_list()
#74
clokep
closed
4 years ago
0
Add support for values()
#73
clokep
closed
4 years ago
0
Add a test for the interaction between order_by and only.
#72
clokep
closed
4 years ago
0
Configure Renovate
#71
renovate[bot]
closed
4 years ago
0
Drop support for Django 1.11.
#70
clokep
closed
4 years ago
0
Support Django 3.1
#69
clokep
closed
4 years ago
0
Fix #67: Add QSS._prefetch_related_lookups
#68
jpic
closed
4 years ago
3
AttributeError: 'QuerySetSequence' object has no attribute '_prefetch_related_lookups'
#67
jpic
closed
4 years ago
10
add query and verbose_name
#66
Fethienv
closed
4 years ago
6
'QuerySetSequence' object has no attribute 'query'
#65
Fethienv
closed
4 years ago
1
Add Django REST Framework 3.11 to the build matrix.
#64
clokep
closed
4 years ago
0
Add information about the bulk_update() method.
#63
clokep
closed
4 years ago
0
pip installing this package is still using django.utils import six
#62
Connotating
closed
4 years ago
1
Fixes syntax warning about comparing to an integer using "is"
#61
clokep
closed
4 years ago
0
SyntaxWarning: "is not" with a literal. Did you mean "!="?
#60
clokep
closed
4 years ago
6
Update supported versions for Django and DRF
#59
clokep
closed
4 years ago
0
Next