Skip to content

Commit 99c8a16

Browse files
committed
Updated repo links in the docs after the repo move to django-nonrel/
1 parent 5c576fa commit 99c8a16

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

django_mongodb_engine/creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def get_column_name(field):
7878

7979
def _handle_oldstyle_indexes(self, ensure_index, meta):
8080
from warnings import warn
81-
warn("'descending_indexes', 'sparse_indexes' and 'index_together' are"
81+
warn("'descending_indexes', 'sparse_indexes' and 'index_together' are "
8282
"deprecated and will be ignored as of version 0.6. "
8383
"Use 'indexes' instead", DeprecationWarning)
8484
sparse_indexes = []

docs/source/meta/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ use `GitHub's pull requests`_. It's perfectly fine, however, to send regular
4444
patches to :ref:`the mailing list <contributing/mailinglist>`.
4545

4646
.. _mailing list: http://groups.google.com/group/django-non-relational
47-
.. _on Github: https://github.com/django-mongodb-engine
48-
.. _ticket tracker on GitHub: https://github.com/django-mongodb-engine/mongodb-engine/issues/
47+
.. _on Github: https://github.com/django-nonrel
48+
.. _ticket tracker on GitHub: https://github.com/django-nonrel/mongodb-engine/issues/
4949
.. _GitHub's pull requests: http://help.github.com/pull-requests/

docs/source/topics/cache.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Installation
2828
------------
2929
.. code-block:: bash
3030
31-
git clone https://github.com/django-mongodb-engine/mongodb-cache
31+
git clone https://github.com/django-nonrel/mongodb-cache
3232
cd mongodb-cache
3333
python setup.py install
3434
@@ -50,5 +50,5 @@ Django MongoDB Cache will also honor all optional settings the default database
5050
cache backend takes care of (``TIMEOUT``, ``OPTIONS``, etc).
5151

5252
.. _Django's caching framework: http://docs.djangoproject.com/en/dev/topics/cache/
53-
.. _Django MongoDB Cache: https://github.com/django-mongodb-engine/mongodb-cache
53+
.. _Django MongoDB Cache: https://github.com/django-nonrel/mongodb-cache
5454
.. _Django db cache setup docs: http://docs.djangoproject.com/en/dev/topics/cache/#database-caching

docs/source/topics/setup.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Django MongoDB Engine
4343
.....................
4444
You should use the latest Git revision. ::
4545

46-
pip install git+https://github.com/django-mongodb-engine/mongodb-engine
46+
pip install git+https://github.com/django-nonrel/mongodb-engine
4747

4848

4949
Configuration

0 commit comments

Comments
 (0)