Skip to content

Commit

Permalink
Testing things out.
Browse files Browse the repository at this point in the history
  • Loading branch information
amcgregor committed Sep 14, 2017
1 parent 6e1e821 commit aa4acfa
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
2 changes: 1 addition & 1 deletion history.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Field enhancements:
* `PluginReference` can now perform simple search and replace in Python import references, allowing for mapping of old import paths to new ones during code refactoring. [#49](https://github.com/marrow/mongo/issues/49)

<!-- /timeline -->
<<!-- timeline -->
<!-- timeline -->

## 1.1.1 [_Refinement Release_](https://github.com/marrow/mongo/releases/tag/1.1.1)

Expand Down
35 changes: 35 additions & 0 deletions reference/field/alias.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Alias

An **Alias** is a reference, calculated property, or getter/setter for another field within the same document structure allowing read access, querying, and in most cases allowing write access through the aliased attribute name.

<dl>
<dt>
<h5>Inherits</h5>
</dt><dd>
<code>marrow.schema:<em>Attribute</em></code>
</dd>
<dt>
</dt><dd>
</dd>
<dt>
</dt><dd>
</dd>
<dt>
</dt><dd>
</dd>
<dt>
</dt><dd>
</dd>
</dl>


## Usage


## Attributes


## Example


## See Also

0 comments on commit aa4acfa

Please sign in to comment.