Metadata-Version: 2.1
Name: zq-django-util
Version: 0.1.0
Summary: 自强Studio Django 工具
License: MIT
Author: Nagico
Author-email: yjr888@vip.qq.com
Requires-Python: >=3.8
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Provides-Extra: sentry
Requires-Dist: djangorestframework-simplejwt (>=4.7,<6.0)
Requires-Dist: drf-standardized-errors (>=0.9.0,<0.13.0)
Requires-Dist: oss2 (>=2.13.0,<3.0)
Description-Content-Type: text/markdown

# zq-django-util

## 依赖兼容性

### drf
- 3.14: Python 3.6+, Django 4.1, 4.0, 3.2, 3.1, 3.0
- 3.13: Python 3.6+, Django 4.0, 3.2, 3.1, 2.2
- 3.12: Python 3.6+, Django 3.2, 3.1, 2.2

### Django
- 4.1: Python 3.8, 3.9, 3.10, and 3.11
- 4.0: Python 3.8, 3.9, and 3.10
- 3.2: Python 3.6, 3.7, 3.8, 3.9 and 3.10

### oss2
- Python 3.7+

### drf-standardized-errors
- 0.12.3: add support for python 3.11
- 0.12.2: add support for DRF 3.14
- 0.12.0: add support for django 4.1

