Miroslav Shubernetskiy
							
						 | 
						
							
							
								615393d2f9
							
							removed unused imports
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								191c5e7c4a
							
							completely overwriting get_object() to support bulk requests
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								db3c662fcb
							
							fixed typo and small optimization in update()
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								d21aea8139
							
							filtering queryset before bulk update to guarantee all objects in json are found in db
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								52efdad4fb
							
							forgot to return object in get_object() function
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								40d1c9a9cc
							
							typos [ci skip]
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								74afc1ac3a
							
							bumped version to 0.2 and adjusted README with HISTORY
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								7694469f38
							
							added Matthias Erll to contributors since he did initial work for DRF3 support which I based my implementation on [ci skip]
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								c4e0ab5630
							
							added travis config for both DRF2 and DRF3
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								43f7b14296
							
							added BulkListSerializer and BulkSerializerMixin to add DRF3 support
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								8c6dbca11c
							
							added dedicated bulk methods for create, update and delete in DRF3
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								1da9a4bc0e
							
							adjusted tox to test both DRF2 and DRF3
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								7ce139e025
							
							initial DRF3 support except update which requires to implement update logic
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								840ceaed20
							
							importing appropriate drf mixing depending on its version
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								e65445c9c9
							
							moved existing mixins to drf2 package
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								9db7753e6b
							
							Merge pull request #28 from miki725/cookiecutter
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								f230d0a5d2
							
							added travis build status badge to readme [ci skip]
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								7e663526e8
							
							Merge commit '9e300b88cd5430cc804d147a2c8f3bf49dea5fdb' into cookiecutter
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								9e300b88cd
							
							Merge pull request #27 from davideme/master
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								53d3c8169a
							
							filled in history [ci skip]
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								36b4723e57
							
							temporarily removed pypy3 from travis since build is failing due to permission issue
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								d883357e43
							
							added integration tests using viewset
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								35b8b9af4c
							
							added pypy3 to travis and tox config
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								46f4e3e45b
							
							restructured project by using cookiecutter
						 | 
						10 年之前 | 
					
				
					
						
							
								   Davide Mendolia
							
						 | 
						
							
							
								ee337355a0
							
							Add Davide Mendolia to the list of contributors
						 | 
						10 年之前 | 
					
				
					
						
							
								   Davide Mendolia
							
						 | 
						
							
							
								748c78d12e
							
							Added ListBulkCreateDestroyAPIView to generics
						 | 
						10 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								e17b4d358c
							
							Corrected pip install line - fixes #21
						 | 
						11 年之前 | 
					
				
					
						
							
								   Miroslav Shubernetskiy
							
						 | 
						
							
							
								6e57e0f34e
							
							Merge pull request #19 from xordoquy/bugfix/data_installation
						 | 
						11 年之前 | 
					
				
					
						
							
								   Xavier Ordoquy
							
						 | 
						
							
							
								dd57baa851
							
							Added my name in the contributors.
						 | 
						11 年之前 | 
					
				
					
						
							
								   Xavier Ordoquy
							
						 | 
						
							
							
								c614515735
							
							Return a compatible value if there are no package_data to install.
						 | 
						11 年之前 |