Commit Graph

  • 7a3412dc13 Added helper for reseting the index cache Ross Lawley 2011-07-13 09:54:41 +01:00
  • e079924632 Added extra test for update / update_one Ross Lawley 2011-07-12 14:43:21 +01:00
  • 7f0d3638ba guard against potentially destructive updates with no update parameters Leo Honkanen 2011-07-12 16:10:47 +03:00
  • cace665858 _delta checking didn't handle db_field_names at all Ross Lawley 2011-07-12 10:20:36 +01:00
  • 2a8d001213 Improvements to indexes and efficiencies Ross Lawley 2011-07-11 17:02:23 +01:00
  • a2b0266e01 Merge branch 'dev' into indexpatches Ross Lawley 2011-07-11 16:58:17 +01:00
  • 1452d3fac5 Fixed item_frequency methods to handle null values Ross Lawley 2011-07-11 16:50:31 +01:00
  • 031c507fde Merge pull request #224 from dcrosta/user-unique-index Ross Lawley 2011-07-11 08:08:52 -07:00
  • 0fb629e24c Added cascading deletes Ross Lawley 2011-07-11 16:01:48 +01:00
  • 0847687fd1 don't create extra index on _types (fix #222) Dan Crosta 2011-07-11 10:15:55 -04:00
  • 859de712b4 only create indexes on first collection access (fix #223) Dan Crosta 2011-07-11 09:44:28 -04:00
  • 803164a993 add unique index on User.username Dan Crosta 2011-07-11 08:08:49 -04:00
  • 147e33c3ca Merge remote branch 'origin/dev' into dev Ross Lawley 2011-07-11 09:23:38 +01:00
  • dc5a613bc7 Fixes conversion of null genericreferences in querysets Ross Lawley 2011-07-11 09:19:27 +01:00
  • 16390c1dec Merge pull request #217 from farazdagi/fix/typo-in-quering-db-docs Ross Lawley 2011-07-02 12:18:32 -07:00
  • 4e6f91ae77 Typo fixed in "Quering The Db" guide. Victor Farazdagi 2011-07-02 19:48:21 +04:00
  • 556e620c7a Fixes recursion error when resetting changed fields Ross Lawley 2011-07-01 08:44:46 +01:00
  • 8e1d701c27 Fixed infinite recursion bug in _geo_indices() Ross Lawley 2011-06-30 10:32:05 +01:00
  • d51d95a28e Merge pull request #212 from zakj/dev Ross Lawley 2011-06-30 01:57:00 -07:00
  • 3d15a3b3e2 Add GridFSProxy.__nonzero__ Zak Johnson 2011-06-29 20:48:39 -07:00
  • 84e611b91e Tweak to dereferencing Ross Lawley 2011-06-27 16:46:39 +01:00
  • 4036e9fe34 Moved private method to make class more readable Ross Lawley 2011-06-27 13:17:41 +01:00
  • b039a2293f Updated documentation about dereferencing Ross Lawley 2011-06-27 12:42:26 +01:00
  • 87f486c4f1 Added select_related() and refactored dereferencing Ross Lawley 2011-06-22 15:45:25 +01:00
  • 14be7ba2e2 Added support for the $ positional operator Ross Lawley 2011-06-21 14:50:11 +01:00
  • 09c32a63ce Fixes bug with appending post save - due to lists not being reset Ross Lawley 2011-06-21 12:34:14 +01:00
  • 08ba51f714 Updated geo_index checking to be recursive Ross Lawley 2011-06-20 15:41:23 +01:00
  • e3cd398f70 Changed default collection naming Ross Lawley 2011-06-20 14:00:06 +01:00
  • f41c5217c6 Added a cleaner way to get collection names Ross Lawley 2011-06-20 11:48:12 +01:00
  • 1b0323bc22 Added document mixin support Ross Lawley 2011-06-20 09:44:53 +01:00
  • e04e5f42ef Added test inheriting document from another file works Ross Lawley 2011-06-20 08:46:40 +01:00
  • c24bc77c17 Fixes depreciation warnings in Django Auth. Ross Lawley 2011-06-17 15:07:27 +01:00
  • 99f923e27f Fixed queryset repr mid iteration Ross Lawley 2011-06-17 15:04:07 +01:00
  • f3d265bbe0 Added to_dbref Ross Lawley 2011-06-17 10:34:29 +01:00
  • 5e7efcc8c2 Added 'hint' support, telling Mongo the proper index to use for the query. Ross Lawley 2011-06-17 12:43:28 +01:00
  • 62c8823e64 Fixing requirements Ross Lawley 2011-06-17 11:39:53 +01:00
  • 5cc9188c5b Improved validation of (Generic)Reference fields Ross Lawley 2011-06-16 15:25:09 +01:00
  • 5e8604967c Fixes for django Q query rendering bug Ross Lawley 2011-06-16 15:00:10 +01:00
  • cae3f3eeff Fixes pickling issue with choice fields Ross Lawley 2011-06-16 12:50:45 +01:00
  • 22a7ee5885 Handle old named (referenced) docs Ross Lawley 2011-06-16 09:47:44 +01:00
  • 658b85d327 Inconsistent setting of '_cls' broke inherited document referencing Ross Lawley 2011-06-15 16:51:49 +01:00
  • 967e72723b Added note to item_frequencies method. Ross Lawley 2011-06-15 14:55:38 +01:00
  • 5411cc5573 Updated changelog Ross Lawley 2011-06-15 11:30:10 +01:00
  • ffb3e8b7b9 Added help_text and verbose_name to fields Ross Lawley 2011-06-15 11:28:41 +01:00
  • 94cad89e32 Fixes to item_frequencies - now handles path lookups Ross Lawley 2011-06-15 11:22:27 +01:00
  • 0338ac17b1 Fixes multiple assignment issue preventing saves Ross Lawley 2011-06-15 08:55:31 +01:00
  • cb1dfdfac6 Fixes to signals Ross Lawley 2011-06-14 16:56:04 +01:00
  • 576db9ca88 Fixes DateTimeField handling of date objects. Ross Lawley 2011-06-14 15:09:03 +01:00
  • 4c2b83d9ca Remove errant __delete__ method Ross Lawley 2011-06-14 15:00:26 +01:00
  • 7cb24446ec Merge remote branch 'origin/dev' into dev Ross Lawley 2011-06-14 14:36:30 +01:00
  • 0ed79a839d Added delta tracking to documents. Ross Lawley 2011-06-10 17:22:05 +01:00
  • e518c51de3 Merge pull request #193 from colinhowe/dev Ross Lawley 2011-06-13 12:52:31 -07:00
  • ea35fb1c54 More robust _present_fields additions Ross Lawley 2011-06-13 12:49:09 +01:00
  • 7b29378319 Fixes issue converting to mongo Ross Lawley 2011-06-13 12:40:12 +01:00
  • 82fbe7128f Improve validation warnings Colin Howe 2011-06-10 17:31:42 +01:00
  • c1fadcac85 Merge remote branch 'upstream/dev' into dev Colin Howe 2011-06-10 16:50:44 +01:00
  • fd7f882011 Save no longer tramples over documents now sets or unsets explicit fields. Ross Lawley 2011-06-09 16:09:06 +01:00
  • fb09fde209 Updated changelog Ross Lawley 2011-06-09 14:26:52 +01:00
  • b2848b8519 Added ComplexDateTimeField Ross Lawley 2011-06-09 14:20:21 +01:00
  • 417bb1b35d Added regression test for #185 Ross Lawley 2011-06-09 12:15:36 +01:00
  • 199b4eb860 Added django_tests and regression test for order_by Ross Lawley 2011-06-09 12:08:37 +01:00
  • a66417e9d0 pep8 update Ross Lawley 2011-06-09 11:31:47 +01:00
  • b9255f73c3 Updated docs Ross Lawley 2011-06-09 11:28:57 +01:00
  • 4b9bacf731 Added ComplexBaseField Ross Lawley 2011-06-06 17:21:54 +01:00
  • 602d7dad00 Improvements to Abstract Base Classes Ross Lawley 2011-06-08 17:10:26 +01:00
  • d32dd9ff62 Added _get_FIELD_display() for handy choice field display lookups Ross Lawley 2011-06-08 13:07:08 +01:00
  • 28b7ef2304 Merge remote branch 'origin/dev' into dev Ross Lawley 2011-06-08 13:06:47 +01:00
  • 6dc2672dba Updated changelog Ross Lawley 2011-06-08 13:03:42 +01:00
  • 9a949984ee Merge pull request #189 from colinhowe/dev-notypesindex Ross Lawley 2011-06-08 04:40:54 -07:00
  • aa32d43014 Pydoc update Colin Howe 2011-06-08 12:36:32 +01:00
  • 4174918476 Merge in upstream dev Colin Howe 2011-06-08 12:33:36 +01:00
  • 6081fc6faf Merge remote branch 'upstream/dev' into dev Colin Howe 2011-06-08 12:24:06 +01:00
  • 7c62fdc0b8 Allow for types to never be auto-prepended to indices Colin Howe 2011-06-08 12:20:58 +01:00
  • 3c88faa889 Updated slave_okay syntax Ross Lawley 2011-06-08 12:06:26 +01:00
  • d15f5ccbf4 Added _slave_okay to clone Ross Lawley 2011-06-08 10:41:08 +01:00
  • cfcd77b193 Added tests displaying datetime behaviour. Ross Lawley 2011-06-08 10:33:56 +01:00
  • 525c25b9f6 Merge branch 'master' into dev Ross Lawley 2011-06-07 15:15:06 +01:00
  • c059ad47f2 Updated django docs refs #186 Ross Lawley 2011-06-07 15:14:41 +01:00
  • 48fd6c1344 Merge remote branch 'origin/master' into dev Ross Lawley 2011-06-07 14:38:04 +01:00
  • 1ee50922d9 Merge pull request #186 from kuno/master Ross Lawley 2011-06-07 06:37:34 -07:00
  • d63bf0abde fixed import path typo in django documents kuno 2011-06-07 20:19:29 +08:00
  • 711db45c02 Changelist updated Ross Lawley 2011-06-06 14:36:44 +01:00
  • 55e20bda12 Added slave_okay syntax to querysets. Ross Lawley 2011-06-06 14:35:46 +01:00
  • 56f00a64d7 Added bulk insert method. Ross Lawley 2011-06-06 12:37:06 +01:00
  • 8553022b0e Merge branch 'dev' into feature/dev-indexes Ross Lawley 2011-06-06 11:40:21 +01:00
  • 74b5043ef9 Added signals documentation Ross Lawley 2011-06-06 11:39:58 +01:00
  • 0e45078116 Added Blinker signal support Ross Lawley 2011-06-06 11:34:43 +01:00
  • 7e87ed79ab Merge branch 'feature/blinker_signals' into dev Ross Lawley 2011-06-06 11:10:12 +01:00
  • 7312db5c25 Updated docs / authors. Ross Lawley 2011-06-06 11:07:27 +01:00
  • ec7effa0ef Added DereferenceBaseField class Ross Lawley 2011-06-06 11:04:06 +01:00
  • 9a2cf206b2 Documentation for new-style indices Colin Howe 2011-05-29 13:38:54 +01:00
  • 40df08c74c Fix QuerySet.ensure_index for new index specs Colin Howe 2011-05-29 13:33:00 +01:00
  • 5d778648e6 Inital tests for dereferencing improvements Ross Lawley 2011-05-27 11:33:40 +01:00
  • 1fa47206aa Support for sparse indexes and omitting types from indexes Colin Howe 2011-05-26 19:39:41 +01:00
  • 6f5bd7b0b9 Test needs a connection... Colin Howe 2011-05-26 18:54:52 +01:00
  • c903af032f Added inline_map_reduce functionality Ross Lawley 2011-05-26 15:44:43 +01:00
  • 9dd3504765 Updated changelog Ross Lawley 2011-05-26 11:56:56 +01:00
  • 97a1310344 Tweakin test Ross Lawley 2011-05-26 11:11:00 +01:00
  • bf6f03a412 Improved MapFields setting Alistair Roche 2011-05-25 17:25:39 +01:00
  • 5ab13518db Added test confirming order_by reference field doesnt work Ross Lawley 2011-05-25 13:50:52 +01:00