摘要: SELECT id,tag from account WHERE tags REGEXP '美女|厨艺|歌曲' 阅读全文
posted @ 2021-11-30 13:25 Luciferl 阅读(181) 评论(0) 推荐(0) 编辑
摘要: from django_filters import BaseInFilter,NumberFilter class NumberInFilter(BaseInFilter, NumberFilter): pass class OrderFilter(django_filters.FilterSet 阅读全文
posted @ 2021-11-30 10:59 Luciferl 阅读(892) 评论(0) 推荐(0) 编辑
摘要: https://www.django-rest-framework.org/api-guide/serializers/#validation 1. 自定义key名 The name of the non_field_errors key may be customized using the NO 阅读全文
posted @ 2021-11-30 10:46 Luciferl 阅读(404) 评论(0) 推荐(0) 编辑