Skip to content

Commit

Permalink
Merge pull request #832 from annainfo/master
Browse files Browse the repository at this point in the history
Use ISO 8601 date format to disambiguate dates
  • Loading branch information
etianen committed Apr 21, 2020
2 parents c8d65bb + eade899 commit 103fc38
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,22 @@
django-reversion changelog
==========================

3.0.7 - 17/02/2020
3.0.7 - 2020-02-17
------------------

- Removing deprecated usages of `ugettext_lazy` (@François GUÉRIN).
- Slovenian translation (@Bor Plestenjak).


3.0.6 - 17/02/2020
3.0.6 - 2020-02-17
------------------

- Packaging improvements (@michael-k).
- Removing deprecated usages of `force_text` (@Tenzer).
- Documentation fixes (@chicheng).


3.0.5 - 02/12/2019
3.0.5 - 2019-02-12
------------------

- Improved performance of `get_deleted` for large datasets (@jeremy-engel).
Expand All @@ -27,36 +27,36 @@ django-reversion changelog
- Fixed errors in manageement commands when `django.contrib.admin` is not in `INSTALLED_APPS` (@irtimir).


3.0.4 - 22/05/2019
3.0.4 - 2019-05-22
------------------

- Remove `django.contrib.admin` dependency from django-reversion (Aitor Ruano).
- README refactor (@rhenter).
- Testing against Django 2.2 (@claudep).


3.0.3 - 24/01/2019
3.0.3 - 2019-01-24
------------------

- Improved performance of many reversion database queries using `EXISTS` subquery (@MRigal).
- Added support for Django 2.1 `view` permission (@ofw).


3.0.2 - 05/11/2018
3.0.2 - 2018-11-05
------------------

- Removed squashed migrations, as they subtly messed up the Django migrations framework (@etianen).


3.0.1 - 23/10/2018
3.0.1 - 2018-10-23
------------------

- Added squashed migrations back in to allow older installations to upgrade (Christopher Thorne).
- Fixed TypeError exception when accessing m2m_data attribute from a field that points to Django’s User model
(@denisroldan).


3.0.0 - 19/07/2018
3.0.0 - 2018-07-19
------------------

- **Breaking:** ``Revision.commment`` now contains the raw JSON change message generated by django admin, rather than
Expand All @@ -71,28 +71,28 @@ django-reversion changelog
- Added tests for django 2.1 (@claudep).


2.0.13 - 23/01/2018
2.0.13 - 2018-01-23
-------------------

- Improve performance of ``get_deleted()`` for Oracle (@passuf).
- Minor tweaks (@etianen, @michael-k).


2.0.12 - 05/12/2017
2.0.12 - 2017-12-05
-------------------

- Fixed MySQL error in ``get_deleted()``.


2.0.11 - 27/11/2017
2.0.11 - 2017-11-27
-------------------

- Dramatically improved performance of ``get_deleted()`` over large datasets (@alexey-v-paramonov, @etianen).
- Ukranian translation (@illia-v).
- Bugfixes (@achidlow, @claudep, @etianen).


2.0.10 - 18/08/2017
2.0.10 - 2017-08-18
-------------------

- Bugfix: Handling case of `None` user in request (@pawelad).
Expand All @@ -110,7 +110,7 @@ django-reversion changelog
before running this snippet!


2.0.9 - 19/06/2017
2.0.9 - 2017-06-19
------------------

- Bugfix: Deleted inline admin instances no longer added to revision.
Expand All @@ -121,15 +121,15 @@ django-reversion changelog
- Added ``atomic=True`` parameter to ``create_revision`` (Ernesto Ferro).


2.0.8 - 28/11/2016
2.0.8 - 2016-11-28
------------------

- Setting ``revision.user`` in ``process_response`` for middleware (@etianen).
- Fixing localization of model primary keys in `recover_list.html` (@w4rri0r3k).
- Documentation tweaks (@jaywink).


2.0.7 - 31/10/2016
2.0.7 - 2016-10-31
------------------

- Database migrations now db-aware (@alukach).
Expand All @@ -144,47 +144,47 @@ django-reversion changelog
- Releasing as a universal wheel (@adamchainz).


2.0.6 - 21/07/2016
2.0.6 - 2016-07-21
------------------

- Fixed ``RevisionMiddleware`` always rolling back transactions in gunicorn (@stebunovd, @etianen).
- Tweaks and minor bugfixes (@SahilMak).


2.0.5 - 29/06/2016
2.0.5 - 2016-06-29
------------------

- Fixed LookupError when running migration 0003 with stale content types (@etianen).


2.0.4 - 20/06/2016
2.0.4 - 2016-06-20
------------------

- Fixed LookupError when running migration 0003 (@etianen).
- Fixed duplicate versions using ``get_deleted()`` (@etianen).
- Fixed unexpected deletion of underflowing revisions when using ``--keep`` switch with ``deleterevisions`` (@etianen).


2.0.3 - 14/06/2016
2.0.3 - 2016-06-14
------------------

- Added support for m2m fields with a custom ``through`` model (@etianen).


2.0.2 - 13/06/2016
2.0.2 - 2016-06-13
------------------

- Fixing migration 0003 in MySQL (@etianen).


2.0.1 - 13/06/2016
2.0.1 - 2016-06-13
------------------

- Improved performance of migration 0003 (@BertrandBordage).
- De-duplicating ``Version`` table before applying migration 0004 (@BertrandBordage, @etianen).


2.0.0 - 11/06/2016
2.0.0 - 2016-06-11
------------------

django-reversion was first released in May 2008, and has been in active development ever since. Over this time it's developed a certain amount of cruft from legacy and unused features, resulting in needless complexity and multiple ways of achieving the same task.
Expand Down

0 comments on commit 103fc38

Please sign in to comment.