Commit Graph

27 Commits

Author SHA1 Message Date
Jason Kraus
8f354ee890 cleanup test choices 2019-07-09 10:48:20 -07:00
Jason Kraus
6d5cfee94f apply black formatting 2019-06-17 11:39:21 -07:00
Jason Kraus
6008e4d089 fix unit tests 2019-06-10 09:42:52 -07:00
Jason Kraus
71ba7fb82b Merge remote-tracking branch 'up/master' into enum_conversion_fixes 2019-06-10 09:30:01 -07:00
Jason Kraus
9275163fa0 test and handle choices that start with an underscore, issue #141 2019-06-10 09:29:55 -07:00
Jason Kraus
5b45c5ddf6 fix python 2 test regression: set source file encoding to utf8 2019-06-10 09:29:55 -07:00
Jason Kraus
1bcc1ef328 fix python 2 test regression 2019-06-10 09:29:55 -07:00
Jason Kraus
8d42c7c23e chomp out non-ascii characters from enum name generation 2019-06-10 09:29:55 -07:00
Jason Kraus
3f35b1f043 cover enum case where choice begins with a number 2019-06-10 09:29:54 -07:00
Andrew Bettke
36ac5626e9 Adds enhanced support for proxy models. 2019-03-27 17:09:25 +13:00
Waldecir Santos
c1bd3c4c15 Exclude id from mutation, useful for create operations. 2018-07-22 23:35:11 +01:00
Syrus Akbary
54ef52e1c6 Reformatted files using black 2018-07-19 16:52:24 -07:00
Syrus Akbary
883d1778d5
Merge pull request #336 from urbandove/django2
support Django 2 + in tests
2018-06-05 13:02:09 -07:00
=
b331319aea Fix merge conflicts 2018-04-15 00:12:49 -04:00
Daniel Bachler
23eb8eea80 Add failing test case 2018-02-28 14:41:47 +01:00
Syrus Akbary
c0edb0c927
Merge pull request #373 from jm2242/proxy-model-support
Basic Proxy model support
2018-02-11 13:46:13 -08:00
Syrus Akbary
adde400893
Merge pull request #335 from urbandove/master
models.DateField => graphene Date Scalar
2018-02-08 12:14:13 -08:00
Jonathan Mares
bfcfccfc8d undo cascade changes 2018-02-03 22:51:25 -05:00
=
1bf5da2a8d Remove commits related to django 2.0 support from pull request 2018-02-03 18:32:18 -05:00
Jonathan Mares
bc1d47efb5 fix a line break 2018-02-03 14:36:25 -05:00
Jonathan Mares
0b103417f9 on_delete param where needed due to django 2 requirements
added support for querying a model with objects that may be a proxy model, fixed and added tests

a few style changes
2018-02-03 11:10:04 -05:00
=
51f794edb6 Test Connectionfield with custom Manager 2017-12-12 12:52:32 -05:00
=
f687406ac5 Add on_delete atrributes to test models foreignkeys 2017-12-07 13:00:22 -05:00
=
62c0694901 models.DateField corresponds to graphene Date Scalar 2017-12-05 15:04:29 -05:00
=
73706fa6bb Add on_delete atrributes to test models foreignkeys 2017-12-05 15:01:52 -05:00
Timothy Laurent
6801b69ce9 don\'t use fields that end in a plus 2016-11-09 23:56:14 -08:00
Syrus Akbary
0434899b4e Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00