Skip to content

Commit

Permalink
HISTORY: clarify text and fix markup
Browse files Browse the repository at this point in the history
  • Loading branch information
dbaty committed Sep 27, 2018
1 parent 030bf15 commit abb5c16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ History
compatible. Be sure to read the details below to know if and how you
can migrate.

* |backward-incompatible| Drop support of Django < 1.11.
* |backward-incompatible| Drop support of Django 1.10 and earlier.

* |backward-incompatible| Drop support of Python 2.

Expand All @@ -45,8 +45,8 @@ can migrate.
* |backward-incompatible| Change the app name to be used in
INSTALLED_APPS.

Migration from version 0.x: if you had `cid` in `INSTALLED_APPS`,
replace it by `cid.apps.CidAppConfig`. If you did not, add the
**Migration from version 0.x:** if you had ``cid`` in ``INSTALLED_APPS``,
replace it by ``cid.apps.CidAppConfig``. If you did not, add the
latter.

* |backward-incompatible| Drop compatibility with
Expand Down

0 comments on commit abb5c16

Please sign in to comment.