Extending write() and create()

The Extending the business logic defined in a Model recipe from this chapter showed us how to extend methods that are defined on a model class. If you think about it, methods that are defined on the parent class of the model are also part of the model. This means that all the base methods that defined on models.Model (actually, on models.BaseModel, which is the parent class of models.Model) are also available and can be extended.

This recipe shows you how to extend create() and write() to control access to some fields of the records.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset