Skip to content

Commit

Permalink
More occasions where ckan 2.0 is mentioned for development
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Feb 15, 2018
1 parent 97c44d3 commit c01d4db
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 17 deletions.
4 changes: 0 additions & 4 deletions doc/contributing/documentation.rst
Expand Up @@ -67,10 +67,6 @@ install the dependencies necessary for building CKAN. In this example we'll
create a virtualenv in a folder called ``pyenv``. Run these commands in a
terminal:

.. versionchanged:: 2.1
In CKAN 2.0 and earlier the requirements file was called
``pip-requirements-docs.txt``, not ``dev-requirements.txt`` as below.

::

virtualenv --no-site-packages pyenv
Expand Down
8 changes: 0 additions & 8 deletions doc/contributing/test.rst
Expand Up @@ -32,10 +32,6 @@ virtual environment:
Install nose and other test-specific CKAN dependencies into your virtual
environment:

.. versionchanged:: 2.1
In CKAN 2.0 and earlier the requirements file was called
``pip-requirements-test.txt``, not ``dev-requirements.txt`` as below.

.. parsed-literal::
pip install -r |virtualenv|/src/ckan/dev-requirements.txt
Expand All @@ -46,10 +42,6 @@ environment:
Set up the test databases
~~~~~~~~~~~~~~~~~~~~~~~~~

.. versionchanged:: 2.1
Previously |postgres| tests used the databases defined in your
``development.ini`` file, instead of using their own test databases.

Create test databases:

.. parsed-literal::
Expand Down
5 changes: 0 additions & 5 deletions doc/maintaining/upgrading/upgrade-source.rst
Expand Up @@ -33,10 +33,6 @@ CKAN release you're upgrading to:

#. Update CKAN's dependencies:

.. versionchanged:: 2.1
In CKAN 2.0 and earlier the requirements file was called
``pip-requirements.txt``, not ``requirements.txt`` as below.

::

pip install --upgrade -r requirements.txt
Expand Down Expand Up @@ -84,4 +80,3 @@ CKAN release you're upgrading to:

You should now be able to visit your CKAN website in your web browser and see
that it's running the new version of CKAN.

0 comments on commit c01d4db

Please sign in to comment.