docs
docs copied to clipboard
Collection names cannot be the name of a method on db. e.g. "hello"
Add the following additional restriction on naming of collections
Collection names should begin with an underscore or a letter character, and cannot:
- ...
- be the name of a method on db, e.g. "hello".
For more context see here.
DESCRIPTION
STAGING
JIRA
BUILD LOG
SELF-REVIEW CHECKLIST
- [x] Is this free of any warnings or errors in the RST?
- [x] Is this free of spelling errors?
- [x] Is this free of grammatical errors?
- [x] Is this free of staging / rendering issues?
- [x] Are all the links working?