Ross Lawley
|
c419f3379a
|
Style changes
|
2012-07-30 15:43:53 +01:00 |
|
Ross Lawley
|
69d57209f7
|
Minor
|
2012-07-30 13:35:45 +01:00 |
|
Ross Lawley
|
7ca81d6fb8
|
Fixes
|
2012-07-30 13:00:42 +01:00 |
|
Ross Lawley
|
8a046bfa5d
|
Merge branch 'master' into dev
|
2012-07-27 09:29:10 +01:00 |
|
Ross Lawley
|
3628a7653c
|
Squashed commit of the following:
commit 48f988acd728f1193b57df8cf6b0154d69c15099
Merge: 6526923 1304f27
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 08:17:45 2012 -0700
Merge pull request #44 from faulkner/fix-notes
Proper syntax for RST notes (so they actually render).
commit 6526923345efd768044c4fba770a8a3ada161a40
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 16:00:32 2012 +0100
Fixed recursion loading bug in _get_changed_fields
fixes hmarr/mongoengine#548
commit 24fd1acce68341361331e033d1692d61a936f871
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 14:14:10 2012 +0100
Version bump
commit cbb9235dc5d863ee0bb8a315c976581e71b6a641
Merge: 6459d4c 19ec2c9
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 15:12:34 2012 +0100
Merge branch 'master' of github.com:hmarr/mongoengine
commit 19ec2c9bc98db454680e681373f3fcd3b0f79a6c
Merge: 3070e0b 601f0eb
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 07:12:07 2012 -0700
Merge pull request #545 from maxcountryman/patch-1
Correcting typo in DynamicField docstring
commit 6459d4c0b60229edcd4d562898833f221d00ebf4
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Wed Jul 25 14:55:10 2012 +0100
Fixed issue with custom queryset manager expecting explict variable names
If using / expecting kwargs you have to call the queryset manager
explicitly.
commit 1304f2721f7850b223950edb85ec7c141255176c
Author: Chris Faulkner <thefaulkner@gmail.com>
Date: Tue Jul 24 14:06:43 2012 -0700
Proper syntax for RST notes (so they actually render).
commit 598ffd3e5c107990dd41995d0bbb21bf13f67fb5
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Mon Jul 23 15:32:02 2012 +0100
Fixed documentation
commit 601f0eb1682ebd9c9eb67f1b68b76bdd2cf3d8c7
Author: Max Countryman <maxc@me.com>
Date: Fri Jul 20 19:12:43 2012 -0700
Correcting typo in DynamicField docstring
|
2012-07-26 22:50:39 +01:00 |
|
Ross Lawley
|
48f988acd7
|
Merge pull request #44 from faulkner/fix-notes
Proper syntax for RST notes (so they actually render).
|
2012-07-26 08:17:45 -07:00 |
|
Ross Lawley
|
6526923345
|
Fixed recursion loading bug in _get_changed_fields
fixes hmarr/mongoengine#548
|
2012-07-26 16:00:32 +01:00 |
|
Ross Lawley
|
24fd1acce6
|
Version bump
|
2012-07-26 14:14:10 +01:00 |
|
Ross Lawley
|
cbb9235dc5
|
Merge branch 'master' of github.com:hmarr/mongoengine
|
2012-07-25 15:12:34 +01:00 |
|
Ross Lawley
|
19ec2c9bc9
|
Merge pull request #545 from maxcountryman/patch-1
Correcting typo in DynamicField docstring
|
2012-07-25 07:12:07 -07:00 |
|
Ross Lawley
|
6459d4c0b6
|
Fixed issue with custom queryset manager expecting explict variable names
If using / expecting kwargs you have to call the queryset manager
explicitly.
|
2012-07-25 14:55:10 +01:00 |
|
Chris Faulkner
|
1304f2721f
|
Proper syntax for RST notes (so they actually render).
|
2012-07-24 14:06:43 -07:00 |
|
Ross Lawley
|
598ffd3e5c
|
Fixed documentation
|
2012-07-23 15:32:02 +01:00 |
|
Ross Lawley
|
1a4533a9cf
|
Minor perf update
|
2012-07-23 14:46:48 +01:00 |
|
Max Countryman
|
601f0eb168
|
Correcting typo in DynamicField docstring
|
2012-07-20 19:12:43 -07:00 |
|
Ross Lawley
|
3070e0bf5d
|
Fix for inheritance bug and db_alias
v0.6.16
|
2012-07-20 10:34:08 +01:00 |
|
Ross Lawley
|
83c11a9834
|
Version bump
v0.6.15
|
2012-07-19 16:12:21 +01:00 |
|
Ross Lawley
|
5c912b930e
|
Removed tests testing MongoDB not mongoengine
|
2012-07-19 16:03:29 +01:00 |
|
Ross Lawley
|
1b17fb0ae7
|
Updated validation error messages
refs hmarr/mongoengine#539
|
2012-07-19 15:04:12 +01:00 |
|
Ross Lawley
|
d83e67c121
|
Added support for null / zero / false values in item_frequencies
refs /MongoEngine/mongoengine#40
|
2012-07-19 12:08:07 +01:00 |
|
Ross Lawley
|
ae39ed94c9
|
Fixed cascade save edge case
refs MongoEngine/mongoengine#40
|
2012-07-19 11:52:26 +01:00 |
|
Ross Lawley
|
1e51180d42
|
Fixed geo index creation bug
fixes MongoEngine/mongoengine#36
|
2012-07-19 11:39:52 +01:00 |
|
Ross Lawley
|
87ba69d02e
|
Updated changelog
|
2012-07-19 10:35:37 +01:00 |
|
Ross Lawley
|
8879d5560b
|
Added support for args / kwargs and queryset_manager
Closes MongoEngine/mongoengine#37
|
2012-07-19 10:32:33 +01:00 |
|
Ross Lawley
|
c1621ee39c
|
Merge pull request #39 from wpjunior/tests2
More one test
|
2012-07-18 06:10:26 -07:00 |
|
Ross Lawley
|
b0aa98edb4
|
Deref list custom id fix
|
2012-07-18 14:09:24 +01:00 |
|
Wilson Júnior
|
a7a2fe0216
|
added more tests
|
2012-07-18 06:37:23 -03:00 |
|
Ross Lawley
|
8e50f5fa3c
|
Version bump
|
2012-07-11 16:59:24 +01:00 |
|
Ross Lawley
|
31793520bf
|
Updated changelog / AUTHORS
refs hmarr/mongoengine#529
|
2012-07-11 16:38:15 +01:00 |
|
Ross Lawley
|
0b6b0368c5
|
Merge branch 'master' of https://github.com/elasticsales/mongoengine
|
2012-07-11 16:36:35 +01:00 |
|
Ross Lawley
|
d1d30a9280
|
Added test and updated changelog
refs hmarr/mongoengine#527
|
2012-07-11 16:34:28 +01:00 |
|
Ross Lawley
|
420c6f2d1e
|
Merge branch 'patch-10' of https://github.com/wpjunior/mongoengine
|
2012-07-11 16:33:16 +01:00 |
|
Ross Lawley
|
34f06c4971
|
Updated changelog / AUTHORS
refs hmarr/mongoengine#524
|
2012-07-11 16:27:43 +01:00 |
|
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 |
|
Thomas Steinacher
|
b3bb4add9c
|
Fix error dict with nested validation.
|
2012-06-27 13:46:06 -07:00 |
|
Wilson Júnior
|
d305e71c27
|
Fixes for __ne operator in IntField and FloatField
|
2012-06-25 15:53:42 -03:00 |
|