Stefan Wojcik
c72465cbb4
flake8 tweaks for mongoengine.document
2016-11-28 16:00:56 -05:00
Stefan Wojcik
5d093e1011
flake8 tweaks for mongoengine.dereference
2016-11-28 15:56:28 -05:00
Stefan Wojcik
13ddef2033
flake8 tweaks to mongoengine/__init__.py
2016-11-28 15:53:40 -05:00
Stefan Wojcik
0229ebff4b
flake8 tweaks to setup.py
2016-11-28 15:52:11 -05:00
Stefan Wojcik
fd8cfbf610
flake8 tweaks to tests.queryset.queryset
2016-11-28 15:49:30 -05:00
Stefan Wojcik
43adba115b
flake8 tweaks to tests.queryset.transform
2016-11-28 15:22:38 -05:00
Stefan Wojcik
3985bd3e53
flake8 tweaks to tests.queryset.visitor
2016-11-28 15:17:32 -05:00
Stefan Wojcik
c35dab9541
add flake8 and flake8-import-order to travis for py27
2016-11-28 15:17:01 -05:00
Stefan Wojcik
b461f26e5d
version bump
2016-11-28 10:42:05 -05:00
Stefan Wojcik
faef5b8570
finalize the v0.10.7 changelog
2016-11-28 10:40:20 -05:00
Omer Katz
0a20e04c10
Merge pull request #1383 from BenCoDev/patch-1
...
Dictionnary Field recommended use
2016-11-27 18:39:04 +02:00
Stefan Wojcik
d19bb2308d
add #1389 to the changelog
2016-11-24 09:40:17 -05:00
BenCotte
d8dd07d9ef
Updating Dict Fields use description
...
Update dict fields use misleading description to clarify use case.
2016-11-20 11:22:34 +01:00
Omer Katz
36c56243cd
Merge pull request #1399 from sallyruthstruik/master
...
Add info in CHANGELOG
2016-11-20 10:28:14 +02:00
Stanivlav Kaledin
23d06b79a6
Add info in CHANGELOG
2016-11-17 19:05:46 +03:00
Omer Katz
e4c4e923ee
Merge pull request #1397 from sallyruthstruik/master
...
Fixed issue https://github.com/MongoEngine/mongoengine/issues/442
2016-11-17 11:32:09 +02:00
Omer Katz
936d2f1f47
Merge pull request #1334 from touilleMan/bug-892
...
Raise DoesNotExist when dereferencing unknown document
2016-11-17 11:31:15 +02:00
Emmanuel Leblond
07018b5060
Raise DoesNotExist when dereferencing unknown document
2016-11-17 09:21:34 +01:00
Stanivlav Kaledin
ac90d6ae5c
Don't force _cursor
2016-11-14 20:06:34 +03:00
Stanivlav Kaledin
2141f2c4c5
Fixed issue https://github.com/MongoEngine/mongoengine/issues/442
...
Added support for pickling BaseQueryset instances
Added BaseQueryset.__getstate__, BaseQuerySet.__setstate__ methods
2016-11-14 19:57:48 +03:00
Jérôme Lafréchoux
81870777a9
Update changelog
2016-10-24 12:00:01 +02:00
Jérôme Lafréchoux
845092dcad
Merge pull request #1390 from closeio/dont-test-on-py-32
...
Don't run tests for python 3.2
2016-10-20 09:42:13 +02:00
Stefan Wojcik
dd473d1e1e
remove v3.2 from .travis.yml
2016-10-19 18:15:15 -04:00
Stefan Wojcik
d2869bf4ed
Merge branch 'master' of github.com:MongoEngine/mongoengine into dont-test-on-py-32
2016-10-19 18:13:41 -04:00
Jérôme Lafréchoux
891a3f4b29
Merge pull request #1391 from closeio/fix-py26
...
Fix Python 2.6 tests
2016-10-19 23:24:55 +02:00
Jérôme Lafréchoux
6767b50d75
Merge pull request #1389 from jtharpla/topic/fix-hosts-as-list
...
Fix connecting to a list of hosts
2016-10-19 23:01:21 +02:00
Stefan Wojcik
d9e4b562a9
for good measure, remove py32 from the commented-out envlist, too
2016-10-19 16:30:39 -04:00
Stefan Wojcik
fb3243f1bc
readme fix
2016-10-19 16:23:48 -04:00
Stefan Wojcik
5fe1497c92
remove rednose from tox deps
2016-10-19 16:14:02 -04:00
Stefan Wojcik
5446592d44
remove rednose to see if it masks another issue
2016-10-19 16:05:59 -04:00
Stefan Wojcik
40ed9a53c9
dont run tests for python 3.2
2016-10-19 15:43:07 -04:00
Jeff Tharp
f7ac8cea90
Fix connecting to a list of hosts
2016-10-19 11:57:02 -07:00
Jérôme Lafréchoux
4ef5d1f0cd
Merge pull request #1384 from closeio/fix-email-address-english
...
Use proper English spelling for "email address"
2016-10-12 17:40:52 +02:00
Thomas Steinacher
6992615c98
Use English spelling for "email address"
2016-10-12 16:59:54 +02:00
BenCotte
43dabb2825
Dictionnary Field recommended use
...
At Dictionary Fields description, it seems that the intent of the sentence make more sense by adding : "not".
2016-10-11 18:14:17 +02:00
Jérôme Lafréchoux
05e40e5681
Merge pull request #1128 from iici-gli/master
...
Fixed: ListField minus index assignment does not work #1119
2016-09-07 09:29:31 +02:00
Gang Li
2c4536e137
redo fix for ListField loses use_db_field when serializing #1217
...
The new fix reverted the change on BaseField to_mongo so that it will not force
new field class to add kwargs to to_mongo function. The new derived field class
to_mongo can support use_db_field and fields parameters as needed.
Basically all field classes derived from ComplexBaseField support those parameters.
2016-09-06 17:27:47 -04:00
Jérôme Lafréchoux
3dc81058a0
Merge pull request #1346 from anih/master
...
Speed up checking if we passed missing field
2016-09-06 09:51:33 +02:00
anih
bd84667a2b
fixes
2016-09-06 09:27:41 +02:00
iici-gli
e5b6a12977
Merge pull request #1 from MongoEngine/master
...
pull new changes from original
2016-09-04 23:43:04 -04:00
Gang Li
ca415d5d62
Fix for:Base document _mark_as_changed bug #1369
2016-09-04 14:20:59 -04:00
Jérôme Lafréchoux
99b4fe7278
Merge pull request #1351 from mindojo-victor/1176
...
Fix for #1176 -- similar to https://github.com/MongoEngine/mongoengin…
2016-09-04 09:18:14 +02:00
Victor
327e164869
Fix for #1176 -- similar to https://github.com/MongoEngine/mongoengine/pull/982 but for update
.
2016-09-04 08:12:17 +03:00
Jérôme Lafréchoux
25bc571f30
Merge pull request #1331 from bagerard/fix_unit_test
...
fixes in the test suite
2016-09-03 22:54:28 +02:00
Jérôme Lafréchoux
38c7e8a1d2
Merge pull request #1363 from skoval00/fix-misleading-comment
...
Fix misleading comment about the descriptor
2016-09-03 22:03:06 +02:00
Jérôme Lafréchoux
ca282e28e0
Merge pull request #1360 from Gallaecio/patch-1
...
Fix array-slicing documentation
2016-08-22 10:13:08 +02:00
Sergey Kovalev
5ef59c06df
Fix misleading comment about the descriptor
2016-08-13 09:41:26 +03:00
Gallaecio
8f55d385d6
Fix array-slicing documentation
...
Fixes #1359 .
2016-08-11 08:52:53 +02:00
Jérôme Lafréchoux
cd2fc25c19
Merge pull request #1353 from DionysusG/master
...
fix typo at docs/guide/defineing-documents.rst
2016-08-04 11:28:11 +02:00
DionysusG
709983eea6
fix typo at docs/guide/defineing-documents.rst
2016-08-04 16:21:52 +08:00