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 71a22ae commit 80d3130Copy full SHA for 80d3130
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# django-relativity changelog
2
3
+## 0.2.3 - 2021-04-28
4
+- Improved behaviour of Relationship fields with null=True
5
+- Allowed using L() inside complex expressions in predicate
6
+
7
## 0.2.2 - 2020-05-30
8
- Fixed crash when reverse_multiple=False
9
setup.py
@@ -7,7 +7,7 @@
author='Alex Hill',
author_email='[email protected]',
name='django-relativity',
10
- version='0.2.2',
+ version='0.2.3',
11
description='A flexible relationship field for the Django ORM.',
12
long_description=long_description,
13
long_description_content_type='text/markdown',
0 commit comments