The idea is to implement `model.get(field_name, default=None)` method, that has similar behaviour as `dict.get()` method. Note: if there is no field with such name, `AttributeError` exception should be raised.