Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfischer committed Nov 14, 2011
1 parent b007513 commit 9ed16d7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
7 changes: 7 additions & 0 deletions docs/changelog.txt
@@ -1,6 +1,13 @@
Changelog
=========

**Version 0.1.10 (14 November 2011)**

- Removed requirement on Django in setup.py `#798823`_
- Refactored to use standard setuptools tests (``python setup.py test``)

.. _#798823: https://bugs.launchpad.net/rpc4django/+bug/798823

**Version 0.1.9 (10 July 2011)**

- Added a CookieTransport class with a lot of help from Douglas Peter Sculley.
Expand Down
6 changes: 6 additions & 0 deletions docs/getting-involved/launchpad.txt
Expand Up @@ -4,6 +4,11 @@ Get the source code
The source code for RPC4Django is in the Bazaar_ version controls system
hosted by Launchpad_. It can be branched using the following command:

.. note:: **Last release on Launchpad**

I will be moving RPC4Django's project hosting to Github starting with
the next release 0.2.0

::

bzr branch lp:rpc4django
Expand All @@ -29,3 +34,4 @@ Requesting features
Features should be requested on blueprints.launchpad.net_.

.. _blueprints.launchpad.net: https://blueprints.launchpad.net/rpc4django

13 changes: 2 additions & 11 deletions docs/getting-involved/testing.txt
@@ -1,18 +1,9 @@
Unit testing
============

All unit tests can be `run`_ using ``manage.py``

.. _run: http://docs.djangoproject.com/en/dev/topics/testing/#id1
All unit tests can be run using ``setup.py``

::

python manage.py test rpc4django

Some tests require ``DJANGO_SETTINGS_MODULE`` to be set. The test cases that do not require
the Django environment can be run using the following:

::
python setup.py test

python setup.py test

2 changes: 1 addition & 1 deletion docs/license.txt
Expand Up @@ -3,7 +3,7 @@ License

RPC4Django is licensed under the BSD license.

Copyright (c) 2009 - 2010, David Fischer
Copyright (c) 2009 - 2011, David Fischer

All rights reserved.

Expand Down

0 comments on commit 9ed16d7

Please sign in to comment.