Commit Graph

  • 2f6fb89f23 Fixed List, NonNull accessors as functions instead of properties Syrus Akbary 2015-12-04 19:50:30 -0800
  • ee19445290 Improved queryset getter for use .count instead of len Syrus Akbary 2015-12-04 19:27:54 -0800
  • bbbf688449 Renaming order -> order_by (and fixing assert_not_orderable()) Adam Charnock 2015-12-04 21:39:55 +0000
  • f616b597ac Updating form converter method names to make more sense Adam Charnock 2015-12-04 18:55:05 +0000
  • 3a23c1f940 Filtering options will now be read from the destination node's Meta data Adam Charnock 2015-12-04 18:41:20 +0000
  • b4b42db73e Updating imports to work when singledispatch is available natively Adam Charnock 2015-12-04 17:48:33 +0000
  • 166a143c18 No longer testing on python 3.3 as no supported django versions support it Adam Charnock 2015-12-04 17:08:58 +0000
  • c93492bacb pep8 fixes Adam Charnock 2015-12-04 17:03:29 +0000
  • d9f1df1125 No longer building python 3.3 + django 1.9 Adam Charnock 2015-12-04 16:58:04 +0000
  • 1877c45f05 Updating django version requirement to Django 1.8 Adam Charnock 2015-12-04 16:52:43 +0000
  • 993a3751c4 Work on travis excludes Adam Charnock 2015-12-04 16:21:43 +0000
  • 4398f6d6bd Removing debug line from travis.yml. Omitting --download-cache seems to fix the issue Adam Charnock 2015-12-04 16:19:30 +0000
  • e8f491c1ff Debugging travis django install Adam Charnock 2015-12-04 16:13:45 +0000
  • 1bace349da Updating travis config to build for multiple django versions Adam Charnock 2015-12-04 16:00:17 +0000
  • 818b910991 Now supports django 1.9 Adam Charnock 2015-12-04 15:46:48 +0000
  • c42d4a763d Removing debug line Adam Charnock 2015-12-04 14:10:31 +0000
  • 79e1b1c996 Removing unused imports Adam Charnock 2015-12-04 14:10:06 +0000
  • e7d7fad068 Remove django app loading which is no longer required post merge Adam Charnock 2015-12-04 13:58:39 +0000
  • 7d2ec21855 Merge branch 'master' into feature/django Adam Charnock 2015-12-04 13:58:00 +0000
  • 713e148f29 Work in progress on loading django models for tests Adam Charnock 2015-12-04 13:57:01 +0000
  • 3586fdfb77 Improvex syntax Syrus Akbary 2015-12-04 02:41:39 -0800
  • bee0af1125 Improved django debug Syrus Akbary 2015-12-04 02:34:12 -0800
  • 28414955a2 Improved resolver function decorators Syrus Akbary 2015-12-03 23:41:28 -0800
  • 967a9d2d03 Fixed old DjangoConnectionField usage Syrus Akbary 2015-12-03 23:23:18 -0800
  • 14439155ee Initial version debug schema in django Syrus Akbary 2015-12-03 22:15:09 -0800
  • 0fa7f5c9aa Improved tests Syrus Akbary 2015-12-03 21:49:10 -0800
  • f4cfd7dc8a Improved package imports Syrus Akbary 2015-12-03 20:50:14 -0800
  • 256a94bc81 Improved travis build Syrus Akbary 2015-12-03 19:08:06 -0800
  • 53de24b705 Improved django example Syrus Akbary 2015-12-03 18:24:19 -0800
  • a4e225d09f Initial work on new django docs Adam Charnock 2015-12-04 02:30:45 +0000
  • be6b2bf290 Adding comments to filter_for_reverse_field() Adam Charnock 2015-12-04 01:57:43 +0000
  • 64ec0ca94f Adding support for filtering on to-many fields Adam Charnock 2015-12-03 23:13:37 +0000
  • ed8eac9cdf removing stray commented line Adam Charnock 2015-12-03 21:16:09 +0000
  • 6e07ef0c38 Ordering parameter now called 'order' rather than 'o' Adam Charnock 2015-12-03 21:07:44 +0000
  • 4f054b3640 Adding django-filter to .travis.yml Adam Charnock 2015-12-03 20:53:10 +0000
  • 375dfcbcc2 Fixing flake8 errors Adam Charnock 2015-12-03 20:48:29 +0000
  • fb45a83925 Moving django-filter dependent code into graphene.contrib.django.filter Adam Charnock 2015-12-03 20:01:37 +0000
  • 3709f9450b Refactoring filterset creation logic Adam Charnock 2015-12-03 19:22:23 +0000
  • 70024ed0eb Fixes for python 2.7 & PyPy Adam Charnock 2015-12-03 18:21:28 +0000
  • 70cedc046f Adding support for filtering by global ID Adam Charnock 2015-12-03 17:55:41 +0000
  • 463c1f98df Relocating UUID form field import code from converter.py to form_converter.py Adam Charnock 2015-12-03 13:37:29 +0000
  • 49258827f8 DjangoFilterConnectionField now accepts fields, order_by, and extra_filter_meta Adam Charnock 2015-12-03 13:32:43 +0000
  • 7bfeb086a4 Adding filter tests Adam Charnock 2015-12-03 12:52:15 +0000
  • b9f93918c8 Simplifying get_filterset_kwargs() as ImproperlyConfigured cannot be raised Adam Charnock 2015-12-03 12:50:00 +0000
  • 930f7179d0 Adding tests for SimpleQuerySetConnectionResolver Adam Charnock 2015-12-03 12:08:22 +0000
  • e270792674 No need to create a Schema in test_fields.py Adam Charnock 2015-12-03 11:42:08 +0000
  • 0c7be5c86e pep8 fixes Adam Charnock 2015-12-03 11:30:14 +0000
  • d959cf5a84 Adding tests for DjangoFilterConnectionField Adam Charnock 2015-12-03 11:09:34 +0000
  • 4a087ecb24 Adding tests for form field conversion Adam Charnock 2015-12-03 10:46:43 +0000
  • a5d73ac211 pep8 fixes Adam Charnock 2015-12-02 21:17:13 +0000
  • 377e3f66cd Adding PyCharm entry to .gitignore Adam Charnock 2015-12-02 20:53:17 +0000
  • 6e63e7b42d Work on Django integration as per #48 Adam Charnock 2015-12-02 20:51:20 +0000
  • 699aebec33 Merge pull request #61 from graphql-python/features/classtypes Syrus Akbary 2015-12-02 23:59:51 -0800
  • d251a52442 Fixed Python3 import error Syrus Akbary 2015-12-02 23:54:45 -0800
  • df9dd33c74 Fixed Python3 errors Syrus Akbary 2015-12-02 23:48:40 -0800
  • 9b839f19e5 Fixed lint errors Syrus Akbary 2015-12-02 23:46:49 -0800
  • b417a65f19 Fixed options tests Syrus Akbary 2015-12-02 23:42:15 -0800
  • f5837ac4f3 Improved classtypes django support Syrus Akbary 2015-12-02 23:36:51 -0800
  • 5b3000f734 Improved classtypes relay support Syrus Akbary 2015-12-02 22:47:37 -0800
  • 8abcaff02b Improved classtypes core support Syrus Akbary 2015-12-02 21:11:24 -0800
  • 398f7da24c Added FieldsClassType inheritance Syrus Akbary 2015-12-02 20:39:20 -0800
  • afc5e2720b Added NonNull, List definitions to ClassTypes Syrus Akbary 2015-12-02 20:28:53 -0800
  • 3363f588fe First working version class types Syrus Akbary 2015-12-02 20:06:15 -0800
  • e78936c424 Fixed tests Syrus Akbary 2015-12-02 01:33:41 -0800
  • 5686008660 Removed unused empty class Syrus Akbary 2015-12-01 21:16:53 -0800
  • 9a198c8c86 Added abstract ObjectType definition. Fixed #55 Syrus Akbary 2015-11-30 23:08:18 -0800
  • c6170671c0 Fixed typo. Thanks @ pauliwang! Syrus Akbary 2015-11-30 22:41:44 -0800
  • 7530aeb202 Added flask community example by @msoedov Syrus Akbary 2015-11-30 22:06:54 -0800
  • cf328ed715 Fixed typo in community page Syrus Akbary 2015-11-30 20:42:23 -0800
  • 77080a27ee Merge pull request #58 from KyleAMathews/patch-1 Syrus Akbary 2015-11-30 14:34:07 -0800
  • 4f72bf1971 Copy improvements Kyle Mathews 2015-11-30 14:25:47 -0800
  • 5738b69271 Merge pull request #53 from graphql-python/docs Syrus Akbary 2015-11-30 10:08:12 -0800
  • 1dc8b73bd0 Added starwars relay example Syrus Akbary 2015-11-30 02:31:17 -0800
  • 221889cb7b Removed app cache. Added google analytics. Syrus Akbary 2015-11-30 02:15:55 -0800
  • dbea576673 Add graphene.relay autoload lib Syrus Akbary 2015-11-30 00:52:52 -0800
  • 23073eb400 Fixed playground css compatibility in old browsers Syrus Akbary 2015-11-30 00:38:13 -0800
  • 5a953e9a57 Updated READMEs Syrus Akbary 2015-11-30 00:25:18 -0800
  • e407993e1f Use the real branch names. Syrus Akbary 2015-11-30 00:12:21 -0800
  • 79b8870618 Merge pull request #56 from graphql-python/docs-playground Syrus Akbary 2015-11-30 00:03:42 -0800
  • a924b348a3 Added Relay basic documentation Syrus Akbary 2015-11-29 23:57:09 -0800
  • c589d73d07 Fixed active link Syrus Akbary 2015-11-29 23:18:09 -0800
  • a556ab89f4 Exclude flake8 syntax in docs. Added tea_store example Syrus Akbary 2015-11-29 23:03:14 -0800
  • 18b66bd8a2 Improved graphene playground with router query params Syrus Akbary 2015-11-29 22:33:09 -0800
  • 3c308b90fa Added Python lint checker to the editor Syrus Akbary 2015-11-28 14:32:16 -0800
  • f3d7eedafd Improved error handling Syrus Akbary 2015-11-28 13:05:34 -0800
  • 60fba63c45 Added lambda active resolver Syrus Akbary 2015-11-28 03:54:20 -0800
  • 9a767aa5da Improved Playground. Added document title. Syrus Akbary 2015-11-28 03:34:49 -0800
  • 45c52cdb70 Fixed travis build Syrus Akbary 2015-11-28 01:56:36 -0800
  • 1e2bb11e40 Merge branch 'refs/heads/docs' into docs-playground Syrus Akbary 2015-11-28 00:52:51 -0800
  • 235193cb46 Improved build process Syrus Akbary 2015-11-28 00:38:22 -0800
  • bf5746b88b Improved views for mobile Syrus Akbary 2015-11-28 00:19:54 -0800
  • b8057ff6db Merge branch 'refs/heads/docs' into docs-playground Syrus Akbary 2015-11-27 23:58:26 -0800
  • cdde833c65 Merge branch 'docs' of github.com:graphql-python/graphene into docs Syrus Akbary 2015-11-27 23:55:02 -0800
  • 42db605fbd First fully working version of the playground editor Syrus Akbary 2015-11-27 23:48:48 -0800
  • abc4c9152f Merge pull request #54 from adamcharnock/docs-adam Syrus Akbary 2015-11-27 14:01:13 -0800
  • 93b8a59985 Expanding on the django quickstart to make it a little more verbose Adam Charnock 2015-11-27 15:11:49 +0000
  • 4e258b5def Merge branch 'refs/heads/master' into docs-playground Syrus Akbary 2015-11-27 01:46:54 -0800
  • 059f25c44c First version docs playground Syrus Akbary 2015-11-26 23:50:37 -0800
  • 944d361fd7 Improved docs Syrus Akbary 2015-11-26 03:06:29 -0800
  • aed366a3c7 Changed from gh-pages-seg to gh-pages in travis Syrus Akbary 2015-11-26 02:36:15 -0800