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 7f986a4 commit e9c40feCopy full SHA for e9c40fe
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# django-relativity changelog
2
3
+## 0.2.4 - 2021-04-29
4
+- Until Django's behaviour can be emulated, don't cache related objects
5
+
6
## 0.2.3 - 2021-04-28
7
- Improved behaviour of Relationship fields with null=True
8
- Allowed using L() inside complex expressions in predicate
setup.py
@@ -7,7 +7,7 @@
author='Alex Hill',
author_email='[email protected]',
9
name='django-relativity',
10
- version='0.2.3',
+ version='0.2.4',
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