Commit Graph

31 Commits

Author SHA1 Message Date
Olivia Rodriguez Valdes
7272d34950 Pass field_permissions as variable to __set_as_nullable__ method 2019-02-28 17:51:30 -05:00
Olivia Rodriguez Valdes
ef3cd81959 Reorder field_permissions 2019-02-28 17:21:26 -05:00
Olivia Rodriguez Valdes
1adb13dff8 Set function as unbound 2019-02-28 16:35:01 -05:00
Olivia Rodriguez Valdes
10d28ba5d0 Refactor DjangoObjectType 2019-02-28 15:30:36 -05:00
Olivia Rodriguez Valdes
142f5141ea Add permission to class 2019-02-19 13:31:19 -05:00
Olivia Rodriguez Valdes
715fbbe1dd Update permission to type 2019-02-19 13:02:06 -05:00
Olivia Rodriguez Valdes
7b86824afa Mixing DjangoObjectType and DjangoPermissionObjectType 2019-02-18 15:00:35 -05:00
Olivia Rodriguez Valdes
106d3e063d Add test to permission type 2019-01-07 08:25:19 -05:00
Olivia Rodriguez Valdes
0b34a215ad Set resolver as class attr 2019-01-07 07:46:00 -05:00
Olivia Rodriguez Valdes
d1391db45a Add permission type 2019-01-06 11:13:44 -05:00
Olivia Rodriguez Valdes
9e62c71d72 Add PermissionObjectType 2019-01-04 14:59:32 -05:00
Syrus Akbary
54ef52e1c6 Reformatted files using black 2018-07-19 16:52:24 -07: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
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
mongkok
167d0a3964 Allow DjangoObjectType to have default _meta 2018-01-22 01:03:52 +05:30
Charles Haro
2a39f5d8ea Allow abstract Connection Class to DjangoObjectType
referred to as connection_class, it will instantiate the connection from the provided class or default to graphene.Connection if not supplied
2017-10-30 14:35:29 -07:00
Syrus Akbary
3d58148f03 Code adapted to new resolver API 2017-07-28 09:43:27 -07:00
Syrus Akbary
72529b70bb Fixed all tests and flake issues 2017-07-24 23:42:40 -07:00
Syrus Akbary
18db46e132 Removed Meta inheritance in favor of __init_subclass_with_meta__ 2017-07-24 22:27:26 -07:00
Syrus Akbary
eb02f8781c Merge pull request #74 from momamene/fix-reverse-fields-name
#63 Get name of reverse_fields from model.__dict__
2017-03-15 21:37:48 -07:00
Matthías Páll Gissurarson
aed7229bae Allow nodes to skip the registry 2017-02-02 20:29:21 +01:00
momamene
45542b6a93 Remove meaningless guard 2016-12-14 12:13:11 +00:00
momamene
8bb55ed79d Get name of reverse_fields from model.__dict__ 2016-12-14 08:13:46 +00:00
Syrus Akbary
8dfe7bbcf5 Remove filter order_by as Django Filters have deprecated it in 1.0 2016-11-23 02:15:05 -08:00
Timothy Laurent
1fdd7756ec better endswith 2016-11-10 10:16:44 -08:00
Timothy Laurent
aa6be2c527 cast name to string 2016-11-10 00:19:35 -08:00
Timothy Laurent
6801b69ce9 don\'t use fields that end in a plus 2016-11-09 23:56:14 -08:00
Syrus Akbary
d73f4aa235 Added support for SimpleLazyObject. Fixed #22 2016-10-15 17:40:12 -07:00
Morgante Pell
900354837e
Fix id lookup to handle cases where the primary key of the Django model is not called ID 2016-10-13 02:52:58 -04:00
Syrus Akbary
4e23c3ccf6 Improved python syntax and sorts (pep8). Improved Readme 2016-09-17 17:09:56 -07:00
Syrus Akbary
0434899b4e Isolated Graphene Django in a new package 2016-09-17 16:31:17 -07:00