Stefan Wojcik
6f5f5b4711
version bump (forgot to do it with v0.10.8 release, so have to go for v0.10.9)
v0.10.9
2016-12-10 23:36:06 -05:00
Stefan Wojcik
c6c5f85abb
update the changelog with everything we've added in v0.10.8
v0.10.8
2016-12-10 23:30:16 -05:00
Stefan Wójcik
7b860f7739
Deprecate Python v2.6 ( #1430 )
2016-12-10 13:29:31 -05:00
Stefan Wojcik
e28804c03a
add venv & venv3 to .gitignore
2016-12-10 13:11:37 -05:00
Stefan Wójcik
1b9432824b
Add ability to filter the generic reference field by ObjectId and DBRef ( #1425 )
2016-12-09 12:56:06 -05:00
Дмитрий Янцен
3b71a6b5c5
Improved tests to avoid regression Issue #1103
2016-12-06 11:33:44 +05:00
Дмитрий Янцен
7ce8768c19
Added rounding for unicode return value of to_mongo in DecimalField. Closes #1103
2016-12-06 10:42:10 +05:00
rmendocna
25e0f12976
fix delete cascade for models without a literal id field: replace with pk ( #1247 )
2016-12-05 22:54:21 -05:00
Stefan Wójcik
f168682a68
Dont let the MongoDB URI override connection settings it doesnt explicitly specify ( #1421 )
2016-12-05 22:31:00 -05:00
Stefan Wójcik
d25058a46d
Implement BaseQuerySet.batch_size ( #1426 )
2016-12-05 22:13:22 -05:00
Stefan Wójcik
4d0c092d9f
Fix iteration within iteration ( #1427 )
2016-12-05 09:38:24 -05:00
Stefan Wójcik
15714ef855
Fix __repr__ method of the StrictDict ( #1424 )
2016-12-04 16:10:59 -05:00
Stefan Wójcik
eb743beaa3
fix doc.get_<field>_display + unit test inspired by #1279 ( #1419 )
2016-12-04 00:34:24 -05:00
Stefan Wójcik
0007535a46
Add support for cursor.comment ( #1420 )
2016-12-04 00:33:42 -05:00
Stefan Wójcik
8391af026c
Fix filtering by embedded_doc=None ( #1422 )
2016-12-04 00:32:53 -05:00
Stefan Wójcik
800f656dcf
remove unnecessary randomness in indexes tests ( #1423 )
2016-12-04 00:31:54 -05:00
Stefan Wojcik
088c5f49d9
update the changelog
2016-12-03 16:32:14 -05:00
Ollie Ford
d8d98b6143
Support Falsey primary_key
s ( #1354 )
2016-12-03 16:10:05 -05:00
zeez
02fb3b9315
Support for authentication mechanism #905 ( #1333 )
2016-12-03 16:08:24 -05:00
Francesc Elies
4f87db784e
Make the README example easier to replicate ( #1382 )
2016-12-02 22:05:20 -05:00
Jérôme Lafréchoux
7e6287b925
Merge pull request #1417 from MongoEngine/fix-db-field-in-sum-and-average
...
Fix BaseQuerySet#sum and BaseQuerySet#average for fields that specify a db_field
2016-12-02 20:53:48 +01:00
Stefan Wojcik
999cdfd997
Fix BaseQuerySet#sum and BaseQuerySet#average for fields that specify a db_field
2016-12-02 11:32:38 -05:00
Jérôme Lafréchoux
8d6cb087c6
Fix changelog
v0.10.7
2016-11-29 09:28:13 +01:00
Stefan Wojcik
2b7417c728
add a missing entry to the changelog
2016-11-28 19:33:11 -05:00
Stefan Wójcik
3c455cf1c1
Improve health of this package ( #1409 )
...
* added flake8 and flake8-import-order to travis for py27
* fixed a test that fails from time to time depending on an order of a dict
* flake8 tweaks for the entire codebase excluding tests
2016-11-28 19:00:34 -05:00
Stefan Wójcik
5135185e31
Use SVG in README badges
2016-11-28 12:31:50 -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