File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 47
47
'EnumFilter'
48
48
]
49
49
50
- VERSION = (1 , 3 , 0 )
50
+ VERSION = (1 , 3 , 1 )
51
51
52
52
__title__ = 'Django Enum'
53
53
__version__ = '.' .join (str (i ) for i in VERSION )
54
54
__author__ = 'Brian Kohan'
55
55
__license__ = 'MIT'
56
- __copyright__ = 'Copyright 2022-2023 Brian Kohan'
56
+ __copyright__ = 'Copyright 2022-2024 Brian Kohan'
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ sphinxcontrib-htmlhelp==2.0.1; python_version >= "3.5"
6
6
sphinxcontrib-jsmath == 1.0.1 ; python_version >= "3.5"
7
7
sphinxcontrib-qthelp == 1.0.3 ; python_version >= "3.5"
8
8
sphinxcontrib-serializinghtml == 1.1.5 ; python_version >= "3.5"
9
- django-enum == 1.3.0
9
+ django-enum == 1.3.1
Original file line number Diff line number Diff line change 2
2
Change Log
3
3
==========
4
4
5
+ v1.3.1
6
+ ======
7
+
8
+ * Fixed `db_default produces expressions instead of primitives when given enum value instances. <https://github.com/bckohan/django-enum/issues/59 >`_
9
+
5
10
v1.3.0
6
11
======
7
12
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " django-enum"
3
- version = " 1.3.0 "
3
+ version = " 1.3.1 "
4
4
description = " Full and natural support for enumerations as Django model fields."
5
5
authors = [
" Brian Kohan <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments