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 b64a822 commit 02ba37aCopy full SHA for 02ba37a
CHANGELOG.markdown
@@ -1,5 +1,12 @@
1
# django-watson changelog
2
3
+## 1.6.2 - 14/01/2023
4
+
5
+- Optimized searching models with UUID primary keys (@thiagoferreiraw).
6
+- Optimized searching models with text primary keys (@syphar).
7
+- Documentation fixes (@timgates42, @danihodovic).
8
9
10
## 1.6.2 - 20/02/2022
11
12
- Django 4.0 compatibility.
watson/__init__.py
@@ -6,4 +6,4 @@
<http://www.etianen.com/>
"""
-__version__ = VERSION = (1, 6, 2)
+__version__ = VERSION = (1, 6, 3)
0 commit comments