We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46bf77 commit e66ceb3Copy full SHA for e66ceb3
CHANGELOG.md
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-x.x (Unreleased)
+0.3 (2025-10-13)
5
----------------
6
7
* Add `get_field` and `get_fields` methods to VirtualModel meta class (smark-1)
setup.py
@@ -8,7 +8,7 @@
8
9
setup(
10
name='queryish',
11
- version='0.2',
+ version='0.3',
12
description="A library for constructing queries on arbitrary data sources following Django's QuerySet API",
13
author='Matthew Westcott',
14
author_email='[email protected]',
@@ -25,7 +25,7 @@
25
extras_require={
26
"testing": [
27
"responses>=0.23,<1.0",
28
- "django>=4.2,<5.1"
+ "django>=4.2",
29
]
30
},
31
classifiers=[
0 commit comments