Skip to content

Commit e9c40fe

Browse files
committed
Mark version 0.2.4
1 parent 7f986a4 commit e9c40fe

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# django-relativity changelog
22

3+
## 0.2.4 - 2021-04-29
4+
- Until Django's behaviour can be emulated, don't cache related objects
5+
36
## 0.2.3 - 2021-04-28
47
- Improved behaviour of Relationship fields with null=True
58
- Allowed using L() inside complex expressions in predicate

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
author='Alex Hill',
88
author_email='[email protected]',
99
name='django-relativity',
10-
version='0.2.3',
10+
version='0.2.4',
1111
description='A flexible relationship field for the Django ORM.',
1212
long_description=long_description,
1313
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)