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 4747 'EnumFilter'
4848]
4949
50- VERSION = (1 , 3 , 0 )
50+ VERSION = (1 , 3 , 1 )
5151
5252__title__ = 'Django Enum'
5353__version__ = '.' .join (str (i ) for i in VERSION )
5454__author__ = 'Brian Kohan'
5555__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"
66sphinxcontrib-jsmath == 1.0.1 ; python_version >= "3.5"
77sphinxcontrib-qthelp == 1.0.3 ; python_version >= "3.5"
88sphinxcontrib-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 22Change Log
33==========
44
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+
510v1.3.0
611======
712
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-enum"
3- version = " 1.3.0 "
3+ version = " 1.3.1 "
44description = " Full and natural support for enumerations as Django model fields."
55authors = [" Brian Kohan <bckohan@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments