django-model-utils/CHANGES.rst
2010-04-16 00:37:12 -04:00

22 lines
359 B
ReStructuredText

CHANGES
=======
tip (unreleased)
----------------
- 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``