diff --git a/CHANGELOG b/CHANGELOG index 85426efa..cbcb0938 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,13 @@ TBR + + +2021-10-22 3.9.0 + Removed Tracis CI + Fix SubRegionSerializer URL #257 + Support for django 3.2 and python 3.9, 3.10 + Upaded the version of all the libraries + Fix/import error #255 + Python 2 tidy ups and removed mock dependency #249 Feature Allow to use natural primary/foreing keys for geoname objects #217 2020-10-22 3.8.1 diff --git a/README.rst b/README.rst index 1afde698..c554363d 100644 --- a/README.rst +++ b/README.rst @@ -138,7 +138,7 @@ And to run one specific test use this one:: To run it even faster, you can switch to specific tox virtualenv:: - source .tox/py27-django18-sqlite/bin/activate + source .tox/py37-django18-sqlite/bin/activate CI=true test_project/manage.py test cities_light.tests.test_form.FormTestCase.testCountryFormNameAndContinentAlone If you want to build the docs, use the following steps:: diff --git a/docs/source/index.rst b/docs/source/index.rst index 24f4f8e1..ecc85ba5 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -18,15 +18,14 @@ Recommended RDBMS The recommended RDBMS is PostgreSQL, it's faster, safer, saner, more robust and simpler than MySQL. -You can see on travis that build jobs with MySQL take twice as long as build +You can see on github-actions that build jobs with MySQL take twice as long as build jobs on PostgreSQL and SQLite. MySQL errors with special characters, how to fix it ? ----------------------------------------------------- -The ``cities_light`` command is `continuously tested on travis-ci -`_ on all supported -databases: if it works there then it should work for you. +The ``cities_light`` command is `continuously tested on github-actions + on all supported databases: if it works there then it should work for you. If you're new to development in general, you might not be familiar with the concept of encodings and collations. Unless you have a good reason, you