Commit Graph

  • 23843ec86e Updated travis config Ross Lawley 2013-08-23 09:06:57 +00:00
  • f4db0da585 Update changelog add LK4D4 to authors (#452) Ross Lawley 2013-08-23 09:03:51 +00:00
  • 9ee3b796cd Merge pull request #452 from LK4D4/master Ross Lawley 2013-08-23 02:02:12 -07:00
  • f57569f553 Remove database name necessity in uri connection schema Alexandr Morozov 2013-08-21 13:52:24 +04:00
  • fffd0e8990 Fixed error raise Ross Lawley 2013-08-20 18:54:14 +00:00
  • 200e52bab5 Added documentation about abstract meta Ross Lawley 2013-08-20 18:44:12 +00:00
  • a0ef649dd8 Update travis.yml Ross Lawley 2013-08-20 18:31:33 +00:00
  • 0dd01bda01 Fixed "$pull" semantics for nested ListFields (#447) Ross Lawley 2013-08-20 15:54:42 +00:00
  • a707598042 Allow fields to be named the same as query operators (#445) Ross Lawley 2013-08-20 13:13:17 +00:00
  • 8a3171308a Merge remote-tracking branch 'origin/pr/445' Ross Lawley 2013-08-20 13:04:20 +00:00
  • 29c887f30b Updated field filter logic - can now exclude subclass fields (#443) Ross Lawley 2013-08-20 12:21:20 +00:00
  • 661398d891 Fixed dereference issue with embedded listfield referencefields (#439) Ross Lawley 2013-08-20 10:22:06 +00:00
  • 2cd722d751 Updated setup.py Ross Lawley 2013-08-20 10:20:05 +00:00
  • 49f5b4fa5c Fix Queryset docs (#448) Ross Lawley 2013-08-20 09:45:00 +00:00
  • 67baf465f4 Fixed slice when using inheritance causing fields to be excluded (#437) Ross Lawley 2013-08-20 09:14:58 +00:00
  • ee7666ddea Update AUTHORS and Changelog (#441) Ross Lawley 2013-08-20 08:31:56 +00:00
  • 02fc41ff1c Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-08-20 08:30:33 +00:00
  • d07a9d2ef8 Dynamic Fields store and recompose Embedded Documents / Documents correctly (#449) Ross Lawley 2013-08-20 08:30:20 +00:00
  • 3622ebfabd Merge pull request #441 from Karmak23/patch-1 Ross Lawley 2013-08-20 01:19:26 -07:00
  • 70b320633f permit the establishment of a field with the name of size or other crazyzubr 2013-08-15 19:32:13 +08:00
  • f30208f345 Fix the ._get_db() attribute after a Document.switch_db() Olivier Cortès 2013-08-12 19:12:53 +02:00
  • 5bcc454678 Handle dynamic fieldnames that look like digits (#434) Ross Lawley 2013-08-07 09:07:57 +00:00
  • 473110568f Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-08-06 11:07:25 +00:00
  • 88ca0f8196 Merge remote-tracking branch 'origin/pr/432' Ross Lawley 2013-08-06 11:05:52 +00:00
  • a171005010 Merge pull request #428 from devoto13/patch-1 Ross Lawley 2013-08-06 03:20:50 -07:00
  • f56ad2fa58 Merge pull request #426 from laurentpayot/Django_shortcuts_docs Ross Lawley 2013-08-06 03:17:56 -07:00
  • c9dc441915 Overridden the prepare_query_value method in SequenceField inorder to return the value as the required type. veera 2013-08-05 15:33:54 +05:30
  • a0d255369a Add a test case for get_user_document Nicolas Cortot 2013-08-04 11:08:11 +02:00
  • 40b0a15b35 Fixing typos Nicolas Cortot 2013-08-04 11:03:34 +02:00
  • b98b06ff79 Fix an error in get_user_document Nicolas Cortot 2013-08-04 11:01:09 +02:00
  • a448c9aebf removed duplicated method devoto13 2013-08-01 17:54:41 +03:00
  • b3f462a39d updated docs for django shortcuts get_object_or_404 and get_list_or_404 Laurent Payot 2013-08-01 03:51:10 +02:00
  • 7ce34ca019 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-07-31 09:44:50 +00:00
  • 719bb53c3a Updated changelog (#423) Ross Lawley 2013-07-31 09:44:15 +00:00
  • 214415969f Merge pull request #423 from ncortot/get_user_document Ross Lawley 2013-07-31 02:43:19 -07:00
  • 7431b1f123 Updated AUTHORS (#424) Ross Lawley 2013-07-31 09:31:04 +00:00
  • d8ffa843a9 Added str representation of GridFSProxy (#424) Ross Lawley 2013-07-31 09:29:41 +00:00
  • a69db231cc Pretty-print GridFSProxy objects Paul 2013-07-31 11:26:23 +10:00
  • c17f94422f Add get_user_document and improve mongo_auth module Nicolas Cortot 2013-07-30 20:43:21 +02:00
  • b4777f7f4f Fix test Ross Lawley 2013-07-30 15:04:52 +00:00
  • a57d9a9303 Added regression test (#418) Ross Lawley 2013-07-30 13:28:05 +00:00
  • 5e70e1bcb2 Update transform to handle docs erroneously passed to unset (#416) Ross Lawley 2013-07-30 13:17:38 +00:00
  • 0c43787996 Fixed indexing - turn off _cls (#414) Ross Lawley 2013-07-30 11:43:52 +00:00
  • dc310b99f9 Updated docs about TTL indexes and signals (#413) Ross Lawley 2013-07-30 10:54:04 +00:00
  • e98c5e10bc Fixed dereference threading issue in ComplexField.__get__ (#412) Ross Lawley 2013-07-30 10:49:08 +00:00
  • f1b1090263 Merge remote-tracking branch 'origin/pr/412' into 412 Ross Lawley 2013-07-30 10:32:07 +00:00
  • 6efd6faa3f Fixed QuerySetNoCache.count() caching (#410) Ross Lawley 2013-07-30 10:30:16 +00:00
  • 1e4d48d371 Don't follow references in _get_changed_fields (#422, #417) Ross Lawley 2013-07-29 17:22:24 +00:00
  • 93a2adb3e6 Updating changelog and authors #417 Ross Lawley 2013-07-29 15:43:54 +00:00
  • a66d516777 Merge pull request #417 from ProgressiveCompany/delta-dbref-false-bug Ross Lawley 2013-07-29 08:41:09 -07:00
  • 7a97d42338 to_json test updates #420 Ross Lawley 2013-07-29 15:38:08 +00:00
  • b66cdc8fa0 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-07-29 15:30:21 +00:00
  • 67f43b2aad Allow args and kwargs to be passed through to_json (#420) Ross Lawley 2013-07-29 15:29:48 +00:00
  • d143e50238 Replace assertIn with an assertTrue; apparently missing in Python 2.6 Paul Uithol 2013-07-25 15:34:58 +02:00
  • e27439be6a Fix BaseDocument._delta when working with plain ObjectIds instead of DBRefs Paul Uithol 2013-07-25 14:52:03 +02:00
  • 2ad5ffbda2 Add asserts to test_delta_with_dbref_*, instead of relying on exceptions Paul Uithol 2013-07-25 14:51:09 +02:00
  • dae9e662a5 Create test case for failing saves (wrong delta) with dbref=False Paul Uithol 2013-07-25 14:30:20 +02:00
  • f22737d6a4 Merge pull request #409 from bool-dev/master Ross Lawley 2013-07-23 01:19:36 -07:00
  • a458d5a176 Docs update #406 Ross Lawley 2013-07-23 08:16:06 +00:00
  • d92ed04538 Docs update #406 Ross Lawley 2013-07-23 08:13:52 +00:00
  • 80b3df8953 dereference instance not thread-safe Thom Knowles 2013-07-22 20:07:57 -04:00
  • bcf83ec761 Corrected spelling mistakes, some grammar, and UUID/DecimalField error in upgrade.rst bool-dev 2013-07-18 09:17:28 +05:30
  • e44e72bce3 Merge remote-tracking branch 'upstream/master' bool.dev 2013-07-18 08:49:02 +05:30
  • 35f2781518 Update changelog Ross Lawley 2013-07-12 09:11:27 +00:00
  • dc5512e403 Upgrade warning for 0.8.3 Ross Lawley 2013-07-12 09:01:11 +00:00
  • 48ef176e28 0.8.3 is a go v0.8.3 Ross Lawley 2013-07-12 08:41:56 +00:00
  • 1aa2b86df3 travis install python-dateutil direct Ross Lawley 2013-07-11 09:38:59 +00:00
  • 73026047e9 Trying to fix dateutil Ross Lawley 2013-07-11 09:29:06 +00:00
  • 6c2c33cac8 Add Jatin- to Authors, changelog update Ross Lawley 2013-07-11 08:12:27 +00:00
  • d593f7e04b Fixed EmbeddedDocuments with id also storing _id (#402) Ross Lawley 2013-07-11 08:11:00 +00:00
  • 6c599ef506 Fix edge case where _dynamic_keys stored as None (#387, #401) Ross Lawley 2013-07-11 07:15:34 +00:00
  • f48a0b7b7d Trying to fix travis Ross Lawley 2013-07-10 21:30:29 +00:00
  • d9f538170b Added get_proxy_object helper to filefields (#391) Ross Lawley 2013-07-10 21:19:11 +00:00
  • 1785ced655 Merge branch 'master' into 391 Ross Lawley 2013-07-10 20:35:21 +00:00
  • e155e1fa86 Add a default for previously pickled versions Ross Lawley 2013-07-10 20:10:01 +00:00
  • e28fab0550 Merge remote-tracking branch 'origin/pr/400' Ross Lawley 2013-07-10 19:56:15 +00:00
  • fb0dd2c1ca Updated changelog Ross Lawley 2013-07-10 19:54:30 +00:00
  • 6e89e736b7 Merge remote-tracking branch 'origin/pr/393' into 393 Ross Lawley 2013-07-10 19:53:13 +00:00
  • 634b874c46 Added QuerySetNoCache and QuerySet.no_cache() for lower memory consumption (#365) Ross Lawley 2013-07-10 16:16:50 +00:00
  • 9d16364394 Merge remote-tracking branch 'origin/pr/391' into 391 Ross Lawley 2013-07-10 14:10:09 +00:00
  • daeecef59e Update fields.py Wilson Júnior 2013-07-10 10:59:41 -03:00
  • 8131f0a752 Fixed sum and average mapreduce dot notation support (#375, #376) Ross Lawley 2013-07-10 13:53:18 +00:00
  • f4ea1ad517 Merge remote-tracking branch 'origin/pr/376' Ross Lawley 2013-07-10 13:50:52 +00:00
  • f34e8a0ff6 Fixed as_pymongo to return the id (#386) Ross Lawley 2013-07-10 13:38:53 +00:00
  • 4209d61b13 Document.select_related() now respects db_alias (#377) Ross Lawley 2013-07-10 12:49:19 +00:00
  • fa83fba637 Reload uses shard_key if applicable (#384) Ross Lawley 2013-07-10 11:18:49 +00:00
  • af86aee970 _dynamic field updates - fixed pickling and creation order Ross Lawley 2013-07-10 10:57:24 +00:00
  • f26f1a526c Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-07-10 09:12:36 +00:00
  • 7cb46d0761 Fixed ListField setslice and delslice dirty tracking (#390) Ross Lawley 2013-07-10 09:11:50 +00:00
  • 0cb4070364 Added Django 1.5 PY3 support (#392) Ross Lawley 2013-07-10 08:53:56 +00:00
  • bc008c2597 Merge remote-tracking branch 'origin/pr/392' into 392 Ross Lawley 2013-07-10 08:44:10 +00:00
  • a1d142d3a4 Prep for django and py3 support Ross Lawley 2013-07-10 08:38:13 +00:00
  • aa00dc1031 Merge pull request #392 from lig/patch-1 Ross Lawley 2013-07-10 01:37:40 -07:00
  • 592c654916 extending support for queryset.sum and queryset.average methods Wilson Júnior 2013-07-05 10:36:11 -03:00
  • 5021b10535 Fix crash on Python 3.x and Django >= 1.5 Serge Matveenko 2013-07-03 01:17:40 +04:00
  • 43d6e64cfa Added a get_proxy_obj method to FileField and handle FileFields in container fields properly in ImageGridFsProxy. Jan Schrewe 2013-07-02 17:04:15 +02:00
  • 8d21e5f3c1 Fix tests for py2.6 Ross Lawley 2013-07-02 09:47:54 +00:00
  • fbe5df84c0 Remove users post uri test Ross Lawley 2013-06-25 09:30:28 +00:00
  • caff44c663 Fixed sum and average queryset function kelvinhammond 2013-06-21 09:39:11 -04:00
  • d6edef98c6 Added match ($elemMatch) support for EmbeddedDocuments (#379) Ross Lawley 2013-06-21 11:29:23 +00:00