Harry Marr
|
db2f64c290
|
Made query-tree code a bit clearer
|
2010-10-03 23:01:44 +01:00 |
|
Harry Marr
|
a3c46fec07
|
Compilation of combinations - simple $or now works
|
2010-10-03 21:26:26 +01:00 |
|
Harry Marr
|
62388cb740
|
Started work on new Q-object implementation
|
2010-10-03 21:08:28 +01:00 |
|
Timothée Peignier
|
9c9903664a
|
add support for pk property in documents and filters
|
2010-10-03 18:50:35 +02:00 |
|
Harry Marr
|
556eed0151
|
QuerySet.distinct respects query. Closes #64.
|
2010-10-03 15:22:47 +01:00 |
|
Harry Marr
|
4012722a8d
|
QuerySet.item_frequencies works with non-list fields
|
2010-10-03 15:01:45 +01:00 |
|
Harry Marr
|
4c68bc6c96
|
Merge branch 'master' of http://github.com/sibsibsib/mongoengine into v0.4
Conflicts:
mongoengine/queryset.py
tests/queryset.py
|
2010-10-03 01:57:22 +01:00 |
|
Harry Marr
|
159923fae2
|
Made lists of recursive reference fields possible
|
2010-10-03 01:48:42 +01:00 |
|
sib
|
72c7a010ff
|
added unit test for addToSet
|
2010-09-30 03:05:15 -03:00 |
|
sib
|
2c8f004103
|
added update operator for addToSet
|
2010-09-30 02:53:44 -03:00 |
|
Steve Challis
|
67a9b358a0
|
Merge branch 'v0.4' of git://github.com/hmarr/mongoengine into v0.4
|
2010-09-29 23:39:09 +01:00 |
|
Steve Challis
|
b5eb3ea1cd
|
Added a Django storage backend.
- New GridFSStorage storage backend
- New FileDocument document for storing files in GridFS
- Whitespace cleaned up in various files
|
2010-09-29 23:36:58 +01:00 |
|
Harry Marr
|
98bc0a7c10
|
Raise AttributeError when necessary on GridFSProxy
|
2010-09-25 22:47:09 +01:00 |
|
Harry Marr
|
bb24879149
|
Moved custom queryset test to correct place
|
2010-09-19 20:00:53 +01:00 |
|
Harry Marr
|
3d6ee0ce00
|
Merge branch 'master' of http://github.com/n1k0/mongoengine into v0.4
|
2010-09-19 19:55:57 +01:00 |
|
Harry Marr
|
ee72845701
|
Merge branch 'v0.4' of http://github.com/samuelclay/mongoengine into v0.4
|
2010-09-19 19:53:12 +01:00 |
|
Harry Marr
|
d158727154
|
Merge branch 'v0.4' of github.com:hmarr/mongoengine into v0.4
|
2010-09-19 17:18:39 +01:00 |
|
Harry Marr
|
73092dcb33
|
QuerySet update method returns num affected docs
|
2010-09-19 17:17:37 +01:00 |
|
Samuel Clay
|
91ddd310ba
|
Merge branch 'v0.4' of github.com:samuelclay/mongoengine into v0.4
|
2010-09-16 17:21:21 -04:00 |
|
Samuel Clay
|
20dd7562e0
|
Adding multiprocessing support to mongoengine by using the identity of the process to define the connection. Each 'thread' gets its own pymongo connection.
|
2010-09-16 17:19:58 -04:00 |
|
Greg Turner
|
b7e84031e3
|
Escape strings for regex query.
|
2010-09-16 14:37:18 +10:00 |
|
Harry Marr
|
f11ee1f9cf
|
Added support for using custom QuerySet classes
|
2010-09-15 09:47:13 +01:00 |
|
Nicolas Perriault
|
449f5a00dc
|
added a 'validate' option to Document.save() +docs +tests
|
2010-09-11 17:45:57 +02:00 |
|
Steve Challis
|
bd1bf9ba24
|
Merge branch 'v0.4' of git://github.com/hmarr/mongoengine into v0.4
Conflicts:
mongoengine/fields.py
tests/fields.py
|
2010-08-31 00:25:10 +01:00 |
|
Harry Marr
|
2af5f3c56e
|
Added support for querying by array position. Closes #36.
|
2010-08-31 00:24:30 +01:00 |
|
Harry Marr
|
1849f75ad0
|
Made GridFSProxy a bit stricter / safer
|
2010-08-31 00:23:59 +01:00 |
|
Harry Marr
|
32e66b29f4
|
Fixed FileField problem caused by shared objects
|
2010-08-30 22:12:05 +01:00 |
|
Harry Marr
|
69012e8ad1
|
Fixed incorrect $pull test
|
2010-08-30 19:59:49 +01:00 |
|
Harry Marr
|
17642c8a8c
|
Fixed QuerySet.average issue that ignored 0
|
2010-08-30 19:48:17 +01:00 |
|
Mircea Pasoi
|
f1aec68f23
|
Inherit index options.
|
2010-08-30 17:40:01 +01:00 |
|
Mircea Pasoi
|
3e30d71263
|
Support for background and drop_dups indexing options.
|
2010-08-30 17:39:41 +01:00 |
|
Mircea Pasoi
|
266f33adc4
|
Bug fix for gridfs FileField.
|
2010-08-30 17:38:28 +01:00 |
|
Mircea Pasoi
|
dcc8d22cec
|
Proper unique index name when using db_field.
|
2010-08-30 17:38:07 +01:00 |
|
Harry Marr
|
9540555b26
|
Merge branch 'master' of git://github.com/flosch/mongoengine into v0.4
|
2010-08-30 17:29:59 +01:00 |
|
Florian Schlachter
|
185e7a6a7e
|
Better way of checking if new_class has an 'objects' attribute.
|
2010-08-30 18:38:41 +02:00 |
|
Florian Schlachter
|
c39f315ddc
|
Merge remote branch 'hmarr/v0.4'
|
2010-08-30 18:38:12 +02:00 |
|
Harry Marr
|
5b230b90b9
|
Doc fix (all operator)
|
2010-08-30 15:34:29 +01:00 |
|
Harry Marr
|
1ed9a36d0a
|
Added test for pop operation
|
2010-08-30 14:02:02 +01:00 |
|
Florian Schlachter
|
e0911a5fe0
|
Replaced slow exception handling with has_key.
|
2010-08-30 14:58:58 +02:00 |
|
Harry Marr
|
3297578e8d
|
Merge branch 'master' of http://github.com/richardhenry/mongoengine into v0.4
|
2010-08-30 13:57:42 +01:00 |
|
Harry Marr
|
954d5c16d8
|
Merge branch 'master' of http://github.com/serverplot/mongoengine into v0.4
|
2010-08-30 13:56:28 +01:00 |
|
Florian Schlachter
|
95efa39b52
|
Added *.egg to .gitignore.
|
2010-08-30 14:56:18 +02:00 |
|
Florian Schlachter
|
c27ccc91d2
|
Merge remote branch 'hmarr/v0.4'
Conflicts:
tests/fields.py
|
2010-08-30 14:55:49 +02:00 |
|
Harry Marr
|
4fb6fcabef
|
Added test for overriding objects
|
2010-08-30 13:54:20 +01:00 |
|
Harry Marr
|
2635e41f69
|
Merge branch 'master' of http://github.com/theojulienne/mongoengine into v0.4
|
2010-08-30 13:54:07 +01:00 |
|
Harry Marr
|
ba01817ee3
|
Merge branch 'master' of http://github.com/vandersonmota/mongoengine into v0.4
|
2010-08-30 13:34:43 +01:00 |
|
Florian Schlachter
|
1e1d7073c8
|
Merge remote branch 'hmarr/v0.4'
Conflicts:
tests/fields.py
|
2010-08-30 14:33:04 +02:00 |
|
Harry Marr
|
40eb23a97a
|
Merge branch 'master' of git://github.com/flosch/mongoengine into v0.4
Conflicts:
tests/fields.py
|
2010-08-30 13:21:10 +01:00 |
|
Harry Marr
|
f4711699e4
|
Merge branch 'master' of http://github.com/danielhasselrot/mongoengine into v0.4
Conflicts:
mongoengine/fields.py
|
2010-08-30 13:03:23 +01:00 |
|
Harry Marr
|
3b62cf80cd
|
Fixed {Dict,List}Field default issue. Closes #46.
|
2010-08-30 13:00:34 +01:00 |
|