Skip to content

Commit

Permalink
Preparation for the release of the version 3.9.0 (#259)
Browse files Browse the repository at this point in the history
* changelog

* version update

* remove travis ci from docs
  • Loading branch information
marianoeramirez committed Oct 21, 2021
1 parent 2f2c33e commit 5ec68bd
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down
7 changes: 3 additions & 4 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
<http://travis-ci.org/yourlabs/django-cities-light>`_ 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
Expand Down

0 comments on commit 5ec68bd

Please sign in to comment.