2010-01-07 04:48:44 +00:00
|
|
|
CHANGES
|
|
|
|
|
=======
|
|
|
|
|
|
|
|
|
|
tip (unreleased)
|
|
|
|
|
----------------
|
|
|
|
|
|
2010-10-05 12:59:25 +00:00
|
|
|
- added InheritanceCastManager and InheritanceCastQuerySet, to allow bulk
|
|
|
|
|
casting of a queryset to child types. Thanks Gregor Müllegger.
|
|
|
|
|
|
2010-09-24 14:33:09 +00:00
|
|
|
0.5.0 (2010.09.24)
|
|
|
|
|
------------------
|
|
|
|
|
|
2010-07-31 02:09:46 +00:00
|
|
|
- added manager_from (thanks George Sakkis)
|
2010-04-16 04:37:12 +00:00
|
|
|
- added StatusField, MonitorField, TimeFramedModel, and StatusModel
|
|
|
|
|
(thanks Jannis Leidel)
|
|
|
|
|
- deprecated ChoiceEnum and replaced with Choices
|
|
|
|
|
|
2010-03-16 21:55:56 +00:00
|
|
|
0.4.0 (2010.03.16)
|
|
|
|
|
------------------
|
|
|
|
|
|
2010-01-15 22:26:59 +00:00
|
|
|
- added SplitField
|
2010-01-14 00:25:16 +00:00
|
|
|
- added ChoiceEnum
|
2010-01-07 04:48:44 +00:00
|
|
|
- added South support for custom model fields
|
|
|
|
|
|
|
|
|
|
0.3.0
|
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
|
* Added ``QueryManager``
|
|
|
|
|
|