django-model-utils/CHANGES.rst

23 lines
359 B
ReStructuredText
Raw Normal View History

CHANGES
=======
tip (unreleased)
----------------
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
- added South support for custom model fields
0.3.0
-----
* Added ``QueryManager``