README tweaks

This commit is contained in:
Carl Meyer 2010-04-16 09:31:55 -04:00
parent 238571ed43
commit 115cdca933

View file

@ -91,8 +91,10 @@ field changes::
STATUS = Choices('draft', 'published')
status = StatusField()
status_changed = models.MonitorField(monitor='status')
status_changed = MonitorField(monitor='status')
(A ``MonitorField`` can monitor any type of field for changes, not only a
``StatusField``.)
SplitField
==========