Ross Lawley
|
9cc4bbd49d
|
Merge branch 'patch-1' of https://github.com/daevaorn/mongoengine
|
2012-07-11 16:26:50 +01:00 |
|
Ross Lawley
|
f66b312869
|
Updated api docs
fixes hmarr/mongoengine#526
|
2012-07-11 16:25:40 +01:00 |
|
Ross Lawley
|
2405ba8708
|
Updated Changelog / AUTHORS
refs hmarr/mongoengine#531
|
2012-07-11 16:11:13 +01:00 |
|
Ross Lawley
|
a91b6bff8b
|
Merge branch 'master' of https://github.com/agonzalezro/mongoengine
|
2012-07-11 16:09:33 +01:00 |
|
Ross Lawley
|
450dc11a68
|
Unicode fixes
refs hmarr/mongoengine#533 MongoEngine/mongoengine#32
|
2012-07-11 16:01:24 +01:00 |
|
Ross Lawley
|
1ce2f84ce5
|
Updated docs regarding fields
refs hmarr/mongoengine#535
|
2012-07-11 15:56:34 +01:00 |
|
Ross Lawley
|
f55b241cfa
|
Trying to bump travis
|
2012-07-11 15:45:31 +01:00 |
|
Ross Lawley
|
34d08ce8ef
|
Only dereference fields than need it
Fixes MongoEngine/mongoengine#31
|
2012-07-11 15:23:27 +01:00 |
|
Ross Lawley
|
4f5aa8c43b
|
Fixed config / added test
|
2012-07-11 14:29:35 +01:00 |
|
Ross Lawley
|
27b375060d
|
Updated changelog / AUTHORS
refs MongoEngine/mongoengine#32
|
2012-07-11 14:25:38 +01:00 |
|
Ross Lawley
|
cbfdc401f7
|
Merge pull request #32 from jaimeirurzun/master
Fix _transform_update to accept unicode fields
Thanks jaimeirurzun
|
2012-07-11 06:24:29 -07:00 |
|
Ross Lawley
|
b58bf3e0ce
|
Added support for addToSet and each
fixes MongoEngine/mongoengine#33
|
2012-07-11 14:22:50 +01:00 |
|
Jaime Irurzun
|
1fff7e9aca
|
Fix _transform_update to accept unicode fields
|
2012-07-10 10:40:14 +01:00 |
|
Álex González
|
494b981b13
|
Default value for direction
|
2012-07-02 10:05:25 +02:00 |
|
Álex González
|
dd93995bd0
|
Forced cast to list
|
2012-07-02 10:01:22 +02:00 |
|
Alexander Koshelev
|
0d92baa670
|
Exclude tests from installation
|
2012-06-24 03:08:49 +04:00 |
|
Ross Lawley
|
7a1b110f62
|
Added Tristan Escalada to authors
refs #hmarr/mongoengine#520
v0.6.13
v0.6.14
|
2012-06-23 22:24:09 +01:00 |
|
Ross Lawley
|
db8df057ce
|
Merge pull request #520 from tescalada/patch-1
documentation typo: inheritence
|
2012-06-23 14:23:07 -07:00 |
|
Ross Lawley
|
5d8ffded40
|
Fixed issue with embedded_docs and db_fields
Bumped version also
refs: hmarr/mongoengine#523
|
2012-06-23 22:19:02 +01:00 |
|
Ross Lawley
|
07f3e5356d
|
Updated changelog / AUTHORS
refs: hmarr/mongoengine#522
|
2012-06-23 21:46:31 +01:00 |
|
Ross Lawley
|
1ece62f960
|
Merge branch 'unicode-fix' of https://github.com/aparajita/mongoengine
|
2012-06-23 21:43:09 +01:00 |
|
Ross Lawley
|
056c604dc3
|
Fixes __repr__ modifying the cursor
Fixes MongoEngine/mongoengine#30
|
2012-06-22 16:22:27 +01:00 |
|
Aparajita Fishman
|
2d08eec093
|
Fix conversion of StringField value to unicode, replace outdated (str, unicode) check with unicode
|
2012-06-21 18:57:14 -07:00 |
|
Tristan Escalada
|
614b590551
|
documentation typo: inheritence
inheritence corrected to inheritance
only in the documentation, not in the code
|
2012-06-19 17:08:28 -03:00 |
|
Ross Lawley
|
6d90ce250a
|
Version bump
v0.6.12
|
2012-06-19 17:01:28 +01:00 |
|
Ross Lawley
|
ea31846a19
|
Fixes scalar lookups for primary_key
fixes hmarr/mongoengine#519
|
2012-06-19 16:59:18 +01:00 |
|
Ross Lawley
|
e6317776c1
|
Fixes DBRef handling in _delta
refs: hmarr/mongoengine#518
|
2012-06-19 16:45:23 +01:00 |
|
Ross Lawley
|
efeaba39a4
|
Version bump
v.0.6.11
|
2012-06-19 14:34:16 +01:00 |
|
Ross Lawley
|
1a97dfd479
|
Better fix for .save() _delta issue with DbRefs
refs: hmarr/mongoengine#518
|
2012-06-19 14:05:53 +01:00 |
|
Ross Lawley
|
9fecf2b303
|
Fixed inconsistency handling None values field attrs
fixes hmarr/mongoengine#505
|
2012-06-19 11:22:12 +01:00 |
|
Ross Lawley
|
3d0d2f48ad
|
Fixed map_field embedded db_field bug
fixes hmarr/mongoengine#512
|
2012-06-19 10:57:43 +01:00 |
|
Ross Lawley
|
581605e0e2
|
Added test case for _delta
refs: hmarr/mongoengine#518
|
2012-06-19 10:08:56 +01:00 |
|
Ross Lawley
|
45d3a7f6ff
|
Updated Changelog
|
2012-06-19 09:49:55 +01:00 |
|
Ross Lawley
|
7ca2ea0766
|
Fixes .save _delta issue with DBRefs
Fixes hmarr/mongoengine#518
|
2012-06-19 09:49:22 +01:00 |
|
Ross Lawley
|
89220c142b
|
Fixed django test class
refs hmarr/mongoengine#506
|
2012-06-18 21:18:40 +01:00 |
|
Ross Lawley
|
c73ce3d220
|
Updated changelog / AUTHORS
refs hmarr/mongoengine#511
|
2012-06-18 21:13:55 +01:00 |
|
Ross Lawley
|
b0f127af4e
|
Merge branch 'master' of https://github.com/andreyfedoseev/mongoengine
|
2012-06-18 21:12:52 +01:00 |
|
Ross Lawley
|
766d54795f
|
Merge branch 'master' of https://github.com/MeirKriheli/mongoengine
Conflicts:
docs/changelog.rst
|
2012-06-18 21:10:14 +01:00 |
|
Ross Lawley
|
bd41c6eea4
|
Updated changelog & AUTHORS
refs hmarr/mongoengine#517
|
2012-06-18 21:04:41 +01:00 |
|
Ross Lawley
|
2435786713
|
Merge branch 'master' of https://github.com/shaunduncan/mongoengine
|
2012-06-18 20:55:32 +01:00 |
|
Ross Lawley
|
9e7ea64bd2
|
Fixed db_field load error
Fixes mongoengine/MongoEngine#45
|
2012-06-18 20:49:33 +01:00 |
|
Ross Lawley
|
89a6eee6af
|
Fixes cascading saves with filefields
fixes #24 #25
|
2012-06-18 16:45:14 +01:00 |
|
Shaun Duncan
|
2ec1476e50
|
Adding test case for self-referencing documents with cascade deletes
|
2012-06-16 11:05:23 -04:00 |
|
Shaun Duncan
|
2d9b581f34
|
Adding check if cascade delete is self-referencing. If so, prevent
recursing if there are no objects to evaluate
|
2012-06-15 15:42:19 -04:00 |
|
Harry Marr
|
5bb63f645b
|
Fix minor typo w/ FloatField
|
2012-06-08 19:24:10 +02:00 |
|
Meir Kriheli
|
a856c7cc37
|
Fix formatting of the docstring
|
2012-06-07 12:36:14 +03:00 |
|
Meir Kriheli
|
26db9d8a9d
|
Documentation for PULL reverse_delete_rule
|
2012-06-07 12:32:02 +03:00 |
|
Meir Kriheli
|
8060179f6d
|
Implement PULL reverse_delete_rule
|
2012-06-07 12:16:00 +03:00 |
|
Meir Kriheli
|
77ebd87fed
|
Test PULL reverse_delete_rule
|
2012-06-07 12:02:19 +03:00 |
|
Valentin Gorbunov
|
e4bc92235d
|
test_save_max_recursion_not_hit_with_file_field added
|
2012-06-06 15:48:16 +04:00 |
|