Commit Graph

  • 19314e7e06 fix docstring for DictField Kirill Pavlov 2014-03-03 13:09:26 +08:00
  • 8bcbc6d545 Add authentication_source option to register_connection (#573) (#580) Brian Helba 2014-03-02 18:35:49 -05:00
  • ef55e6d476 fixes MongoEngine/mongoengine#589 Vlad Zloteanu 2014-03-01 17:51:59 +01:00
  • 295ef3dc1d db_alias support and fixes for custom map/reduce output Wilson Júnior 2014-02-25 15:36:30 -03:00
  • 9d125c9e79 inherit parent Document type _auto_id_field value Frank Battaglia 2014-02-23 19:37:42 -05:00
  • 86363986fc whitespace Frank Battaglia 2013-11-12 16:37:20 -05:00
  • 0a2dbbc58b add tests for mongo query operators Frank Battaglia 2013-11-12 16:01:56 -05:00
  • 673a966541 add tests for save_condition kwarg in document.save() Frank Battaglia 2013-11-12 15:22:27 -05:00
  • db1e69813b add atomic conditions to save Frank Battaglia 2013-10-31 20:43:07 -04:00
  • e60d56f060 test implemented Aleksandr Sorokoumov 2014-02-24 19:22:36 +04:00
  • 328e062ae9 Distinct method bugfix Aleksandr Sorokoumov 2014-02-24 18:52:07 +04:00
  • 0523c2ea4b Fixed document equality: documents in different collections can have equal ids. tprimozi 2014-02-13 18:12:33 +00:00
  • c5c7378c63 Implemented equality between Documents and DBRefs tprimozi 2014-02-04 13:41:17 +00:00
  • 9b2080d036 Added a test for allowing dynamic dictionary-style field access Brian J. Dowling 2014-01-28 22:10:26 -05:00
  • d4b3649640 Added coveralls.io badge Ross Lawley 2014-01-28 09:25:59 +00:00
  • b085993901 Allow dynamic dictionary-style field access Brian J. Dowling 2014-01-27 23:05:29 +00:00
  • 0d4afad342 Fixes issue with recursive embedded document errors Andrei Zbikowski 2014-01-24 16:54:29 -06:00
  • 0da694b845 0.8.7 v0.8.7 Ross Lawley 2014-01-24 16:23:52 +00:00
  • 6d5e7d9e81 Calling reload on deleted / nonexistant documents raises DoesNotExist (#538) Ross Lawley 2014-01-24 14:10:55 +00:00
  • bc08bea284 Fix circular import issue with django auth (#531) (#545) Ross Lawley 2014-01-24 13:54:16 +00:00
  • 0e5a0661e1 Fixed possible issue not catching duplicate key errors Ross Lawley 2014-01-24 13:50:09 +00:00
  • a839bd428f Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2014-01-24 13:18:11 +00:00
  • 0277062693 Stop ensure_indexes running on a secondaries (#555) Ross Lawley 2014-01-24 13:17:52 +00:00
  • 7affa5ab69 Merge pull request #554 from yprez/patch-1 Ross Lawley 2014-01-24 05:05:34 -08:00
  • ed22af4e73 Merge pull request #553 from davidwilemski/patch-2 Ross Lawley 2014-01-24 05:05:00 -08:00
  • 63ebb6998e geo_within docs - fix broken code samples Yuri Prezument 2014-01-22 22:47:48 +02:00
  • 7914cd47ca Fix typo in upgrade docs David Wilemski 2014-01-17 20:36:02 -05:00
  • 708dbac70e Depending on pymongo it might raise a TypeError or ValueError Ross Lawley 2014-01-14 10:09:11 +00:00
  • 1b62dd5c40 Fix duplicate error check Ross Lawley 2014-01-14 10:01:39 +00:00
  • 4911545843 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2014-01-13 16:59:20 +00:00
  • c5cc4b7867 Updated docs Ross Lawley 2014-01-13 16:57:49 +00:00
  • eacb614750 Merge branch 'master' of https://github.com/MongoEngine/mongoengine Damien Churchill 2014-01-10 11:03:48 +00:00
  • 341e1e7a6d Feature for progressive JPEG. Issue #486 Yohan Graterol 2014-01-08 14:48:34 -04:30
  • a02c820c2d Merge pull request #534 from matthewowen/master Ross Lawley 2013-12-18 01:18:37 -08:00
  • 2f6890c78a fix for nested MapFields Damien Churchill 2013-12-16 13:44:07 +00:00
  • 516591fe88 Docs update and canonical url fix Ross Lawley 2013-12-13 09:46:45 +00:00
  • d2941a9110 Updated doc examples to open using read binary mode Ross Lawley 2013-12-13 09:22:41 +00:00
  • f7302f710b Reject email addresses where hostname ends with '.' Matthew Owen 2013-12-05 09:50:12 -08:00
  • 6a02ac7e80 Fix django auth import (#531) v0.8.6 Ross Lawley 2013-12-04 13:32:56 +00:00
  • d1b86fdef5 Fix for import Ross Lawley 2013-12-04 13:31:54 +00:00
  • 57ac38ddca Version bump 0.8.5 v0.8.5 Ross Lawley 2013-12-04 10:02:05 +00:00
  • 7a73a92074 Update changelog Ross Lawley 2013-12-04 10:01:16 +00:00
  • d1b30f4792 Fix auth to use get_user_document #527 Ross Lawley 2013-12-04 10:00:12 +00:00
  • 16dcf78cab Ensure id is Hashable Ross Lawley 2013-12-02 14:14:46 +00:00
  • d868cfdeb0 Fix multi level nested fields getting marked as changed (#523) Ross Lawley 2013-11-29 16:24:32 +00:00
  • c074f4d925 Django 1.6 login fix (#522) Ross Lawley 2013-11-29 13:19:52 +00:00
  • 453024c58d Django 1.6 session fix (#509) Ross Lawley 2013-11-29 13:11:56 +00:00
  • fe8340617a Merge pull request #509 from j0hnsmith/bson_serializer Ross Lawley 2013-11-29 05:10:02 -08:00
  • b024dd913d EmbeddedDocument._instance is now set when settng the attribute (#506) Ross Lawley 2013-11-29 13:09:11 +00:00
  • a2a698ab0e Fixed EmbeddedDocument with ReferenceField equality issue (#502) Ross Lawley 2013-11-29 12:46:18 +00:00
  • bb56f92213 Updated changelog and AUTHORS (#499) Ross Lawley 2013-11-29 12:07:33 +00:00
  • 8dcd998945 Merge pull request #499 from drudim/master Ross Lawley 2013-11-29 04:06:04 -08:00
  • bcbbbe4046 Added test, updated AUTHORS and changelog (#498) Ross Lawley 2013-11-29 12:04:30 +00:00
  • 7200a8cb84 Merge pull request #498 from woakas/patch-1 Ross Lawley 2013-11-29 04:01:45 -08:00
  • 6925344807 Test updates Ross Lawley 2013-11-29 12:01:14 +00:00
  • 60ceeb0ddd Update change log and Authors (#496) Ross Lawley 2013-11-29 11:55:03 +00:00
  • 06caabf333 Import fix Ross Lawley 2013-11-29 11:53:24 +00:00
  • 954131bd51 Merge remote-tracking branch 'origin/pr/496' Ross Lawley 2013-11-29 11:49:54 +00:00
  • 855efe7fe8 Added user_permissions to Django User object (#491, #492) Ross Lawley 2013-11-29 11:48:14 +00:00
  • d902a74ab0 Merge remote-tracking branch 'origin/pr/492' Ross Lawley 2013-11-29 11:45:06 +00:00
  • 499e11f730 Updated AUTHORS (#488) Ross Lawley 2013-11-29 11:42:30 +00:00
  • 6db59a9c31 Fix setting Geo Location fields (#488) Ross Lawley 2013-11-29 11:41:54 +00:00
  • 6465726008 Fix handling invalid dict field value (#485) Ross Lawley 2013-11-29 10:33:36 +00:00
  • 3a3b96e0be Merge remote-tracking branch 'origin/pr/485' Ross Lawley 2013-11-29 10:32:49 +00:00
  • 992c91dc0c Merge remote-tracking branch 'origin/pr/484' Ross Lawley 2013-11-29 10:17:15 +00:00
  • 809473c15c Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-11-29 10:14:54 +00:00
  • d79a5ec3d6 Updated Authors and changelog (#483) Ross Lawley 2013-11-29 10:12:02 +00:00
  • 237469ceaf Merge pull request #483 from grampajoe/connection-defaults Ross Lawley 2013-11-29 02:10:05 -08:00
  • c28d9135d9 Fixed distinct casting issue with ListField of EmbeddedDocuments (#470) Ross Lawley 2013-11-29 09:48:53 +00:00
  • 48a5679087 Added Django 1.6 to travis Refs: #480, #454 Ross Lawley 2013-11-29 09:13:37 +00:00
  • 7c938712f2 Updates to docs ref: #454, #480 Ross Lawley 2013-11-29 09:11:08 +00:00
  • 4df12bebc2 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-11-29 09:09:44 +00:00
  • dfe8987aaa Updated geo tests Ross Lawley 2013-11-29 09:09:16 +00:00
  • 02dbe401d8 Merge pull request #480 from mishudark/master Ross Lawley 2013-11-29 01:08:30 -08:00
  • c18f8c92e7 added BSONSerializer j0hnsmith 2013-11-11 15:13:41 +00:00
  • 857cd718df Fix for issue #425 - allow undeclared fields in an embedded dynamic document to be seen by queryset methods Eric Plumb 2013-11-08 14:57:35 -08:00
  • 11d4f6499a Python 2.5-2.6 compatibility fix Dmytro Popovych 2013-10-20 20:21:57 +03:00
  • f2c25b4744 Error in GenericReferenceField serialization was fixed Dmytro Popovych 2013-10-20 20:08:00 +03:00
  • 27b846717f Fixed bug for count method when _none is True Gustavo Andrés Angulo 2013-10-17 16:37:31 -05:00
  • 9ed138f896 Fixed bug with numeric valuedict keys and BaseDocument._lookup_field(). Loic Raucy 2013-10-17 16:32:47 +02:00
  • 1978dc80eb Added regression test for bug with DictField and numeric keys. Loic Raucy 2013-10-17 16:26:19 +02:00
  • fc4b247f4f Patch for #491 rfkrocktk 2013-10-14 13:13:34 -07:00
  • ebf7056f4a Test for testing invalid dict field value. Mitar 2013-10-06 02:55:02 -07:00
  • eb975d7e13 Added entry to AUTHORS Dan Ward 2013-10-05 20:46:51 +01:00
  • a2dd8cb6b9 Added app_label Meta attribute to MongoUser class Dan Ward 2013-10-05 20:39:41 +01:00
  • 7c254c6136 Use defaults when host and port are passed as None Joe Friedl 2013-10-04 14:18:36 -04:00
  • c8a33b83f1 fix(session): session serializer to json mishudark 2013-09-29 20:25:26 +02:00
  • 1145c72b01 Merge pull request #462 from bool-dev/master Ross Lawley 2013-09-27 08:41:32 -07:00
  • 7fc45fb711 Merge pull request #468 from elasticsales/fix-dict-validation Ross Lawley 2013-09-27 08:33:02 -07:00
  • e146262c38 Merge pull request #467 from adamsc64/doc_foreignkey_push_pull_example Ross Lawley 2013-09-27 08:31:59 -07:00
  • 6f808bd06e Merge pull request #469 from jyapayne/master Ross Lawley 2013-09-27 08:21:49 -07:00
  • 0b6ab49325 Merge pull request #472 from swistakm/fix/docs-map-reduce-mongodb.org-link Ross Lawley 2013-09-27 07:58:49 -07:00
  • 66d9182e50 fix broken external docs link swistakm 2013-09-20 12:43:26 +02:00
  • 654cca82a9 Fixes AttributeError when using storage.exists() on a non-existing file. Joey Payne 2013-09-18 11:38:38 -06:00
  • 89785da1c5 fix validation for a nested DictField Stefan Wojcik 2013-09-16 23:50:13 -07:00
  • 2f9964e46e Expanded example of using ListFields for one-to-many relationships. Christopher Adams 2013-09-17 00:02:36 -04:00
  • 168ecd67b0 Fixes #458, DecimalField now ignores incorrect values until validate is called, just like FloatField. bool.dev 2013-09-06 22:05:31 +05:30
  • bcbe740598 Updated setup.py v0.8.4 Ross Lawley 2013-08-23 13:41:15 +00:00
  • 86c8929d77 0.8.4 is a go Ross Lawley 2013-08-23 10:03:10 +00:00
  • 6738a9433b Updated travis Ross Lawley 2013-08-23 09:36:33 +00:00