Commit Graph

  • 18db46e132 Removed Meta inheritance in favor of __init_subclass_with_meta__ Syrus Akbary 2017-07-24 22:27:26 -0700
  • c5dd913f53 Add tests Abdulhaq Emhemmed 2017-07-24 19:33:41 +0200
  • bc7d96b2be Rename serializer method Abdulhaq Emhemmed 2017-07-24 17:03:24 +0200
  • 412747d632 Allow for custom instantiation of input serializer Abdulhaq Emhemmed 2017-07-24 16:44:57 +0200
  • cec1a84480 Merge pull request #216 from Txumari/patch-1 Syrus Akbary 2017-07-23 21:15:59 -0700
  • 1bddae1ced Merge pull request #214 from khankuan/patch-3 Syrus Akbary 2017-07-23 21:15:50 -0700
  • 6ad64ddbef Merge pull request #186 from patrick91/feature/rest-framework Syrus Akbary 2017-07-23 21:12:20 -0700
  • 42e91079b0 Merge pull request #1 from spockNinja/feature/rest-framework Patrick Arminio 2017-07-21 14:51:32 +0100
  • 629abd0542 Django 1.8 and 1.9 compatability Jacob Foster 2017-07-19 23:25:59 -0500
  • ef22aff199 Accept all info for simplicity/futureproofing Jacob Foster 2017-07-19 23:10:52 -0500
  • 1230da5413 Simplify optimize_querset signature with qs.model Jacob Foster 2017-07-19 22:50:29 -0500
  • 582958c642 Test manual optimization Jacob Foster 2017-07-19 22:47:27 -0500
  • 34e6a90df8 Add optimization to DjangoFieldList Jacob Foster 2017-07-19 22:47:03 -0500
  • 73f4d4950e Add tests for optimized queries Jacob Foster 2017-07-19 14:21:06 -0500
  • b206278e95 Optimize DjangoConnectionField too Jacob Foster 2017-07-19 14:20:52 -0500
  • f585518cc1 Account for edges/node nesting in ast Jacob Foster 2017-07-19 14:20:19 -0500
  • 17e9bd3331 Fix existing test with ast mock Jacob Foster 2017-07-19 14:19:42 -0500
  • 2d2c5ee889 Adding query optimization Jacob Foster 2017-07-18 16:30:00 -0500
  • afbe6c90b7 Add nested model mutation tests Jacob Foster 2017-07-18 14:01:43 -0500
  • 81a6dff9d0 Update field converter tests Jacob Foster 2017-07-18 08:46:36 -0500
  • e425758f5b Fix install ingredients app Jesus Mª 2017-07-17 23:51:21 +0200
  • 2790f3bc02 Updated graphiql version for new versions Kuan 2017-07-13 15:14:06 -0700
  • ee23638378 Add converters for datetime fields Jacob Foster 2017-07-11 13:35:12 -0500
  • 302ea0d3cf Account for nested ModelSerializers Jacob Foster 2017-07-11 13:29:30 -0500
  • 04c4d29934 convert enum name without breaking things on platforms without enum Frens Jan Rumph 2017-07-09 22:06:00 +0200
  • 14a5d62efd support formatting of enum choices Frens Jan Rumph 2017-07-07 21:50:37 +0200
  • 93bbc194bf Add missing new line Patrick Arminio 2017-06-29 09:59:21 +0100
  • 0588f89b89 Merge pull request #148 from khankuan/patch-2 Syrus Akbary 2017-06-28 20:53:32 -0700
  • 7263485225 Merge pull request #194 from dvdmgl/173-annotation-bug Syrus Akbary 2017-06-28 20:53:01 -0700
  • 5c3306e78d Return empty errors when successful Patrick Arminio 2017-06-26 18:16:55 +0100
  • 000ef6c42e Fix result from mutation Patrick Arminio 2017-06-26 18:03:01 +0100
  • 7888fa76fb Restore django filter check Patrick Arminio 2017-06-26 15:31:34 +0100
  • 1a04d608ed Add support for MultipleChoiceField Patrick Arminio 2017-06-26 14:32:57 +0100
  • 510ee9383e Add support for JSONField Patrick Arminio 2017-06-26 14:28:03 +0100
  • 0e2c736c74 Add test for image field Patrick Arminio 2017-06-26 14:26:26 +0100
  • 66d1875eb7 Fix missing path Patrick Arminio 2017-06-26 14:25:57 +0100
  • b500ffb8b0 Add test for IPAddressField Patrick Arminio 2017-06-26 14:24:16 +0100
  • 47c5dfcab7 Add test for FilePathField Patrick Arminio 2017-06-26 14:23:45 +0100
  • 772e2d114a Add test for file field Patrick Arminio 2017-06-26 14:23:17 +0100
  • a7c3337903 Add test for duration field Patrick Arminio 2017-06-26 14:22:38 +0100
  • 68f6281ec8 Add support for dict field Patrick Arminio 2017-06-26 14:19:55 +0100
  • f747102e35 Add support for rest framework List Field Patrick Arminio 2017-06-26 12:14:04 +0100
  • 6de3bbc352 Small test refactor Patrick Arminio 2017-06-26 12:11:35 +0100
  • d10895d9ce Refactor converter Patrick Arminio 2017-06-26 11:36:48 +0100
  • c3899248af Use six.with_metaclass to support python 2.7 Patrick Arminio 2017-06-23 14:17:18 +0100
  • 60b6ba82ba Initial docs Patrick Arminio 2017-06-23 11:55:29 +0100
  • 14bc1cdb92 Add SerializerMutation base class Patrick Arminio 2017-05-30 23:30:03 +0100
  • 2fd3cb032c Fix import on python 2 Patrick Arminio 2017-05-28 22:56:05 +0200
  • dc86e4e9a1 Add optional requires for rest framework Patrick Arminio 2017-05-28 22:46:24 +0200
  • fb2af7067f Initial implementation of serializer field converter Patrick Arminio 2017-05-28 14:48:44 +0200
  • 7c52aa3c7f Merge pull request #180 from arianon/master Syrus Akbary 2017-06-24 15:44:51 -0700
  • 3667157e4a Merge pull request #145 from dotsbb/fix-too-broad-exception Syrus Akbary 2017-06-24 15:44:15 -0700
  • 7eb4106e7c Merge pull request #202 from patrick91/feature/up-django Syrus Akbary 2017-06-24 15:43:35 -0700
  • 06f8323fcf Merge pull request #181 from spockNinja/fix_many_to_many Syrus Akbary 2017-06-24 15:08:49 -0700
  • 82055ac109 Add missing imports Patrick Arminio 2017-06-23 13:03:11 +0100
  • 712d57e043 Delete RelatedObject import Patrick Arminio 2017-06-23 12:51:19 +0100
  • 7fd6125199 Fix compatibility with pypy Patrick Arminio 2017-06-23 12:48:32 +0100
  • 245ebe3d91 Remove some compatility layers for django 1.6 Patrick Arminio 2017-06-23 12:28:29 +0100
  • 575e1da0ee Remove tests in django 1.6 and 1.7 Patrick Arminio 2017-06-23 11:58:57 +0100
  • 99c153ac5d Up required django version to 1.8 Patrick Arminio 2017-06-23 11:57:49 +0100
  • a611959b4e Merge edc286f49c into afec960e4d Quinn Chaffee 2017-06-07 14:04:23 +0000
  • edc286f49c Update tutorial-plain.rst Bryan Kimani 2017-05-01 21:08:38 +0300
  • 3da777c867 Updated version to 1.3 - Require graphene 1.4 Syrus Akbary 2017-04-20 01:15:05 -0700
  • a6ca14405c Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings Syrus Akbary 2017-04-15 02:09:05 -0700
  • 62ef9725d9 Removed unnecesary Django filter installation Syrus Akbary 2017-04-15 01:22:32 -0700
  • 073ed8af5d Moved tests to filter field tests Syrus Akbary 2017-04-15 01:16:11 -0700
  • 40bec33ac9 Improved travis tests. Added Django==1.11 tests Syrus Akbary 2017-04-15 01:11:36 -0700
  • 03ba301ccf Fixed filterset limit issue Syrus Akbary 2017-04-15 01:00:02 -0700
  • b10dba8cc6 Update README.md Kuan 2017-04-11 09:10:01 -0700
  • f154835096 Update README.rst Kuan 2017-04-11 09:09:08 -0700
  • 69261ba86a Add hyperlink on documentation in README.md Kuan 2017-04-11 09:07:28 -0700
  • afbd6c6e8f Remove django_graphiql from cookbook requirements.txt. Ed Morley 2017-03-22 01:59:52 +0000
  • 54de562eac Example for order_by being ignored Niall 2017-03-06 20:19:39 +0000
  • 6a3a2fc152 Fix test Niall 2017-03-06 20:00:01 +0000
  • 44530c33d9 Long-winded intersection using sets Niall 2017-03-06 19:41:04 +0000
  • f08dbdc7c3 Clean up Niall 2017-03-06 18:20:31 +0000
  • 27997276a4 Attempt fix. Breaks tests Niall 2017-03-06 18:13:40 +0000
  • a070b291a2 Add broken test Niall 2017-03-05 19:17:00 +0000
  • 7882491e04 Fix filtering with a resolver and DjangoFilter filter. Niall 2017-03-05 17:13:09 +0000
  • b3c761b1c8 Fix graphene 1.3 annotation bug David Miguel 2017-06-05 20:56:09 +0100
  • 95510987f1 Reorganize for clarity Jacob Foster 2017-05-25 11:15:13 -0500
  • 74e4e1aa77 Drop reverse flag, remove duplicates in get_model_fields Jacob Foster 2017-05-25 11:01:29 -0500
  • ca06d74195 Make test sort for stable comparison Jacob Foster 2017-05-22 17:36:00 -0500
  • cfe38ae208 Add tests Jacob Foster 2017-05-22 17:20:56 -0500
  • 7a765537e9 Only evaluate reverse M2Ms in get_reverse_fields Jacob Foster 2017-05-22 16:43:20 -0500
  • bfcac1d48c Use Promise.then instead of Promise.get on DjangoConnectionField arianon@openmailbox.org 2017-05-19 19:33:00 -0400
  • 4350582c52 Support Connections created from Promises arianon@openmailbox.org 2017-05-19 19:12:28 -0400
  • 81776fc5db Merge 32bb8c8255 into afec960e4d Alexey Subbotin 2017-05-07 04:21:16 +0000
  • 4f2e0b31a1 Merge e66960507e into afec960e4d Felipe Mesquita 2017-05-07 04:21:15 +0000
  • e1c465e9ab Merge 60b681d70d into afec960e4d Po-Hsien Chu 2017-05-06 07:35:55 +0000
  • afec960e4d Merge pull request #164 from bryankimani/patch-1 Syrus Akbary 2017-05-03 21:03:57 -0700
  • 5536fc95bf fix select_related and prefetch_related set in resolver getting lost Julien Surloppe 2017-05-02 16:45:46 +0200
  • caa6eecc7a Update tutorial-plain.rst Bryan Kimani 2017-05-01 21:08:38 +0300
  • 3da4b2bbcc fix linter and comment colan 2017-04-27 21:25:31 -0400
  • a7195805fe remove unused filed colan 2017-04-27 21:21:23 -0400
  • 854e8720ff Merge pull request #1 from colanconnon/add-input-types-subclass colan connon 2017-04-27 21:15:03 -0400
  • b6513f4b1e refactor implementation colan 2017-04-27 21:14:31 -0400
  • ff69b07267 add a new subclass and a few tests [WIP] colan 2017-04-26 23:11:35 -0400
  • 1e34dfb3e5 Updated version to 1.3 - Require graphene 1.4 v1.3 Syrus Akbary 2017-04-20 01:15:05 -0700
  • 46a1ddedd8 Added RELAY_CONNECTION_MAX_LIMIT and RELAY_CONNECTION_ENFORCE_FIRST_OR_LAST settings Syrus Akbary 2017-04-15 02:09:05 -0700