From e070237a34f4f3166c796bbbcdbab0280a5f6f80 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 2 Dec 2015 12:54:06 -0700 Subject: [PATCH] README and changelog updates. --- CHANGES.rst | 2 +- README.rst | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index e2849c7..811ae54 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,7 +10,7 @@ master (unreleased) * Remove `PassThroughManager`. Use Django's built-in `QuerySet.as_manager()` and/or `Manager.from_queryset()` utilities instead. -* Add support for Django 1.9. Drop support for Django 1.6 and earlier. +* Add support for Django 1.9. 2.3.1 (2015-07-20) diff --git a/README.rst b/README.rst index b7ddd73..4bddd6c 100644 --- a/README.rst +++ b/README.rst @@ -16,30 +16,23 @@ Django model mixins and utilities. .. _Django: http://www.djangoproject.com/ +This app is available on `PyPI`_. + +.. _PyPI: https://pypi.python.org/pypi/django-model-utils/ + Getting Help ============ Documentation for django-model-utils is available at https://django-model-utils.readthedocs.org/ -This app is available on `PyPI`_. - -.. _PyPI: https://pypi.python.org/pypi/django-model-utils/ - Contributing ============ Please file bugs and send pull requests to the `GitHub repository`_ and `issue -tracker`_. +tracker`_. See `CONTRIBUTING.rst`_ for details. .. _GitHub repository: https://github.com/carljm/django-model-utils/ .. _issue tracker: https://github.com/carljm/django-model-utils/issues - -(Until January 2013 django-model-utils primary development was hosted at -`BitBucket`_; the issue tracker there will remain open until all issues and -pull requests tracked in it are closed, but all new issues should be filed at -GitHub.) - -.. _BitBucket: https://bitbucket.org/carljm/django-model-utils/overview - +.. _CONTRIBUTING.rst: https://github.com/carljm/django-model-utils/blob/master/CONTRIBUTING.rst