mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-04-30 07:04:43 +00:00
Update changelog and AUTHORS for recent changes.
This commit is contained in:
parent
cbe861665c
commit
1fc01c39de
2 changed files with 23 additions and 0 deletions
|
|
@ -1,10 +1,15 @@
|
|||
Alejandro Varas <alej0varas@gmail.com>
|
||||
Carl Meyer <carl@dirtcircle.com>
|
||||
Donald Stufft <donald.stufft@gmail.com>
|
||||
Facundo Gaich <facugaich@gmail.com>
|
||||
Gregor Müllegger <gregor@muellegger.de>
|
||||
James Oakley <jfunk@funktronics.ca>
|
||||
Jannis Leidel <jannis@leidel.info>
|
||||
Javier García Sogo <jgsogo@gmail.com>
|
||||
Jeff Elmore <jeffelmore.org>
|
||||
Paul McLanahan <paul@mclanahan.net>
|
||||
Rinat Shigapov <rinatshigapov@gmail.com>
|
||||
Ryan Kaskel <dev@ryankaskel.com>
|
||||
Simon Meers <simon@simonmeers.com>
|
||||
sayane
|
||||
zyegfryed
|
||||
|
|
|
|||
18
CHANGES.rst
18
CHANGES.rst
|
|
@ -4,6 +4,24 @@ CHANGES
|
|||
tip (unreleased)
|
||||
----------------
|
||||
|
||||
- Moved primary development from `Bitbucket`_ to `GitHub`_. Bitbucket mirror
|
||||
will continue to receive updates; Bitbucket issue tracker will be closed once
|
||||
all issues tracked in it are resolved.
|
||||
|
||||
.. _BitBucket: https://bitbucket.org/carljm/django-model-utils/overview
|
||||
.. _GitHub: https://github.com/carljm/django-model-utils/
|
||||
|
||||
- Added ``UpdateOrCreateMixin`` for custom queryset subclasses. Thanks Antti
|
||||
Kaihola.
|
||||
|
||||
- Fixed pickling of ``PassThroughManager``. Thanks Rinat Shigapov.
|
||||
|
||||
- Set ``use_for_related_fields = True`` on ``QueryManager``.
|
||||
|
||||
- Added ``__len__`` method to ``Choices``. Thanks Ryan Kaskel and James Oakley.
|
||||
|
||||
- Fixed ``InheritanceQuerySet`` on Django 1.5. Thanks Javier García Sogo.
|
||||
|
||||
1.1.0 (2012.04.13)
|
||||
------------------
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue