This website requires JavaScript.
682db9b81f
Add versionchanged to document save_condition
Emmanuel Leblond
2015-06-02 17:44:57 +02:00
3e000f9be1
Raise error if save_condition fails #991
Emmanuel Leblond
2015-05-21 17:35:51 +02:00
548a552638
Merge pull request #994 from MRigal/fix/cls-index-at-desired-position
Matthieu Rigal
2015-06-11 14:20:01 +02:00
1d5b5b7d15
Merge pull request #1018 from MRigal/fix/517-no_dereference-not-respected-on-embedded-docs
Matthieu Rigal
2015-06-11 14:16:11 +02:00
91aa4586e2
Fixes after code review
Frederik Creemers
2015-06-04 22:38:11 +02:00
6d3bc43ef6
Merge pull request #1000 from ProgressivePlanning/test_update_related
Matthieu Rigal
2015-06-04 19:18:11 +02:00
0f63e26641
use AssertEqual instead of AssertListEqual for py2.6 compatibility
Marcel van den Elst
2015-06-04 15:02:32 +02:00
ab2ef69c6a
improve _created status when switch collection and db
Breeze.kay
2015-06-03 18:13:54 +08:00
621350515e
Added test was still failing and implemented solution as described in #517
Matthieu Rigal
2015-06-03 01:02:19 +02:00
03ed5c398a
Merge pull request #1007 from charanpald/master
Matthieu Rigal
2015-06-02 23:43:57 +02:00
65d6f8c018
Solution for documentation issue #1003
Frederik Creemers
2015-06-02 12:35:25 +02:00
79d0673ae6
Merge remote-tracking branch 'origin/patch-2'
Charanpal
2015-06-02 10:49:25 +01:00
cbd488e19f
Merge remote-tracking branch 'origin/patch-1'
Charanpal
2015-06-02 10:49:15 +01:00
380d869195
Add fix to FileField deletion
Charanpal Dhanjal
2015-06-02 10:23:37 +01:00
73893f2a33
Added charanpald
Charanpal Dhanjal
2015-06-02 10:20:37 +01:00
ad81470d35
Put space after hash
Charanpal Dhanjal
2015-06-02 10:17:17 +01:00
fc140d04ef
Fix comment in delete
Charanpal Dhanjal
2015-06-02 10:15:27 +01:00
a0257ed7e7
Updated test to use new create_index method
Matthieu Rigal
2015-06-02 00:14:18 +02:00
4769487c3b
Merge pull request #1012 from elin3t/patch-1
Matthieu Rigal
2015-06-01 23:46:36 +02:00
29def587ff
Merge pull request #1004 from brunopgalvao/patch-1
Matthieu Rigal
2015-06-01 23:27:50 +02:00
f35d0b2b37
Added create_index method, warnings for drop_dups and a geohaystack test
Matthieu Rigal
2015-06-01 23:12:43 +02:00
283e92d55d
Added hashed index, a bit more of geo-indexes, possibility to give _cls and docs
Matthieu Rigal
2015-05-07 15:11:33 +02:00
c82b26d334
little object name fix
Eliecer Daza
2015-05-31 18:28:12 -05:00
2753e02cda
Fix for case where Document is deleted and it's files (FieldFields) in GridFS remain.
Charanpal
2015-05-23 14:46:56 +01:00
fde733c205
spelling change definion to definition
Bruno Pierri Galvao
2015-05-21 10:22:02 -04:00
f730591f2c
added passing test for updates on related models
Marcel van den Elst
2015-05-20 13:01:41 +02:00
94eac1e79d
Merge pull request #946 from MRigal/fix/pymongo3-connection
David Bordeynik
2015-05-11 15:51:51 +03:00
9f2b6d0ec6
Merge pull request #894 from MongoEngine/topic/not-in-style-issue
Matthew Ellison
2015-05-08 09:06:32 -04:00
7d7d0ea001
Use not in instead of not (x in y).
Omer Katz
2015-02-27 11:21:55 +02:00
794101691c
removed wire_concern usage and cosmetics
Matthieu Rigal
2015-05-07 19:34:31 +02:00
a443144a5c
Merge pull request #995 from seglberg/PR/952-squash
Matthew Ellison
2015-05-07 13:12:11 -04:00
73f0867061
Unit Test - Unique Multikey Index
Eli Boyarski
2015-04-10 15:49:29 +02:00
f97db93212
corrected test for MongoDB 2.X
Matthieu Rigal
2015-05-07 12:34:41 +02:00
d36708933c
author and changelog
Matthieu Rigal
2015-05-07 11:03:44 +02:00
14f82ea0a9
enabled PYMONGO 3 and DEV for travis
Matthieu Rigal
2015-05-07 10:56:22 +02:00
c41dd6495d
corrected connection test for PyMongo3+
Matthieu Rigal
2015-05-07 10:47:28 +02:00
1005c99e9c
corrected index test for MongoDB 3+
Matthieu Rigal
2015-05-07 10:47:09 +02:00
f4478fc762
removed sleep thanks to @seglberg suggestion
Matthieu Rigal
2015-05-07 09:54:24 +02:00
c5ed308ea5
comments update after having tested PyMongo 3.0.1
mrigal
2015-04-29 17:12:47 +02:00
3ab5ba6149
added explicit warnings when calling methods having no effect anymore with PyMongo3+
mrigal
2015-04-29 15:51:17 +02:00
9b2fde962c
added try except to geo test to catch random mongo internal errors
mrigal
2015-04-16 13:14:20 +02:00
571a7dc42d
Fix last issue with binary field as primary key and skipped new test
mrigal
2015-04-16 11:45:04 +02:00
3421fffa9b
reactivated unnecessarily skipped test
mrigal
2015-04-16 11:18:29 +02:00
c25619fd63
improved deprecation documentation and added warning when using snapshot with PyMongo3
mrigal
2015-04-12 14:07:45 +02:00
76adb13a64
Minor text and comments enhancements
mrigal
2015-04-12 12:29:25 +02:00
33b1eed361
corrected logical test for not Pymongo3 versions
mrigal
2015-04-11 22:55:33 +02:00
c44891a1a8
changed unittest to call for compatibility with Python 2.6
mrigal
2015-04-11 22:55:08 +02:00
f31f52ff1c
corrected test condition, depending on mongodb and not pymongo version
mrigal
2015-04-11 22:46:24 +02:00
6ad9a56bd9
corrected bad import preventing to run on PyMongo 2.X versions
mrigal
2015-04-11 11:08:26 +02:00
a5c2fc4f9d
reinforced test for BinaryField being a Primary Key
mrigal
2015-04-11 01:54:05 +02:00
0a65006bb4
replaced find_and_modify by PyMongo3 equivalents
mrigal
2015-04-11 01:31:54 +02:00
3db896c4e2
work-around for pymongo 3 bug
mrigal
2015-04-11 01:31:13 +02:00
e80322021a
corrected and enhanced geo_index test
mrigal
2015-04-10 23:20:22 +02:00
48316ba60d
implemented global IS_PYMONGO_3
mrigal
2015-04-10 22:23:56 +02:00
c0f1493473
fix revert situated at the wrong location
mrigal
2015-04-09 15:50:16 +02:00
ccbd128fa2
first adaptations after comments and find-outs
mrigal
2015-04-09 10:57:19 +02:00
46817caa68
various unused imports removed (I am allergic)
mrigal
2015-04-09 03:47:13 +02:00
775c8624d4
change to try to address issues due to new save() behaviour, not satisfying, some tests are still failing
mrigal
2015-04-09 03:46:42 +02:00
36eedc987c
adapted index test to new explain output in pymongo3 and added comment to a possible pymongo3 bug
mrigal
2015-04-09 03:45:25 +02:00
3b8f31c888
fix problems with cursor arguments
mrigal
2015-04-09 03:43:49 +02:00
a34fa74eaa
fix connection problems with pymongo3 and added tests
mrigal
2015-04-09 03:40:42 +02:00
d6b2d8dcb5
Merge pull request #982 from elephanter/operator_name_in_field_name
Matthieu Rigal
2015-05-07 11:47:12 +02:00
aab0599280
test moved to another file, cosmetical fixes
Eremeev Danil
2015-05-07 10:53:25 +05:00
dfa8eaf24e
Added changeset, updated documentation and tests, changed test condition
Eremeev Danil
2015-05-05 12:00:46 +05:00
63d55cb797
solution for #949
Eremeev Danil
2015-04-09 16:23:28 +05:00
c642eee0d2
Merge pull request #992 from touilleMan/master
Matthieu Rigal
2015-05-06 23:13:20 +02:00
5f33d298d7
Fix typo in guide/defining-documents.rst
Emmanuel Leblond
2015-05-06 21:32:36 +02:00
fc39fd7519
Update defining-documents.rst
Emmanuel Leblond
2015-05-06 18:30:49 +02:00
7f442f7485
Merge pull request #978
Matthew Ellison
2015-05-06 09:41:00 -04:00
0ee3203a5a
[docs] Adding SortedListField fix to changelog
rma4ok
2015-04-29 11:34:04 -04:00
43a5df8780
[dist] Adding rma4ok to contributors
rma4ok
2015-04-29 11:23:51 -04:00
0949df014b
[fix] SortedListField: update whole list if order is changed
rma4ok
2015-04-29 01:14:48 -04:00
01f4dd8f97
Merge pull request #989
Matthew Ellison
2015-05-06 09:38:26 -04:00
8b7599f5d9
Merge pull request #900
Matthew Ellison
2015-05-06 09:37:56 -04:00
9bdc320cf8
dont send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769 )
Stefan Wojcik
2015-05-06 11:25:45 +02:00
d9c8285806
Merge pull request #988 from olivierlefloch/master
Matthew Ellison
2015-05-05 09:08:43 -04:00
4b8344082f
Testing if we can query embedded document's field inside MapField. Part of #912 , which is fixed in 0.9.
Gregor Kališnik
2015-05-05 12:49:45 +02:00
e5cf76b460
Match other code blocks This fixes rendering on the documentation website: http://docs.mongoengine.org/upgrade.html
Olivier Le Floch
2015-05-04 15:02:01 -07:00
422ca87a12
Merge pull request #979 from DavidBord/fix-453
David Bordeynik
2015-05-02 20:26:56 +03:00
a512ccca28
fix-#453: Queryset update doesn't go through field validation
David Bordeynik
2015-04-29 15:11:48 +03:00
ba215be97c
Merge pull request #984 from asmacdo/asmacdo-patch-1
Matthew Ellison
2015-05-01 07:22:50 -04:00
ca16050681
Update docs with NotUniqueError
Austin
2015-04-30 16:02:50 -04:00
06e4ed1bb4
Merge pull request #976 from seglberg/bugfix/#954-ref-field-subclass
Matthew Ellison
2015-04-30 09:22:15 -04:00
d4a8ae5743
Merge pull request #932 from elephanter/nested_map_fields_delta_fix
Matthieu Rigal
2015-04-30 10:55:12 +02:00
a4f2f811d3
removed forgotten print
Eremeev Danil
2015-04-09 09:47:38 +05:00
ebaba95eb3
fixed same bug for nested List inside MapField, little code refactoring, added test for nested list and nested reference fields
Eremeev Danil
2015-04-09 09:34:40 +05:00
31f7769199
percent string formatting changed to format method
Eremeev Danil
2015-04-09 09:14:12 +05:00
7726be94be
fixed wrong _delta results on nested MapFields #931
elephant
2015-04-06 20:21:36 +05:00
f2cbcea6d7
Unit Tests for #954 Fail on Exception, not Error
Matthew Ellison
2015-04-29 14:26:05 -04:00
5d6a28954b
Reflect Inheritance in Field's 'owner_document'
Matthew Ellison
2015-04-28 15:07:22 -04:00
319f1deceb
Unit Test to Demonstrate #954
Sridhar Sundarraman
2015-04-12 17:28:26 +03:00
3f14958741
Merge pull request #957 from noirbizarre/metastrict
Omer Katz
2015-04-29 19:32:26 +03:00
42ba4a5c56
Merge pull request #960 from noirbizarre/tox
Matthew Ellison
2015-04-28 20:29:23 -04:00
c804c395ed
Post rebase and Django removal tuning (and prepare for PyMongo 3)
Axel Haustant
2015-04-28 20:31:13 +02:00
58c8cf1a3a
Split dependencies installation and test running avoing travis_retry on tests
Axel Haustant
2015-04-22 13:10:44 +02:00
76ea8c86b7
Use travis_retry on tox execution
Axel Haustant
2015-04-18 13:40:32 +02:00
050378fa72
Little README tuning
Axel Haustant
2015-04-17 17:20:57 +02:00
29d858d58c
Removed the deprecated py3where parameter
Axel Haustant
2015-04-17 17:20:37 +02:00
dc45920afb
Added missing coveralls install
Axel Haustant
2015-04-17 16:29:16 +02:00
15fcb57e2f
Fix typo in travis config
Axel Haustant
2015-04-17 16:08:31 +02:00