Commit Graph

  • e0d2fab3c3 Merge branch 'master' of https://github.com/MongoEngine/mongoengine kelvinhammond 2013-06-21 07:26:40 -04:00
  • 9867e918fa Fixed weakref being valid after reload (#374) Ross Lawley 2013-06-21 11:04:29 +00:00
  • e6374ab425 Added Michael Bartnett to Authors (#373) Ross Lawley 2013-06-21 10:40:15 +00:00
  • e116bb9227 Fixed queryset.get() respecting no_dereference (#373) Ross Lawley 2013-06-21 10:39:10 +00:00
  • f1a1aa54d8 Added full_result kwarg to update (#380) Ross Lawley 2013-06-21 10:19:40 +00:00
  • 574f3c23d3 get should clone before calling Ross Lawley 2013-06-21 09:35:22 +00:00
  • c31d6a6898 Fixed sum and average mapreduce function for issue #375 kelvinhammond 2013-06-19 10:34:33 -04:00
  • 44a2a164c0 Doc updates Ross Lawley 2013-06-13 10:54:39 +00:00
  • a7ca9950fc potential fix for dereferencing nested lists Stefan Wojcik 2013-06-11 15:36:35 -07:00
  • e0dd33e6be move the test into a more appropriate location Stefan Wojcik 2013-06-11 12:18:03 -07:00
  • 2e718e1130 unit test showing the problem Stefan Wojcik 2013-06-11 12:00:59 -07:00
  • ede9fcfb00 Version bump 0.8.2 v0.8.2 Ross Lawley 2013-06-07 08:45:40 +00:00
  • a3d43b77ca Updated changelog Ross Lawley 2013-06-07 08:44:33 +00:00
  • e2b32b4bb3 Added more docs about compare_indexes (#364) Ross Lawley 2013-06-07 08:43:05 +00:00
  • 025c16c95d Add BobDickinson to authors (#361) Ross Lawley 2013-06-07 08:34:57 +00:00
  • 000eff73cc Make test_indexes_and_multiple_inheritance place nice with py3.3 (#364) Ross Lawley 2013-06-07 08:33:34 +00:00
  • 254efdde79 Merge remote-tracking branch 'origin/pr/364' into 364 Ross Lawley 2013-06-07 08:25:42 +00:00
  • f0d4e76418 Documentation updates Ross Lawley 2013-06-07 08:21:15 +00:00
  • ba7101ff92 list_indexes support for multiple inheritance Stefan Wojcik 2013-06-06 22:22:43 -07:00
  • a2457df45e make sure to only search for indexes in base classes inheriting from TopLevelDocumentMetaclass Stefan Wojcik 2013-06-06 19:14:21 -07:00
  • 305540f0fd better comment Stefan Wojcik 2013-06-06 17:21:27 -07:00
  • c2928d8a57 list_indexes and compare_indexes class methods + unit tests Stefan Wojcik 2013-06-06 17:16:03 -07:00
  • 7451244cd2 Fixed cascading saves which weren't turned off as planned (#291) Ross Lawley 2013-06-06 21:04:54 +00:00
  • d935b5764a apt only had an ancient version of python-dateutil *sigh* Ross Lawley 2013-06-06 18:02:06 +00:00
  • f3af76e38c Added ygbourhis to AUTHORS (#363) Ross Lawley 2013-06-06 17:59:07 +00:00
  • a7631223a3 Fixed Datastructures so instances are a Document or EmbeddedDocument (#363) Ross Lawley 2013-06-06 17:58:10 +00:00
  • 8aae4f0ed0 Trying to stabalise the build Ross Lawley 2013-06-06 17:34:34 +00:00
  • 542049f252 Trying to fix annoying python-dateutil bug Ross Lawley 2013-06-06 17:31:50 +00:00
  • 9f3394dc6d Added testcase for ListFields with just pks (#361) Ross Lawley 2013-06-06 17:19:19 +00:00
  • 06f5dc6ad7 Docs update Ross Lawley 2013-06-06 16:44:43 +00:00
  • dc3b09c218 Improved cascading saves write performance (#361) Ross Lawley 2013-06-06 16:36:17 +00:00
  • ad15781d8f Fixed amibiguity and differing behaviour regarding field defaults (#349) Ross Lawley 2013-06-06 13:31:52 +00:00
  • ea53612822 Merge remote-tracking branch 'origin/pr/349' into 349 Ross Lawley 2013-06-06 12:06:23 +00:00
  • c3a065dd33 Removing old test re: #348 Ross Lawley 2013-06-05 13:44:21 +00:00
  • 5cb2812231 Reverting Fixed hashing of EmbeddedDocuments (#348) Ross Lawley 2013-06-05 13:03:15 +00:00
  • f8904a5504 Explicitly set w:1 if None in save Ross Lawley 2013-06-05 12:14:22 +00:00
  • eb1df23e68 Updated AUTHORS (#340, #348, #353) Ross Lawley 2013-06-05 11:50:26 +00:00
  • e5648a4af9 ImageFields now include PIL error messages if invalid error (#353) Ross Lawley 2013-06-05 11:45:08 +00:00
  • a246154961 Fixed hashing of EmbeddedDocuments (#348) Ross Lawley 2013-06-05 11:31:13 +00:00
  • ce44843e27 Doc fix for #340 Ross Lawley 2013-06-05 11:11:02 +00:00
  • 1a54dad643 Filter out index scan for pymongo cache Ross Lawley 2013-06-05 10:42:41 +00:00
  • 940dfff625 Code cleanup Ross Lawley 2013-06-05 09:49:26 +00:00
  • c2b15183cb Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-06-05 09:30:56 +00:00
  • 27e8aa9c68 Added comment about why temp debugging exists Ross Lawley 2013-06-05 09:30:01 +00:00
  • e1d8c6516a Merge pull request #356 from elasticsales/simpler-cls-query Ross Lawley 2013-06-05 02:20:22 -07:00
  • eba81e368b dont use $in for _cls queries with a single subclass Stefan Wojcik 2013-06-04 15:32:23 -07:00
  • 74a3fd7596 Added queryset delete tests for signals Ross Lawley 2013-06-04 16:59:25 +00:00
  • eeb5a83e98 Added lock when calling doc.Delete() for when signals have no sender (#350) Ross Lawley 2013-06-04 16:35:25 +00:00
  • d47134bbf1 Reload forces read preference to be PRIMARY (#355) Ross Lawley 2013-06-04 11:03:50 +00:00
  • ee725354db Querysets are now lest restrictive when querying duplicate fields (#332, #333) Ross Lawley 2013-06-04 10:46:38 +00:00
  • 985bfd22de Merge remote-tracking branch 'origin/pr/333' into 333 Ross Lawley 2013-06-04 10:22:54 +00:00
  • 0d35e3a3e9 Added debugging for query counter Ross Lawley 2013-06-04 10:20:49 +00:00
  • d94a191656 Updated Changelog added test for #341 Ross Lawley 2013-06-04 10:20:24 +00:00
  • 0eafa4acd8 Merge pull request #341 from ichuang/master Ross Lawley 2013-06-04 02:58:20 -07:00
  • f27a53653b Updated changelog Ross Lawley 2013-06-04 09:56:38 +00:00
  • 3b60adc8da Merge pull request #344 from matchbox/complex-change-tracking Ross Lawley 2013-06-04 02:54:59 -07:00
  • 626a3369b5 Removed unused var in _get_changed_fields (#347) Ross Lawley 2013-06-04 09:51:58 +00:00
  • 4244e7569b Added pre_save_post_validation signal (#345) Ross Lawley 2013-06-04 09:35:44 +00:00
  • ef4b32aca7 Merge remote-tracking branch 'origin/pr/346' into 345 Ross Lawley 2013-06-04 09:35:26 +00:00
  • dcd23a0b4d Merge pull request #345 from amcgregor/master Ross Lawley 2013-06-04 02:13:25 -07:00
  • 5447c6e947 DateTimeField now auto converts valid datetime isostrings into dates (#343) Ross Lawley 2013-06-04 09:08:13 +00:00
  • f1b97fbc8b Merge pull request #343 from matchbox/dateutil Ross Lawley 2013-06-04 01:22:31 -07:00
  • 4c8dfc3fc2 Fixed Doc.objects(read_preference=X) not setting read preference (#352) Ross Lawley 2013-06-03 15:40:54 +00:00
  • ceece5a7e2 Improved PIL detection for tests Ross Lawley 2013-06-03 13:38:58 +00:00
  • 7e6b035ca2 Added hensom to AUTHORS #329 Ross Lawley 2013-06-03 13:32:30 +00:00
  • fbc46a52af Updated changelog Ross Lawley 2013-06-03 13:31:42 +00:00
  • 8d2e7b4372 Django session ttl index expiry fixed (#329) Ross Lawley 2013-06-03 13:31:35 +00:00
  • e7da9144f5 Merge pull request #342 from elasticsales/fix-pickle-loads Ross Lawley 2013-06-03 06:20:21 -07:00
  • 2128e169f3 Merge branch 'master' of github.com:MongoEngine/mongoengine Ross Lawley 2013-06-03 13:14:21 +00:00
  • 8410d64daa Merge pull request #337 from jinzhang273/patch-1 Ross Lawley 2013-06-03 06:13:59 -07:00
  • b2f78fadd9 Added test for upsert & update_one #336 Ross Lawley 2013-06-03 13:05:52 +00:00
  • 3656323f25 Merge pull request #335 from ryanwitt/patch-2 Ross Lawley 2013-06-03 06:03:59 -07:00
  • 2fe1c20475 Added Jiequan to AUTHORS #354 Ross Lawley 2013-06-03 13:03:07 +00:00
  • 0fb976a80a Added Ryan to AUTHORS #334 Ross Lawley 2013-06-03 13:01:48 +00:00
  • 3cf62de753 Merge pull request #334 from ryanwitt/patch-1 Ross Lawley 2013-06-03 06:00:48 -07:00
  • 06119b306d Merge pull request #354 from Jiequan/patch-1 Ross Lawley 2013-06-03 05:56:56 -07:00
  • 0493bbbc76 Update upgrade.rst Jiequan 2013-06-02 20:46:51 +08:00
  • 4c9e90732e Apply defaults to fields with None value at 'set' time. Nigel McNie 2013-05-30 16:37:40 +12:00
  • 35f084ba76 Fixed :module: reference in docs and added myself to authors. Alice Bevan-McGregor 2013-05-29 13:23:18 -04:00
  • f28f336026 Improved signals documentation and some typo fixes. Alice Bevan-McGregor 2013-05-29 13:17:08 -04:00
  • 122d75f677 Added pre_save_validation to signal list in documentation. Alice Bevan-McGregor 2013-05-29 12:23:32 -04:00
  • 12f6a3f5a3 Added tests for pre_save_validation and updated tests for pre_save to encompass created flag. Alice Bevan-McGregor 2013-05-29 12:22:15 -04:00
  • 5d44e1d6ca Added missing reference in __all__. Alice Bevan-McGregor 2013-05-29 12:12:51 -04:00
  • 04592c876b Moved pre_save after validation and determination of creation state; added pre_save_validation where pre_save had been. Alice Bevan-McGregor 2013-05-29 12:04:53 -04:00
  • c0571beec8 fix change tracking for ComplexBaseFields Paul Swartz 2013-05-28 17:18:54 -04:00
  • 1302316eb0 add some tests Paul Swartz 2013-05-28 16:08:33 -04:00
  • 18d8008b89 if dateutil is available, use it to parse datetimes Paul Swartz 2013-05-28 15:59:32 -04:00
  • 4670f09a67 fix __set_state__ Stefan Wojcik 2013-05-27 13:48:02 -07:00
  • 159ef12ed7 FileField should pass db_alias to GridFSProxy in __set__ call ichuang 2013-05-27 11:19:34 -04:00
  • 7a760f5640 Update django.rst Jin Zhang 2013-05-25 06:46:23 -06:00
  • 2b6c42a56c minor typos Ryan Witt 2013-05-24 11:34:15 -03:00
  • ab4ff99105 fix guide link Ryan Witt 2013-05-24 11:24:40 -03:00
  • 774895ec8c dont simplify queries with duplicate conditions Stefan Wojcik 2013-05-23 17:49:28 -07:00
  • c5ce96c391 Fix py3 test Ross Lawley 2013-05-23 19:44:05 +00:00
  • b4a98a4000 More upgrade clarifications #331 Ross Lawley 2013-05-23 19:30:57 +00:00
  • 5f0d86f509 Upgrade doc fix (#330) Ross Lawley 2013-05-23 19:12:13 +00:00
  • c96a1b00cf Documentation cleanup (#328) Ross Lawley 2013-05-23 19:09:05 +00:00
  • 1eb6436682 Added get image by grid_id example Ross Lawley 2013-05-22 10:29:45 +00:00
  • a84e1f17bb Fixing django tests for py 2.6 Ross Lawley 2013-05-21 09:42:22 +00:00
  • 3ffc9dffc2 Updated requirements for test suite v0.8.1 Ross Lawley 2013-05-21 09:37:22 +00:00