mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-16 20:00:23 +00:00
README and changelog updates.
This commit is contained in:
parent
520f1f74d1
commit
e070237a34
2 changed files with 7 additions and 14 deletions
|
|
@ -10,7 +10,7 @@ master (unreleased)
|
||||||
* Remove `PassThroughManager`. Use Django's built-in `QuerySet.as_manager()`
|
* Remove `PassThroughManager`. Use Django's built-in `QuerySet.as_manager()`
|
||||||
and/or `Manager.from_queryset()` utilities instead.
|
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)
|
2.3.1 (2015-07-20)
|
||||||
|
|
|
||||||
19
README.rst
19
README.rst
|
|
@ -16,30 +16,23 @@ Django model mixins and utilities.
|
||||||
|
|
||||||
.. _Django: http://www.djangoproject.com/
|
.. _Django: http://www.djangoproject.com/
|
||||||
|
|
||||||
|
This app is available on `PyPI`_.
|
||||||
|
|
||||||
|
.. _PyPI: https://pypi.python.org/pypi/django-model-utils/
|
||||||
|
|
||||||
|
|
||||||
Getting Help
|
Getting Help
|
||||||
============
|
============
|
||||||
|
|
||||||
Documentation for django-model-utils is available at https://django-model-utils.readthedocs.org/
|
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
|
Contributing
|
||||||
============
|
============
|
||||||
|
|
||||||
Please file bugs and send pull requests to the `GitHub repository`_ and `issue
|
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/
|
.. _GitHub repository: https://github.com/carljm/django-model-utils/
|
||||||
.. _issue tracker: https://github.com/carljm/django-model-utils/issues
|
.. _issue tracker: https://github.com/carljm/django-model-utils/issues
|
||||||
|
.. _CONTRIBUTING.rst: https://github.com/carljm/django-model-utils/blob/master/CONTRIBUTING.rst
|
||||||
(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
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue