597ef8b947Merge branch 'master' of git@github.com:hmarr/mongoengine
Harry Marr
2010-01-11 04:44:13 +00:00
484bc1e6f0Added a MongoEngine backend for Django sessions
Harry Marr
2010-01-11 04:43:17 +00:00
afd416c84eUpdated docs, added force_insert to save()
Harry Marr
2010-01-11 04:12:51 +00:00
84d7987108Added prepare_query_value for a couple of fields
Harry Marr
2010-01-10 21:01:00 +00:00
ec927bdd63Added support for user-defined primary keys (_ids)
Harry Marr
2010-01-10 17:13:56 +00:00
df7d4cbc47Bump to v0.2
v0.2
Harry Marr
2010-01-10 03:04:46 +00:00
dc51362f0bMerge branch 'master' of git://github.com/punteney/mongoengine
Harry Marr
2010-01-09 22:31:28 +00:00
da2d282cf6Added Q class for building advanced queries
Harry Marr
2010-01-09 22:19:33 +00:00
3b37bf4794Adding __repr__ methods to the queryset and BaseDocument to make it easier to see the results in the console
James Punteney
2010-01-09 10:48:05 -05:00
42a58dda57Added update() and update_one() with tests/docs
Harry Marr
2010-01-08 18:39:06 +00:00
4d695a3544Added single and multifield uniqueness constraints
Harry Marr
2010-01-08 12:04:11 +00:00
45080d3fd1Merge branch 'master' of git://github.com/blackbrrr/mongoengine
Harry Marr
2010-01-08 06:00:35 +00:00
9195d96705added default ordering to meta options, included docs and tests
blackbrrr
2010-01-07 23:08:33 -06:00
54d276f6a7Added index for _types
Harry Marr
2010-01-08 04:49:14 +00:00
2a7fc03e79fixed merge conflict in queryset.py, used hmarr's code
blackbrrr
2010-01-07 20:23:11 -06:00
eb3e6963faIndex specs now use proper field names
Harry Marr
2010-01-08 00:15:20 +00:00
960aea2fd4Added indexes and Django use to docs
Harry Marr
2010-01-07 23:54:57 +00:00
bb23cdb038Added array-style index/slicing syntax to QuerySet
Harry Marr
2009-12-19 17:41:28 +00:00
8a646f0f4cAdded API Reference to docs
Harry Marr
2009-12-19 16:04:05 +00:00
9d12dbad70Made _cls etc optional, merged sort to order_by
Harry Marr
2009-12-19 02:33:01 +00:00
551b2755d4added 'ensure_index' and 'order_by' methods to queryset.
blackbrrr
2009-12-19 01:35:26 +08:00
c58f377a0aremoved reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document
blackbrrr
2009-12-19 01:34:32 +08:00
5e6a6aa886Added sort method to QuerySet
Harry Marr
2009-12-18 18:41:44 +00:00
aa9cba38c4added 'ensure_index' and 'order_by' methods to queryset.
blackbrrr
2009-12-18 11:35:26 -06:00
12a7fc1af1removed reliance on '_cls' in document; fields only parsed if '__class__' present, allowing inner classes and non-field attributes on a document
blackbrrr
2009-12-18 11:34:32 -06:00
44fc9096a4Added delete method to Document objects
Harry Marr
2009-12-18 16:57:53 +00:00
0a64f42d5fRenamed Document._id to id (still _id in DB)
Harry Marr
2009-12-18 16:31:32 +00:00
fc0e67023aRequired fields may now use default values
Harry Marr
2009-12-18 13:40:33 +00:00
c3ca3bd97cUpdated tutorial, added tutorial link to readme
Harry Marr
2009-12-16 18:47:53 +00:00
1529fd901dQueries may now use multiple operators on fields
Harry Marr
2009-11-23 18:16:41 +00:00
d46191159eAdded DateTimeField and FloatField
Harry Marr
2009-11-23 18:03:10 +00:00
20b259a3e4Added LICENSE and README.rst
Harry Marr
2009-11-22 23:40:06 +00:00
75f737ade8Added docs directory, started tutorial
Harry Marr
2009-11-22 23:26:21 +00:00
f2d4ffa091Cleaned up _to_{python,mongo} + _validate mess
Harry Marr
2009-11-22 17:26:47 +00:00
d4fc5c9260Removed CollectionManager, moved work to QuerySet
Harry Marr
2009-11-22 16:46:08 +00:00
70ee0f57eaAdded Document.drop_collection, cleaned up tests
Harry Marr
2009-11-21 20:32:29 +00:00
8e89c8b37aAdded delete method to QuerySet
Harry Marr
2009-11-21 20:03:31 +00:00
3017dc78edRenamed project to mongoengine
Harry Marr
2009-11-21 18:41:10 +00:00