Daniel Gallagher 
							
						 
					 
					
						
						
						
						
							
						
						
							e239e685f1 
							
						 
					 
					
						
						
							
							Create Makefile with several useful dev commands, and move dev requirements into requirements-dev.txt.  
						
						
						
					 
					
						2018-05-28 13:35:41 -07:00 
						 
				 
			
				
					
						
							
							
								Dan 
							
						 
					 
					
						
						
						
						
							
						
						
							034b5385a5 
							
						 
					 
					
						
						
							
							Add isort precommit hook & run on all files ( #743 )  
						
						... 
						
						
						
						* Add isort and seed-isort-config pre-commit hook
* Fix erroneous isort moving comment to the top of file 
						
					 
					
						2018-05-28 19:18:54 +01:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							85e354c139 
							
						 
					 
					
						
						
							
							Merge branch 'master' into feature/date-improvements  
						
						... 
						
						
						
						# Conflicts:
#	graphene/types/datetime.py 
						
					 
					
						2018-03-29 22:10:18 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							b4255e55fd 
							
						 
					 
					
						
						
							
							Use aniso8601 instead of iso8601  
						
						
						
					 
					
						2018-03-29 22:05:12 -07:00 
						 
				 
			
				
					
						
							
							
								Jonathan Kim 
							
						 
					 
					
						
						
						
						
							
						
						
							79f7cc08e3 
							
						 
					 
					
						
						
							
							Exclude examples module in setup.py  
						
						... 
						
						
						
						Fixes  #608  
					
						2018-02-18 17:21:19 +00:00 
						 
				 
			
				
					
						
							
							
								Lucas Costa 
							
						 
					 
					
						
						
						
						
							
						
						
							71177fe977 
							
						 
					 
					
						
						
							
							Prevent requirement breaking changes  
						
						... 
						
						
						
						I have a project still in 1.2.0 thats has been broken in my last release since it used `'graphql-core>=1.0.1'` in the `install_requires`. Since `graphql-core` has released version 2.0 with breaking changes and there was no instruction to maintain version 1, it was included as a dependency. This prevents this situation for the future. 
						
					 
					
						2017-10-26 16:21:19 -02:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							e405cea361 
							
						 
					 
					
						
						
							
							Use stable versions of graphql-core  
						
						
						
					 
					
						2017-10-25 10:31:28 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							c38ffa5ffd 
							
						 
					 
					
						
						
							
							Update setup.py  
						
						
						
					 
					
						2017-10-14 12:16:09 +02:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							88111610fb 
							
						 
					 
					
						
						
							
							Fixed pytest requirements  
						
						
						
					 
					
						2017-10-14 12:11:18 +02:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							81018268aa 
							
						 
					 
					
						
						
							
							Added support for wheel distributions.  Fixed   #505  
						
						
						
					 
					
						2017-07-31 22:30:13 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							602d8866bb 
							
						 
					 
					
						
						
							
							Updated graphql-core version  
						
						
						
					 
					
						2017-07-31 22:08:05 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							800fbdf820 
							
						 
					 
					
						
						
							
							Use dev version of graphql-core and promise  
						
						
						
					 
					
						2017-07-23 21:47:23 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							287a7a814d 
							
						 
					 
					
						
						
							
							Added package test requirements into travis excluding setup  
						
						
						
					 
					
						2017-07-23 19:15:51 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							8bac3dc9e5 
							
						 
					 
					
						
						
							
							Use latest graphql-core and promise lib  
						
						
						
					 
					
						2017-07-23 19:02:41 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							6ae9717415 
							
						 
					 
					
						
						
							
							Improved automatic resolver args from annotations  
						
						
						
					 
					
						2017-07-23 18:57:17 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							bd754c1989 
							
						 
					 
					
						
						
							
							Updated dependencies: use promise 2.0 and graphql-core 1.1  
						
						
						
					 
					
						2017-04-18 22:55:29 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							dfcd7f2563 
							
						 
					 
					
						
						
							
							First version of the Graphene test client and snapshots  💪  
						
						
						
					 
					
						2017-04-09 21:08:35 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							256c84a9a5 
							
						 
					 
					
						
						
							
							Added test extra requirements  
						
						
						
					 
					
						2017-02-07 21:54:50 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							da3683028e 
							
						 
					 
					
						
						
							
							Updated external dependencies  
						
						
						
					 
					
						2016-12-01 21:18:37 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							5dd92b7d6b 
							
						 
					 
					
						
						
							
							Added datetime tests  
						
						
						
					 
					
						2016-10-03 20:51:37 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							c920537380 
							
						 
					 
					
						
						
							
							Updated graphene to 1.0  🎉  
						
						
						
					 
					
						2016-09-26 09:20:41 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							0f76e8f817 
							
						 
					 
					
						
						
							
							Added simple benchmarks  
						
						
						
					 
					
						2016-08-17 21:26:05 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							030fde2cff 
							
						 
					 
					
						
						
							
							Improved system for getting graphene package version  
						
						
						
					 
					
						2016-08-14 17:47:52 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							35169480d0 
							
						 
					 
					
						
						
							
							Moved iso8601 dependency into graphene-django package  
						
						
						
					 
					
						2016-08-14 16:25:59 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							c88e933e9e 
							
						 
					 
					
						
						
							
							Update graphql_relay to last version  
						
						
						
					 
					
						2016-06-18 14:31:33 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							feaa09616d 
							
						 
					 
					
						
						
							
							First 1.0 with a separated Django version  
						
						
						
					 
					
						2016-06-17 09:29:38 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							7caf96c746 
							
						 
					 
					
						
						
							
							Improved relay requirement, removed Django/SQLAlchemy dependency in main package  
						
						
						
					 
					
						2016-06-14 23:59:37 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							1711e6a529 
							
						 
					 
					
						
						
							
							Updated version to 0.10.2  
						
						
						
					 
					
						2016-05-31 22:15:01 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							da0927aa84 
							
						 
					 
					
						
						
							
							Updated version to 0.10.1  
						
						
						
					 
					
						2016-05-22 19:32:52 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							91a2423e5e 
							
						 
					 
					
						
						
							
							Updated version to 0.10.0  
						
						
						
					 
					
						2016-05-21 00:54:47 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							3093d2b300 
							
						 
					 
					
						
						
							
							Updated requirements  
						
						
						
					 
					
						2016-05-21 00:35:12 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							398088a0c4 
							
						 
					 
					
						
						
							
							Updated version to 0.9.1  
						
						
						
					 
					
						2016-05-13 13:45:50 -07:00 
						 
				 
			
				
					
						
							
							
								Stefan Foulis 
							
						 
					 
					
						
						
						
						
							
						
						
							7115306156 
							
						 
					 
					
						
						
							
							fix impossible dependencies of dependencies  
						
						... 
						
						
						
						fixes  #161  
					
						2016-05-13 21:59:09 +02:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							5b63084802 
							
						 
					 
					
						
						
							
							Updated graphene version to 0.9  
						
						
						
					 
					
						2016-05-12 00:32:05 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							4eb70bca00 
							
						 
					 
					
						
						
							
							Updated graphene version to 0.9b1  
						
						
						
					 
					
						2016-05-12 00:09:53 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							379768930d 
							
						 
					 
					
						
						
							
							Updated graphql-django-view  
						
						
						
					 
					
						2016-05-11 22:54:29 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							9da1d1ec00 
							
						 
					 
					
						
						
							
							Update package requirements  
						
						
						
					 
					
						2016-05-11 22:44:25 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							ae7e48f739 
							
						 
					 
					
						
						
							
							Commented some requirements for testing  
						
						
						
					 
					
						2016-05-11 21:04:21 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Aivazis 
							
						 
					 
					
						
						
						
						
							
						
						
							cff7666abe 
							
						 
					 
					
						
						
							
							dumped graphql-core dependency  
						
						
						
					 
					
						2016-05-06 10:12:52 -07:00 
						 
				 
			
				
					
						
							
							
								Alec Aivazis 
							
						 
					 
					
						
						
						
						
							
						
						
							11a963d70a 
							
						 
					 
					
						
						
							
							bumped version number  
						
						
						
					 
					
						2016-05-06 08:58:50 -07:00 
						 
				 
			
				
					
						
							
							
								Jon Dugan 
							
						 
					 
					
						
						
						
						
							
						
						
							aea560e363 
							
						 
					 
					
						
						
							
							don't restrict version number for the iso8601 package  
						
						
						
					 
					
						2016-04-29 15:31:57 -05:00 
						 
				 
			
				
					
						
							
							
								Jon Dugan 
							
						 
					 
					
						
						
						
						
							
						
						
							8e3b9b430e 
							
						 
					 
					
						
						
							
							improve iso8601 handling  
						
						
						
					 
					
						2016-04-29 13:58:49 -05:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							d48d24176f 
							
						 
					 
					
						
						
							
							Updated Graphene version to 0.8.1  
						
						
						
					 
					
						2016-04-14 01:57:54 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							8497e0c4e0 
							
						 
					 
					
						
						
							
							Updated graphene version to 0.8.0  
						
						
						
					 
					
						2016-04-02 21:07:31 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							7f96500353 
							
						 
					 
					
						
						
							
							Added support for converting Postgres fields  
						
						
						
					 
					
						2016-04-02 18:02:13 -07:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							c0d64ef1e5 
							
						 
					 
					
						
						
							
							Updated version to 0.7.3  
						
						
						
					 
					
						2016-02-12 20:06:47 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							1021487742 
							
						 
					 
					
						
						
							
							Updated version to 0.7.2  
						
						
						
					 
					
						2016-02-05 19:02:14 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							191d9c6ecb 
							
						 
					 
					
						
						
							
							Updated graphene version to 0.7.1  
						
						
						
					 
					
						2016-02-02 20:35:17 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							b3693e3702 
							
						 
					 
					
						
						
							
							Added support for sqlalchemy choice  
						
						
						
					 
					
						2016-02-01 14:02:38 -08:00 
						 
				 
			
				
					
						
							
							
								Syrus Akbary 
							
						 
					 
					
						
						
						
						
							
						
						
							6a38024340 
							
						 
					 
					
						
						
							
							Updated version to 0.7.0  
						
						
						
					 
					
						2016-01-26 11:52:11 -08:00