From b655c90386f436b143700b814b43c3a2d7d4f466 Mon Sep 17 00:00:00 2001 From: Patrick O'brien Date: Thu, 1 Sep 2016 00:35:24 +1000 Subject: [PATCH] README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 888e375..9966f1b 100644 --- a/README.md +++ b/README.md @@ -788,6 +788,9 @@ pilots, _ := models.Pilots(db).All() err := pilots.ReloadAll(db) ``` +Note: `Reload` and `ReloadAll` are not recursive, if you need your relationships reloaded +you will need to call the `Reload` methods on those yourself. + ### Relationships relationships to one and to many relationship set ops (to one: set, remove, tomany: add, set, remove)