Skip to content

Commit

Permalink
changelog updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasag7 committed Dec 4, 2023
1 parent b0c2b50 commit 5c0b0d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ We follow [Semantic Versions](https://semver.org/) starting at the `0.14.0` rele
### Bug Fixes
### Features

## 1.5.1 (2023-12-04)

### Bug Fixes

- Fixes errors in migrations [#406](https://github.com/jazzband/django-eav2/issues/406)


## 1.5.0 (2023-11-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion eav/queryset.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from functools import wraps
from itertools import count

from django.core.exceptions import FieldDoesNotExist, ObjectDoesNotExist
from django.core.exceptions import ObjectDoesNotExist
from django.db.models import Case, IntegerField, Q, When
from django.db.models.query import QuerySet
from django.db.utils import NotSupportedError
Expand Down

0 comments on commit 5c0b0d6

Please sign in to comment.