factory/apps/utils
caoqianming 4acd80718d fix: avoid duplicate rows in complex reverse queries
Add an optional distinct flag to complex query payload and deduplicate by primary key before annotate/order flow, so reverse-join filtering does not return repeated records.

Made-with: Cursor
2026-03-13 16:35:12 +08:00
..
__init__.py
admin.py
apps.py
constants.py
decorators.py
errors.py
exceptions.py
export.py
face.py
fields.py
filters.py
img.py
lock.py
middlewares.py
mixins.py fix: avoid duplicate rows in complex reverse queries 2026-03-13 16:35:12 +08:00
models.py fix: base locked_get_or_create优化 2026-01-12 15:30:55 +08:00
my_rsa.py
myconfig.py
pagination.py
permission.py
queryset.py
request.py
serializers.py fix: avoid duplicate rows in complex reverse queries 2026-03-13 16:35:12 +08:00
sms.py
snowflake.py
speech.py
sql.py
tasks.py
thread.py
tools.py
urls.py
views.py
viewsets.py feat: base get_object加锁时注意is_deleted过滤采用base_manager 2025-11-25 10:46:44 +08:00
wx.py
wxmp.py