Ross Lawley
|
f09c39b5d7
|
Updated AUTHORS and chaneglog.rst
refs MongoEngine/mongoengine#92
|
2012-08-24 09:10:13 +01:00 |
|
Ross Lawley
|
89c67bf259
|
Merge branch 'master' of https://github.com/nikitinsm/mongoengine
|
2012-08-24 09:08:35 +01:00 |
|
Ross Lawley
|
ea666d4607
|
Updated AUTHORS and changelog.rst
Refs: MongoEngine/mongoengine#88
|
2012-08-24 09:00:39 +01:00 |
|
Ross Lawley
|
b8af154439
|
Merge pull request #88 from akolechkin/master
Fix for UnboundLocalError in composite index with pk field
|
2012-08-24 00:58:09 -07:00 |
|
Ross Lawley
|
f594ece32a
|
Fixed MRO issue in base.py MongoEngine/mongoengine#95
|
2012-08-24 08:54:54 +01:00 |
|
Ross Lawley
|
03beb6852a
|
Merge branch 'master' of https://github.com/elasticsales/mongoengine
|
2012-08-24 08:53:26 +01:00 |
|
Ross Lawley
|
8cb8aa392c
|
Updated tests
|
2012-08-23 17:08:23 +01:00 |
|
Ross Lawley
|
3255519792
|
Updating test
|
2012-08-23 16:31:22 +01:00 |
|
Ross Lawley
|
ba276452fb
|
Fix tests
|
2012-08-23 11:09:07 +01:00 |
|
Ross Lawley
|
4ffa8d0124
|
Updated ReferenceField's to optionally store ObjectId strings.
This will become the default in 0.8 (MongoEngine/mongoengine#89)
|
2012-08-23 11:02:38 +01:00 |
|
Ross Lawley
|
658b3784ae
|
Split out warning tests as they are order dependent
|
2012-08-22 09:44:32 +01:00 |
|
Ross Lawley
|
0526f577ff
|
Embedded Documents still can inherit fields MongoEngine/mongoengine#84
|
2012-08-22 09:27:18 +01:00 |
|
Ross Lawley
|
bb1b9bc1d3
|
Fixing api docs
|
2012-08-21 17:49:12 +01:00 |
|
Ross Lawley
|
b1eeb77ddc
|
Added FutureWarning - save will default to cascade=False in 0.8
|
2012-08-21 17:45:51 +01:00 |
|
Ross Lawley
|
999d4a7676
|
Fixed broken test
|
2012-08-21 17:29:38 +01:00 |
|
Ross Lawley
|
1b80193aac
|
Added example of indexing embedded fields
MongoEngine/mongoengine#75
|
2012-08-20 17:50:18 +01:00 |
|
Ross Lawley
|
be8d39a48c
|
Updated changelog / AUTHORS (MongoEngine/mongoengine#80)
|
2012-08-20 17:35:19 +01:00 |
|
Ross Lawley
|
a2f3d70f28
|
Merge pull request #80 from biszkoptwielki/master
Image resize fails when force flag is set. Fix & unittest
|
2012-08-20 09:34:05 -07:00 |
|
Ross Lawley
|
e990a6c70c
|
Improve unicode key handling for PY25
|
2012-08-17 16:13:45 +01:00 |
|
Ross Lawley
|
90fa0f6c4a
|
Add flexibility for fields handling bad data (MongoEngine/mongoengine#78)
|
2012-08-17 16:02:33 +01:00 |
|
Ross Lawley
|
22010d7d95
|
Updated benchmark stats
|
2012-08-17 15:04:09 +01:00 |
|
Ross Lawley
|
66279bd90f
|
Post refactor cleanups (ref: meta cleanups)
|
2012-08-17 11:58:57 +01:00 |
|
Ross Lawley
|
19da228855
|
Cleaned up the metaclasses for documents
Refactored and clarified intent and
tidied up
|
2012-08-17 11:53:46 +01:00 |
|
Ross Lawley
|
9e67941bad
|
Use weakref proxies in base lists / dicts (MongoEngine/mongoengine#74)
|
2012-08-14 10:34:17 +01:00 |
|
Ross Lawley
|
0454fc74e9
|
Updated changelog
|
2012-08-14 10:32:26 +01:00 |
|
Ross Lawley
|
2f6b1c7611
|
Improved queryset filtering (hmarr/mongoengine#554)
|
2012-08-13 17:29:33 +01:00 |
|
Ross Lawley
|
f00bed6058
|
Updated test cases for dynamic docs
|
2012-08-13 16:53:36 +01:00 |
|
Ross Lawley
|
529c522594
|
Updated changelog - fixed dynamic document issue
|
2012-08-13 16:42:51 +01:00 |
|
Ross Lawley
|
2bb9493fcf
|
Updated doc
|
2012-08-13 15:05:01 +01:00 |
|
Ross Lawley
|
839ed8a64a
|
Added test for abstract shard key
|
2012-08-13 14:57:35 +01:00 |
|
Ross Lawley
|
017a31ffd0
|
Merge branch 'master' of github.com:MongoEngine/mongoengine
|
2012-08-07 13:24:27 +01:00 |
|
Ross Lawley
|
83b961c84d
|
Merge pull request #64 from alonho/abstract_shard_key
propagate the shard_key from abstract base classes' meta
|
2012-08-07 05:24:45 -07:00 |
|
Ross Lawley
|
fa07423ca5
|
Removing python 2.4 code
|
2012-08-07 13:10:56 +01:00 |
|
Ross Lawley
|
dd4af2df81
|
Python 2.5 and 3.1 support confirmed
|
2012-08-07 13:07:51 +01:00 |
|
Ross Lawley
|
44bd8cb85b
|
Merge branch 'master' of https://github.com/LaineHerron/mongoengine into 0.7
|
2012-08-07 10:45:01 +01:00 |
|
Ross Lawley
|
52d80ac23c
|
Merge branch 'master' into 0.7
Conflicts:
mongoengine/base.py
|
2012-08-07 10:41:49 +01:00 |
|
Ross Lawley
|
abc764951d
|
Merge branch 'master' into dev
Conflicts:
mongoengine/queryset.py
|
2012-08-07 10:07:54 +01:00 |
|
Ross Lawley
|
9cc6164026
|
Version bump
|
2012-08-07 10:05:01 +01:00 |
|
Ross Lawley
|
475488b9f2
|
Added support for distinct and db_alias (MongoEngine/mongoengine#59)
|
2012-08-07 10:04:05 +01:00 |
|
Ross Lawley
|
95b1783834
|
Updated changelog
|
2012-08-07 09:31:51 +01:00 |
|
Ross Lawley
|
f99b7a811b
|
Fixed error in Binary Field
|
2012-08-07 08:53:58 +01:00 |
|
Ross Lawley
|
2801b38c75
|
Version Bump
|
2012-08-03 14:36:31 +01:00 |
|
Ross Lawley
|
dc3fea875e
|
Merge branch 'master' of github.com:MongoEngine/mongoengine
|
2012-08-03 12:56:27 +01:00 |
|
Ross Lawley
|
aab8c2b687
|
Merge pull request #57 from filipd/patch-1
Added reference to the official repository in the README
|
2012-08-03 04:56:55 -07:00 |
|
Ross Lawley
|
8ac9e6dc19
|
Updated the documents
|
2012-08-02 14:11:02 +01:00 |
|
Ross Lawley
|
f45d4d781d
|
Updated test for py3.2
|
2012-08-02 09:26:33 +01:00 |
|
Ross Lawley
|
c95652d6a8
|
Updated AUTHORS
|
2012-08-02 09:23:15 +01:00 |
|
Ross Lawley
|
97b37f75d3
|
Travis - Not sure python 3.3 support is there yet
|
2012-08-02 09:22:12 +01:00 |
|
Ross Lawley
|
95dae48778
|
Fixing build
|
2012-08-02 09:20:41 +01:00 |
|
Ross Lawley
|
73635033bd
|
Updated travis config
|
2012-08-02 09:10:42 +01:00 |
|
Ross Lawley
|
c1619d2a62
|
Fixed image_field attributes regression
|
2012-08-02 08:47:38 +01:00 |
|
Ross Lawley
|
b87ef982f6
|
Merge branch 'master' into dev
|
2012-08-02 08:33:17 +01:00 |
|
Ross Lawley
|
4b3cea9e78
|
Added Binary support to UUID (MongoEngine/mongoengine#47)
|
2012-08-01 16:03:33 +01:00 |
|
Ross Lawley
|
2420b5e937
|
Fixed MapField lookup for fields without declared lookups (MongoEngine/mongoengine#46)
|
2012-08-01 15:14:56 +01:00 |
|
Ross Lawley
|
f23a976bea
|
Added Tommi Komulainen to the contributors list
refs MongoEngine/mongoengine#48
|
2012-08-01 15:01:21 +01:00 |
|
Ross Lawley
|
4226cd08f1
|
Updated Changelog
|
2012-08-01 15:00:14 +01:00 |
|
Ross Lawley
|
7a230f1693
|
Merge branch 'master' of github.com:MongoEngine/mongoengine
|
2012-08-01 14:58:06 +01:00 |
|
Ross Lawley
|
a43d0d4612
|
Fixed BinaryField python value issue (MongoEngine/mongoengine#48)
|
2012-08-01 14:57:46 +01:00 |
|
Ross Lawley
|
78a40a0c70
|
Merge pull request #41 from wpjunior/patch-13
Small fix in SequenceField
|
2012-08-01 06:26:58 -07:00 |
|
Ross Lawley
|
2c69d8f0b0
|
Updated License
|
2012-08-01 13:54:24 +01:00 |
|
Ross Lawley
|
0018c38b83
|
Fixed queryset manager issue (MongoEngine/mongoengine#52)
|
2012-08-01 13:51:51 +01:00 |
|
Ross Lawley
|
8df81571fc
|
Fixed FileField comparision
Refs hmarr/mongoengine#547
|
2012-08-01 13:28:28 +01:00 |
|
Ross Lawley
|
d1add62a06
|
More updates
|
2012-08-01 13:11:36 +01:00 |
|
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 48f988acd7
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 6526923345
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 24fd1acce6
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Thu Jul 26 14:14:10 2012 +0100
Version bump
commit cbb9235dc5
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 19ec2c9bc9
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 6459d4c0b6
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 1304f2721f
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 598ffd3e5c
Author: Ross Lawley <ross.lawley@gmail.com>
Date: Mon Jul 23 15:32:02 2012 +0100
Fixed documentation
commit 601f0eb168
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 |
|
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 |
|
Ross Lawley
|
3070e0bf5d
|
Fix for inheritance bug and db_alias
|
2012-07-20 10:34:08 +01:00 |
|
Ross Lawley
|
83c11a9834
|
Version bump
|
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 |
|
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 |
|