Skip to content

Commit

Permalink
Cleaned up README and other docs reflecting the newest compatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobord committed Jan 28, 2020
1 parent 9f7ad12 commit 59f97f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ master (unreleased)
* Remove tox targets for Django 1.8, 1.9 & 1.10
* Add support for Django 2.0, 2.1 & 2.2
* Fixed Demo site.
* Cleaned up README and other docs reflecting the newest compatibilities.

0.14.0 (2018-10-16)
===================
Expand Down
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ It will provide:
Status
======

Beta, used in production.
Stable, used in production.

Install
=======
Expand Down Expand Up @@ -46,8 +46,8 @@ Install ``tox`` in your environment (it could be a virtualenv) and run:
It'll run the tests for all the combinations of the following:

* Python 2.7, 3.4, 3.5.
* Django 1.11.
* Python 2.7 (only with Django 1.11), 3.4, 3.5, 3.6, 3.7, 3.8.
* Django 1.11, 2.0, 2.1 & 2.2.

and a ``flake8`` check.

Expand All @@ -58,7 +58,7 @@ To target a specific test case, use the following:

.. code:: sh
$ tox -e py27-django110 -- demo.tests.test_core.AutocompleteChoicesPagesOverrideTest
$ tox -e py37-django22 -- demo.tests.test_core.AutocompleteChoicesPagesOverrideTest
Everything after the double-dash will be passed to the django-admin.py test command.

Expand Down
2 changes: 1 addition & 1 deletion docs/demo-site.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To be able to access it, the simple was is to:
.. note::

The `serve` tox job is currenly based on Python 2.7 and Django 1.7.
The `serve` tox job is currenly based on Python 3.6 and Django 1.11.

On the first run, this will create a sqlite database, create tables and will feed them with the initial fixtures data. Then it will launch the integrated dev server.

Expand Down

0 comments on commit 59f97f1

Please sign in to comment.