Skip to content

Commit

Permalink
v3.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
etianen committed Jan 22, 2021
1 parent cf7f58e commit 4765d97
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
django-reversion changelog
==========================

3.0.9 - 2021-01-22
------------------

- Significant speedup to ``Version.objects.get_deleted(...)`` database query for PostgreSQL (@GeyseR).
- Testing against Django 3.1 (@michael-k).
- Django 4.0 compatibility improvements (@GitRon).


3.0.8 - 2020-08-31
------------------

Expand Down
2 changes: 1 addition & 1 deletion reversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@
get_registered_models,
)

__version__ = VERSION = (3, 0, 8)
__version__ = VERSION = (3, 0, 9)

0 comments on commit 4765d97

Please sign in to comment.