mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-05-03 16:24:42 +00:00
29 lines
584 B
ReStructuredText
29 lines
584 B
ReStructuredText
CHANGES
|
|
=======
|
|
|
|
tip (unreleased)
|
|
----------------
|
|
|
|
- added InheritanceCastManager and InheritanceCastQuerySet, to allow bulk
|
|
casting of a queryset to child types. Thanks Gregor Müllegger.
|
|
|
|
0.5.0 (2010.09.24)
|
|
------------------
|
|
|
|
- added manager_from (thanks George Sakkis)
|
|
- added StatusField, MonitorField, TimeFramedModel, and StatusModel
|
|
(thanks Jannis Leidel)
|
|
- deprecated ChoiceEnum and replaced with Choices
|
|
|
|
0.4.0 (2010.03.16)
|
|
------------------
|
|
|
|
- added SplitField
|
|
- added ChoiceEnum
|
|
- added South support for custom model fields
|
|
|
|
0.3.0
|
|
-----
|
|
|
|
* Added ``QueryManager``
|
|
|