Matthieu Rigal
d4a8ae5743
Merge pull request #932 from elephanter/nested_map_fields_delta_fix
...
fix wrong _delta results on nested MapFields #931
2015-04-30 10:55:12 +02:00
Eremeev Danil
a4f2f811d3
removed forgotten print
2015-04-30 09:33:19 +05:00
Eremeev Danil
ebaba95eb3
fixed same bug for nested List inside MapField, little code refactoring, added test for nested list and nested reference fields
2015-04-30 09:33:19 +05:00
Eremeev Danil
31f7769199
percent string formatting changed to format method
2015-04-30 09:33:19 +05:00
elephant
7726be94be
fixed wrong _delta results on nested MapFields #931
2015-04-30 09:33:18 +05:00
Matthew Ellison
f2cbcea6d7
Unit Tests for #954 Fail on Exception, not Error
2015-04-29 14:26:05 -04:00
Matthew Ellison
5d6a28954b
Reflect Inheritance in Field's 'owner_document'
...
The 'owner_document' property of a Field now reflects the parent field
which first contained the Field when a Document in inherited.
Fixes #954
Closes #955
2015-04-29 14:23:57 -04:00
Sridhar Sundarraman
319f1deceb
Unit Test to Demonstrate #954
2015-04-29 14:23:57 -04:00
Omer Katz
3f14958741
Merge pull request #957 from noirbizarre/metastrict
...
Allow to loads undeclared field with meta attribute (fix #934 )
2015-04-29 19:32:26 +03:00
Matthew Ellison
42ba4a5c56
Merge pull request #960 from noirbizarre/tox
...
Tox support for cross-versions testing
2015-04-28 20:29:23 -04:00
Axel Haustant
c804c395ed
Post rebase and Django removal tuning (and prepare for PyMongo 3)
2015-04-28 21:36:07 +02:00
Axel Haustant
58c8cf1a3a
Split dependencies installation and test running avoing travis_retry on tests
2015-04-28 20:20:21 +02:00
Axel Haustant
76ea8c86b7
Use travis_retry on tox execution
2015-04-28 20:20:21 +02:00
Axel Haustant
050378fa72
Little README tuning
2015-04-28 20:20:21 +02:00
Axel Haustant
29d858d58c
Removed the deprecated py3where parameter
2015-04-28 20:20:21 +02:00
Axel Haustant
dc45920afb
Added missing coveralls install
2015-04-28 20:19:56 +02:00
Axel Haustant
15fcb57e2f
Fix typo in travis config
2015-04-28 20:19:56 +02:00
Axel Haustant
91ee85152c
Tests/Tox/TravisCI improvements
2015-04-28 20:19:56 +02:00
mrigal
aa7bf7af1e
adapted setup.cfg to use nosetests standard and allow usage of --tests argument, documenting it in the readme
2015-04-28 20:08:54 +02:00
Axel Haustant
02c1ba39ad
Added Django 1.8 to tox
2015-04-28 18:54:10 +02:00
Axel Haustant
8e8d9426df
Document about tox testing
2015-04-28 18:54:10 +02:00
Axel Haustant
57f301815d
Added a tox.ini file allowing to test with different versions
2015-04-28 18:54:10 +02:00
Matthew Ellison
dfc9dc713c
Merge pull request #973 from seglberg/feature/#958-django-split
...
Removed Django Support from MongoEngine
+1 @thedrow @MRigal @DavidBord @rozza
2015-04-28 10:37:22 -04:00
Matthew Ellison
1a0cad7f5f
Updated Django Support Documentation
...
Added "Call to Arms" for new Django Extension.
2015-04-28 10:02:39 -04:00
Omer Katz
3df436f0d8
Merge pull request #974 from eli-b/spelling
...
Spelling
2015-04-26 20:15:46 +03:00
Eli Boyarski
d737fca295
Spelling
2015-04-26 17:23:13 +03:00
Omer Katz
da5a3532d7
Merge pull request #967 from RussellLuo/master
...
Override `authentication_source` by "authSource" in URI
2015-04-25 17:08:14 +03:00
RussellLuo
27111e7b29
Update changelog for added authSource
support
2015-04-25 20:57:26 +08:00
RussellLuo
b847bc0aba
Make test_connect_uri_with_authsource
to focus on the key point
2015-04-25 10:22:24 +08:00
RussellLuo
6eb0bc50e2
Add a test for "authSource" feature
2015-04-25 08:01:24 +08:00
Matthew Ellison
7530f03bf6
Removed Django Support from MongoEngine
...
Django support has now been split out of MongoEngine and will be
revisted as a new but separate module.
Closes #958
2015-04-24 13:50:26 -04:00
RussellLuo
24a9633edc
Override authentication_source
by "authSource" in URI
2015-04-20 16:05:34 +08:00
Omer Katz
7e1a5ce445
Merge pull request #911 from jimmyshen/complexdatetime-microsecond-bug
...
Fixed microsecond-level ordering/filtering bug with ComplexDateTimeField
2015-04-19 12:40:01 +03:00
Jimmy Shen
2ffdbc7fc0
fixed microsecond-level ordering/filtering bug with ComplexDateTimeField as well as unused separator option
2015-04-19 03:26:14 -04:00
Axel Haustant
52c7b68cc3
Restore Py26 compatibility on assertRaises
2015-04-13 22:28:58 +02:00
Axel Haustant
ddbcc8e84b
Ensure meta.strict does not bypass constructor check
2015-04-13 18:48:42 +02:00
Axel Haustant
2bfb195ad6
Document FieldDoesNotExist and meta.strict
2015-04-13 18:07:48 +02:00
Axel Haustant
cd2d9517a0
Added 'strict' meta parameter
2015-04-13 17:49:08 +02:00
Omer Katz
19dc312128
Merge pull request #927 from Catstyle/feature/mark_as_changed_issue
...
mark_as_changed issue
2015-04-10 12:06:00 +03:00
Catstyle
175659628d
fix mark_as_changed: handle higher/lower level changed fields correctly to avoid conflict update error
2015-04-10 11:31:31 +08:00
Omer Katz
8fea2b09be
Merge pull request #925 from elephanter/fix__get_changed_fields
...
_get_changed_fields fix for embedded documents with id field.
2015-04-09 21:13:47 +03:00
Eremeev Danil
f77f45b70c
_get_changed_fields fix for embedded documents with id field.
...
removed commented out piece of code
added author and record to changelog
2015-04-09 12:36:48 +05:00
Omer Katz
103a287f11
Merge pull request #941 from MongoEngine/yograterol-patch-1
...
Remove support to PIL.
2015-04-09 10:19:48 +03:00
Omer Katz
d600ade40c
Merge pull request #947 from YoApp/optimization_issue888
...
Major dereferencing optimizations and fix for de-pickling outdated documents [migrated 921]
2015-04-09 10:06:12 +03:00
Michael Chase
a6a7cba121
Current class fields when unpickling. Fixes #888
...
Optimize dereferencing map by using sets.
2015-04-08 19:40:43 -07:00
Yohan Graterol
7fff635a3f
Remove support to PIL.
2015-04-08 11:29:55 -05:00
Ross Lawley
1ce6a7f4be
Update upgrade.rst
...
Add note to the upgrade guide about 0.8.7 bad package issue. #919 #929
2015-04-08 10:49:23 +01:00
David Bordeynik
a092910fdd
Merge pull request #920 from DavidBord/fix-914
...
ListField of embedded docs doesn't set the _instance attribute when iterating over it
2015-04-02 15:31:08 +03:00
David Bordeynik
bb77838b3e
fix-#914: ListField of embedded docs doesn't set the _instance attribute when iterating over it
2015-04-02 08:59:24 +03:00
David Bordeynik
1001f1bd36
Merge pull request #917 from DavidBord/fix-595
...
Fix #595 : Support += and *= for ListField
2015-04-02 01:08:30 +03:00