Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure every docstring that can point at MongoDB official documentation, does. #16

Open
amcgregor opened this issue Nov 27, 2016 · 0 comments
Assignees
Labels
2.enhancement New ideas or improvements. need:documentation For task completion, documentation is required. org:help-wanted These issues may make for good entry points into working on the codebase.
Milestone

Comments

@amcgregor
Copy link
Member

Following the example of the GeoJSON support code.

@amcgregor amcgregor added the 2.enhancement New ideas or improvements. label Nov 27, 2016
@amcgregor amcgregor added this to the 1.1.0 Release milestone Nov 27, 2016
@amcgregor amcgregor self-assigned this Nov 27, 2016
@amcgregor amcgregor added the org:help-wanted These issues may make for good entry points into working on the codebase. label Nov 28, 2016
amcgregor added a commit that referenced this issue May 10, 2017
Traits added:

* Collection
* Derived
* Expires
* Identified
* Localized
* Published
* Queryable

Major unrelated additions:

* String stripping and case conversion.  Fixes #33.
* Markdown field. Fixes #34.
* Path field. Fixes #35.

Minor additions and changes:

* Utility function: `utcnow`
* Improved docstring coverage and referential integrity.  Work on #16.
* Generalized programmers' representations.
* Improved minifying plugin name lookup for `PluginReference` fields.
* Correct regression in the ability to manipulate field attributes via class attribute access.
* Collation support.
* Various project metadata updates including pre-commit and testing:
   * Updated CPython, Pypy, and MongoDB versions on Travis.
   * Skip slow (and unreliable) capped collection tests on Pypy.
   * Step debugger integration.
* Adjustments to query fragment merging.
* Switch test logging capture plugin to eliminate warnings.
* Simplification for HasKinds field types to only support a single referenced kind.
* Corrected Reference field behaviours.
* Parametric adjustments for extended `push` options.
* Dead code removal.
* Updated example for latest usage patterns.
* Array and Embed default value handling to reduce boilerplate lambdas, tests, trait updates.
* Utilize MutableMapping subclasses to work around an issue on Pypy.  Fixes #32, reference #31.
@amcgregor amcgregor added the need:documentation For task completion, documentation is required. label May 19, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.enhancement New ideas or improvements. need:documentation For task completion, documentation is required. org:help-wanted These issues may make for good entry points into working on the codebase.
Projects
None yet
Development

No branches or pull requests

1 participant