From fde733c205a3d879ca5e74452104946d0aaa89fa Mon Sep 17 00:00:00 2001 From: Bruno Pierri Galvao Date: Thu, 21 May 2015 10:22:02 -0400 Subject: [PATCH 1/3] spelling change definion to definition --- docs/guide/defining-documents.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/defining-documents.rst b/docs/guide/defining-documents.rst index 56370c14..79332493 100644 --- a/docs/guide/defining-documents.rst +++ b/docs/guide/defining-documents.rst @@ -114,7 +114,7 @@ arguments can be set on all fields: :attr:`default` (Default: None) A value to use when no value is set for this field. - The definion of default parameters follow `the general rules on Python + The definition of default parameters follow `the general rules on Python `__, which means that some care should be taken when dealing with default mutable objects (like in :class:`~mongoengine.fields.ListField` or :class:`~mongoengine.fields.DictField`):: From c82b26d334d467128a4c9bc025959df602089999 Mon Sep 17 00:00:00 2001 From: Eliecer Daza Date: Sun, 31 May 2015 18:28:12 -0500 Subject: [PATCH 2/3] little object name fix replace little object name HtmlPost with TextPost that is the one used on the example --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 2d17313f..f2829cd3 100644 --- a/README.rst +++ b/README.rst @@ -81,7 +81,7 @@ Some simple examples of what MongoEngine code looks like:: >>> len(BlogPost.objects) 2 - >>> len(HtmlPost.objects) + >>> len(TextPost.objects) 1 >>> len(LinkPost.objects) 1 From 73893f2a335c4389b544020f71b95d05922779c8 Mon Sep 17 00:00:00 2001 From: Charanpal Dhanjal Date: Tue, 2 Jun 2015 10:20:37 +0100 Subject: [PATCH 3/3] Added charanpald --- AUTHORS | 1 + 1 file changed, 1 insertion(+) diff --git a/AUTHORS b/AUTHORS index f424dbc2..37170ffa 100644 --- a/AUTHORS +++ b/AUTHORS @@ -222,3 +222,4 @@ that much better: * Catstyle Lee (https://github.com/Catstyle) * Kiryl Yermakou (https://github.com/rma4ok) * Matthieu Rigal (https://github.com/MRigal) + * Charanpal Dhanjal (https://github.com/charanpald)