Commit Graph

  • 47ca1ad607 Only allow DjangoObjectTypes to DjangoListField Jonathan Kim 2019-08-04 08:38:31 +0100
  • 609baec3a0 Fix model property Jonathan Kim 2019-08-04 08:27:16 +0100
  • 9a952031b3 Run format Jonathan Kim 2019-08-04 07:56:09 +0100
  • 6d56bb4edb Merge branch 'master' into debug-wait-for-all-promises Jonathan Kim 2019-08-04 07:31:50 +0100
  • 1d0473cda6 Make python2.7 compatible and run black Kike Isidoro 2019-08-02 17:06:49 +0200
  • 0425985dab Check for filters defined on base filterset classes Kike Isidoro 2019-08-02 16:31:28 +0200
  • 59f4f134b5 Set converted Django connections to required (#610) Alexandre Kirszenberg 2019-08-01 18:31:18 +0200
  • 2bec63a798 Set converted Django connections to required Alexandre Kirszenberg 2019-03-31 14:28:51 +0200
  • b1a9293016 fix choices enum: if field can be blank then it isnt required (#714) Jason Kraus 2019-08-01 01:07:52 -0700
  • 51adb3632b
    Update readme with Django path (#720) Jonathan Kim 2019-07-27 16:14:34 +0200
  • 04ad5771d0
    Update readme with Django path Jonathan Kim 2019-07-25 18:12:42 +0100
  • 399b62fe0c fix choices enum: if field can be blank then it isnt required Jason Kraus 2019-07-19 11:37:18 -0700
  • b2cb074777 Fix #700 Jonathan Kim 2019-07-13 11:22:27 +0100
  • de98fb5812
    v2.4.0 (#706) v2.4.0 Jonathan Kim 2019-07-12 17:38:26 +0100
  • 224725039b Asserting status code before decoding json in assertResponseNoEr… (#708) Semyon Pupkov 2019-07-11 22:32:07 +0300
  • 79692f12e2 Asserting status code before decoding json in assertResponseNoErrors Semyon Pupkov 2019-07-11 14:44:12 +0300
  • 8f354ee890 cleanup test choices Jason Kraus 2019-07-09 10:48:20 -0700
  • 0273bb0637
    v2.4.0 Jonathan Kim 2019-07-09 14:48:09 +0100
  • b7e4937775
    Alias only_fields as fields and exclude_fields as exclude (#691) Jonathan Kim 2019-07-09 14:03:11 +0100
  • 084aa0120f Update tests Jonathan Kim 2019-07-09 13:48:07 +0100
  • 022748cc0f Start raising PendingDeprecationWarnings for using only_fields and exclude_fields Jonathan Kim 2019-07-09 13:47:35 +0100
  • 730e17f23c Format code Jonathan Kim 2019-07-09 13:32:04 +0100
  • aa04fd7f8f Fix example code Jonathan Kim 2019-06-26 10:02:41 +0100
  • 8776920723 Update docs/queries.rst Jonathan Kim 2019-06-26 10:00:18 +0100
  • 5f05bb6f07 Actual order of fields is not stable Jonathan Kim 2019-06-25 17:18:47 +0100
  • 5662a040b9 Update docs to include __all__ option Jonathan Kim 2019-06-25 17:02:21 +0100
  • 4c10afba88 Add all fields option Jonathan Kim 2019-06-25 17:01:04 +0100
  • a8584febad Add some checking around fields and exclude definitions Jonathan Kim 2019-06-25 16:55:34 +0100
  • 09402441fd Update docs Jonathan Kim 2019-06-25 16:50:43 +0100
  • 64bc6c7c2e Create new fields and exclude options that are aliased to exclude_fields and only_fields Jonathan Kim 2019-06-25 16:41:28 +0100
  • a2103c19f4 Fix error of multiple inputs with the same type. When using same serializer. (#530) Pablo Burgos 2019-07-09 10:14:04 +0200
  • 0988e0798a
    Adds documentation to CAMELCASE_ERRORS setting (#689) Jonathan Kim 2019-07-08 22:22:08 +0100
  • aa30750d39 Bugfix: Correct filter types for DjangoFilterConnectionFields (#682) Jonathan Kim 2019-07-07 20:11:27 +0100
  • 9aabe2cbe6
    Remove duplicate ErrorType (#701) Jonathan Kim 2019-07-07 20:06:01 +0100
  • adc60be826 Remove duplicate ErrorType Jonathan Kim 2019-07-07 11:46:24 +0100
  • cb2cf513c0 add variables arg in GraphQLTestCase.query Talley Lambert 2019-07-06 10:33:08 -0400
  • 3b541e3d05 Bump django from 2.2.2 to 2.2.3 in /examples/cookbook (#694) dependabot[bot] 2019-07-04 10:26:54 +0100
  • 470fb60dc5 Bump django from 2.1.9 to 2.1.10 in /examples/cookbook-plain (#695) dependabot[bot] 2019-07-04 10:26:27 +0100
  • 11abbffe59
    Bump django from 2.1.9 to 2.1.10 in /examples/cookbook-plain dependabot[bot] 2019-07-03 20:39:47 +0000
  • f50107ec3a
    Bump django from 2.2.2 to 2.2.3 in /examples/cookbook dependabot[bot] 2019-07-03 20:39:37 +0000
  • 40ae7e53ec
    Fix manager check in DjangoConnectionField (#693) Jonathan Kim 2019-07-02 19:37:50 +0100
  • daee6e5351 Add test Jonathan Kim 2019-07-01 18:27:35 +0100
  • 6694d7c5ae Fix default manager check Jonathan Kim 2019-07-01 17:36:16 +0100
  • 54cc6a4b13
    Enforce NonNull for returned related Sets and their content (#690) Jonathan Kim 2019-06-25 16:30:30 +0100
  • 861d0d1472 Remove duplicate assertion Jonathan Kim 2019-06-25 11:14:21 +0100
  • 2030aa2716 Run format. Dominique PERETTI 2019-06-18 23:32:16 +0200
  • d8c3dc99ff Enforce NonNull for returned related Sets and their content. https://github.com/graphql-python/graphene-django/issues/448 Dominique PERETTI 2019-06-18 22:56:25 +0200
  • 53d81efe5d Run isort and add black compatible config Jonathan Kim 2019-06-19 11:44:37 +0100
  • 6089cff45f Cleanup some flake8 warnings and pytest warnings Jonathan Kim 2019-06-19 11:43:05 +0100
  • d610166a79 Add test Jonathan Kim 2019-06-19 11:42:38 +0100
  • 234d284dda Get form field from Django model before defaulting to django-filter Jonathan Kim 2019-06-19 11:42:07 +0100
  • 58e770fbaa Use cls Jonathan Kim 2019-06-25 10:15:03 +0100
  • c5d170cb84 Add examples Jonathan Kim 2019-06-25 10:09:05 +0100
  • cc44dd849b Rename setting and add documentation Jonathan Kim 2019-06-25 09:59:39 +0100
  • e2e496f505 Apply camel case converter to field names in DRF errors (#514) Konstantin Alekseev 2019-06-25 11:40:29 +0300
  • 692540cc78
    Update flake8 (#688) Jonathan Kim 2019-06-24 18:55:44 +0100
  • a4e4b1a58b Merge tag 'v2.3.2' into range_type sprhawk 2019-06-21 20:14:00 +0800
  • 7b3c6658e0
    Bump to 2.3.2 (#686) v2.3.2 Paul Hallett 2019-06-20 13:15:24 +0100
  • 7e5168ba05
    Bump to 2.3.2 Paul Hallett 2019-06-20 11:27:34 +0100
  • 2710a2a49b Install all dev dependencies for flake8 and black tox envs Jonathan Kim 2019-06-19 16:58:06 +0100
  • b1cebefb38 Don't use mutable data structure Jonathan Kim 2019-06-19 16:28:49 +0100
  • 32a11277cf Fix duplicate test name Jonathan Kim 2019-06-19 16:27:12 +0100
  • f9ce7dd99d Add new flake8 plugins and update errors to look for Jonathan Kim 2019-06-19 16:23:39 +0100
  • b92b7b05a3 Include setup.py in black formatting Jonathan Kim 2019-06-19 16:08:57 +0100
  • 91c1278d1a Make cookbook example working on django 2 (#680) Semyon Pupkov 2019-06-19 15:59:19 +0500
  • ae05dee152 Make cookbook example working on django 2 Semyon Pupkov 2019-06-18 23:32:49 +0500
  • 6d5cfee94f apply black formatting Jason Kraus 2019-06-17 11:39:21 -0700
  • 4ba3b544c9 Merge remote-tracking branch 'up/master' into enum_conversion_fixes Jason Kraus 2019-06-17 11:38:16 -0700
  • 612ba5a4ea
    Add convert_choices_to_enum option on DjangoObjectType Meta class (#674) Jonathan Kim 2019-06-17 18:48:29 +0100
  • 894b1053a2 Bump django from 2.1.6 to 2.1.9 in /examples/cookbook-plain (#669) dependabot[bot] 2019-06-17 18:48:15 +0100
  • 829e3afd25 rst is not markdown Jonathan Kim 2019-06-17 17:19:08 +0100
  • 958a8463b3
    Bump django from 2.1.6 to 2.1.9 in /examples/cookbook-plain dependabot[bot] 2019-06-17 16:10:09 +0000
  • 6169346776 Bump django from 1.11.20 to 1.11.21 in /examples/cookbook (#670) dependabot[bot] 2019-06-17 17:08:51 +0100
  • e2844dbafd fix compat fields sprhawk 2019-06-16 15:18:28 +0800
  • 4015da3b6b resolve subtypes of postgres RangeField to new RangeType ( with lower and upper field sprhawk 2019-06-16 15:06:24 +0800
  • f2b99fa18b changed version MardanovTimur 2019-06-14 19:22:14 +0300
  • 882e6c8c9b removed directives middleware MardanovTimur 2019-06-14 19:21:40 +0300
  • 488ff0119b Fix Django warning in tests Jonathan Kim 2019-06-14 15:08:04 +0100
  • 448802b2b6 Add test and documentation note Jonathan Kim 2019-06-14 15:07:32 +0100
  • 380ad94b3b Add link to Django choices documentation Jonathan Kim 2019-06-14 11:16:07 +0100
  • 2d71a107d5 Update documentation Jonathan Kim 2019-06-14 11:13:26 +0100
  • e2ca1ed5e0 Run black Jonathan Kim 2019-06-13 17:33:49 +0100
  • 0afd512bb2 Add tests Jonathan Kim 2019-06-13 17:19:22 +0100
  • 010f3c217c Add convert_choices_to_enum meta option Jonathan Kim 2019-06-13 17:19:08 +0100
  • 6e8dce95ae
    Update doc setup (#673) Jonathan Kim 2019-06-14 12:33:37 +0100
  • d0fff12be4 Alias some commands and add PHONY Jonathan Kim 2019-06-14 10:49:29 +0100
  • 779b7b4dc5 Fix some errors Jonathan Kim 2019-06-14 10:43:26 +0100
  • 81cef14353 Expose doc commands in root makefile and add autobuild Jonathan Kim 2019-06-14 10:40:27 +0100
  • d2b4a02ffe Implement recursive error camelize, add setting. Konstantin Alekseev 2019-06-12 21:56:54 +0300
  • ef82e7945a
    Format codes NateScarlet 2019-06-12 23:32:42 +0800
  • 0deb67a5be
    Revert import order change in test_fields.py NateScarlet 2019-06-12 23:24:39 +0800
  • e4f9bbea96
    Improve code style NateScarlet 2019-06-12 23:19:22 +0800
  • 2909928363
    Merge branch with 'master' NateScarlet 2019-06-12 23:04:36 +0800
  • 6e77c35381 Apply camel case converter to field names in DRF errors Konstantin Alekseev 2018-09-10 23:04:58 +0300
  • de7edaae76 expand test case to cover underscores that are sunder, dunder, and general underscore Jason Kraus 2019-06-11 10:29:49 -0700
  • 775d2e3523
    Update travis and tox (#667) Jonathan Kim 2019-06-10 20:54:30 -0700
  • 4275aba6ac
    Run black formatting (#668) Jonathan Kim 2019-06-10 18:58:33 -0700
  • 59184a117d prefix underscore choice name only if it is dunder, otherwise underscores like sunder are allowed Jason Kraus 2019-06-10 17:16:10 -0700
  • 4281527d32
    Bump django from 1.11.20 to 1.11.21 in /examples/cookbook dependabot[bot] 2019-06-10 18:48:16 +0000
  • 43233d7d9d expand test assertions so that test enum conversion with underscores is more interpretable Jason Kraus 2019-06-10 11:47:52 -0700