| 11 | | - Moved the entity to string mapping and resolving code to the (newly created) |
| 12 | | EntityCollection class (which stores lists of entities). This allows one to |
| 13 | | provide a custom mapping method if needed. The default class also overrides |
| 14 | | the __getattr__ method, providing and handy way to get at your entities. |
| 15 | | See source:elixir/trunk/tests/test_collections.py#L58 |
| | 11 | - Moved the "entity to string" mapping and resolving code to the (newly |
| | 12 | created) EntityCollection class (which stores lists of entities). This |
| | 13 | allows one to provide a custom mapping method if needed. The default class |
| | 14 | also overrides the __getattr__ method, providing and handy way to get at your |
| | 15 | entities. See source:elixir/trunk/tests/test_collections.py#L58 |