Anthony Randall 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96001c5de6 
							
						 
					 
					
						
						
							
							Added an article - implementing rest apis with embedded privacy from doordash engineering blog ( #7956 )  
						
						... 
						
						
						
						* Update tutorials-and-resources.md
* Update tutorials-and-resources.md 
						
					 
					
						2021-09-03 13:23:19 +01:00 
						 
				 
			
				
					
						
							
							
								jefcolbi 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c927053d4b 
							
						 
					 
					
						
						
							
							Replacing django-rest-auth with dj-rest-auth ( #8146 )  
						
						
						
					 
					
						2021-08-31 12:51:47 +01:00 
						 
				 
			
				
					
						
							
							
								Terence Honles 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1c494e3d94 
							
						 
					 
					
						
						
							
							Update references to Travis CI after moving to Github Actions ( #7909 )  
						
						... 
						
						
						
						x-ref: https://github.com/encode/django-rest-framework/pull/7903  
						
					 
					
						2021-04-12 13:14:26 +01:00 
						 
				 
			
				
					
						
							
							
								Lalit Suthar 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9bdd6125a1 
							
						 
					 
					
						
						
							
							fix broken article link ( #7918 )  
						
						... 
						
						
						
						Co-authored-by: lalit97 <lalit.suthar@redhuntlabs.com> 
						
					 
					
						2021-04-12 11:59:58 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37ef62b0e6 
							
						 
					 
					
						
						
							
							Remove link to third party cookiecutter template ( #7902 )  
						
						... 
						
						
						
						The template has not been maintained for six years, so it's out of date on versions and various "best practices" (e.g. pre-commit). I also think any template should be documented on its own repo rather than here, especially if it's not an official maintained project. 
						
					 
					
						2021-04-05 18:18:35 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aa12a5f967 
							
						 
					 
					
						
						
							
							Lint with pre-commit ( #7900 )  
						
						... 
						
						
						
						Following [my comment here](https://github.com/encode/django-rest-framework/pull/7589#issuecomment-813301322 ) and [Django's own move to pre-commit](https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/coding-style/#pre-commit-checks ).
* Add pre-commit config file to run flake8 and isort.
* Add extra "common sense" hooks.
* Run pre-commit on GitHub actions using the [official action](https://github.com/pre-commit/action/ ). This is a good way to get up-and-running but it would be better if we activated [pre-commit.ci](https://pre-commit.ci/ ), which is faster and will auto-update the hooks for us going forwards.
* Remove `runtests.py` code for running linting tools.
* Remove `runtests.py --fast` flag, since that would now just run `pytest -q`, which can be done with `runtests.py -q` instead.
* Remove tox configuration and requirements files for linting.
* Update the contributing guide to mention setting up pre-commit. 
						
					 
					
						2021-04-05 12:08:52 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f83620dcc9 
							
						 
					 
					
						
						
							
							Version 3.12.4 ( #7873 )  
						
						... 
						
						
						
						* Version 3.12.4
* Tweak release notes 
						
					 
					
						2021-03-26 09:27:01 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							dffa612134 
							
						 
					 
					
						
						
							
							Fix release notes typo  
						
						
						
					 
					
						2021-03-25 12:30:45 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							83ad265e13 
							
						 
					 
					
						
						
							
							Version 3.12.3 ( #7866 )  
						
						
						
					 
					
						2021-03-25 12:23:23 +00:00 
						 
				 
			
				
					
						
							
							
								Mohammad Ashraful Islam 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7e3dd9cd1b 
							
						 
					 
					
						
						
							
							Added fast-drf as a thirdparty package for making API development faster. ( #7857 )  
						
						
						
					 
					
						2021-03-22 12:07:48 +00:00 
						 
				 
			
				
					
						
							
							
								Ömer Faruk Abacı 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							883f6fe814 
							
						 
					 
					
						
						
							
							Rename django-extra-fields to drf-extra-fields ( #7833 )  
						
						
						
					 
					
						2021-03-11 11:39:06 +00:00 
						 
				 
			
				
					
						
							
							
								John Alexis Munera 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							cef74d1726 
							
						 
					 
					
						
						
							
							Add rest-framework-actions to Third Party Packages ( #7688 )  
						
						... 
						
						
						
						This pull request adds rest-framework-actions to Third Party Packages, under Views
rest-framework-actions can be found on PyPi here: https://pypi.org/project/rest-framework-actions/ 
Co-authored-by: Tom Christie <tom@tomchristie.com> 
						
					 
					
						2021-03-10 12:37:06 +00:00 
						 
				 
			
				
					
						
							
							
								PaulGilmartin 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c69e2e4eaa 
							
						 
					 
					
						
						
							
							Add graphwrap to third-party-packages.md ( #7819 )  
						
						... 
						
						
						
						* Add graphwrap to third-party-packages documentation
* Fix typo in third party packages docs
* Remove additional newline
Co-authored-by: Paul Gilmartin <paulgilmartin@Pauls-MacBook-Pro.local>
Co-authored-by: Tom Christie <tom@tomchristie.com> 
						
					 
					
						2021-03-10 09:02:38 +00:00 
						 
				 
			
				
					
						
							
							
								Celia Oakley 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							747fef6134 
							
						 
					 
					
						
						
							
							Add django-rest-authemail to Third Party Packages ( #7679 )  
						
						... 
						
						
						
						* Add django-rest-authemail to Authentication
* Add django-rest-authemail to Third Party Packages 
						
					 
					
						2021-03-09 11:51:52 +00:00 
						 
				 
			
				
					
						
							
							
								Nathan Glover 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a89a6427d3 
							
						 
					 
					
						
						
							
							#7703  adding deprecations to release notes ( #7716 )  
						
						... 
						
						
						
						* #7703  adding deprecations to release notes
* #7703  - update link for gh6687 
						
					 
					
						2021-03-09 10:22:37 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							3799633cde 
							
						 
					 
					
						
						
							
							Version 3.12.2  
						
						
						
					 
					
						2020-10-13 14:17:53 +01:00 
						 
				 
			
				
					
						
							
							
								स्पर्श 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a45a6a36f 
							
						 
					 
					
						
						
							
							Fix broken machinalis links ( #7580 )  
						
						... 
						
						
						
						#7572  #7423  #7573   all are related to this 
					
						2020-10-06 13:14:11 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							be87eb43b3 
							
						 
					 
					
						
						
							
							Update release notes with 3.11.1, 3.11.2  
						
						
						
					 
					
						2020-09-30 09:44:31 +01:00 
						 
				 
			
				
					
						
							
							
								Ali Mirlou 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9edd5dfe5d 
							
						 
					 
					
						
						
							
							Fix typo in release notes  
						
						
						
					 
					
						2020-09-28 23:15:30 +03:30 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							05b3865838 
							
						 
					 
					
						
						
							
							Version 3.12.1  
						
						
						
					 
					
						2020-09-28 16:18:23 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							68b23075a2 
							
						 
					 
					
						
						
							
							Add date to 3.12 release.  
						
						
						
					 
					
						2020-09-28 10:54:52 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6f7aad8ffa 
							
						 
					 
					
						
						
							
							Placeholder for 3.12 release ( #7379 )  
						
						... 
						
						
						
						* Placeholder for 3.12 release
* Updating release notes
* Updating release notes
* Updating release notes
* Update release notes
* Fix typo
* Basic structure for release announcement
* 3.12 release notes
* Version 3.12.0 
						
					 
					
						2020-09-28 10:47:50 +01:00 
						 
				 
			
				
					
						
							
							
								Mohammad Amin Haghpanah 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							04f39c42ee 
							
						 
					 
					
						
						
							
							Add drf-psq package to docs ( #7451 )  
						
						... 
						
						
						
						* Add drf-psq to third party packages
* Add drf-psq to permissions.md
this package is an extension that gives support for having action-based **permission_classes**, **serializer_class**, and **queryset** dependent on permission-based rules.
Co-authored-by: Salar Nasiri <salarnasiri@users.noreply.github.com> 
						
					 
					
						2020-09-09 08:54:05 +01:00 
						 
				 
			
				
					
						
							
							
								Rafael Henter 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							327cbef299 
							
						 
					 
					
						
						
							
							Add Django API Client to the third party packages ( #7440 )  
						
						
						
					 
					
						2020-09-08 15:44:03 +01:00 
						 
				 
			
				
					
						
							
							
								Adam Johnson 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							410575dace 
							
						 
					 
					
						
						
							
							Replace all url() calls with path() or re_path() ( #7512 )  
						
						... 
						
						
						
						* url() is deprecated in Django 3.1
* update given feedbacks on url() is deprecated in Django 3.1
* Fix test_urlpatterns.py to continue testing mixed re_path() and path()
* Fix one missed reference
Co-authored-by: sanjusci <sanju.sci9@gmail.com> 
						
					 
					
						2020-09-08 15:32:27 +01:00 
						 
				 
			
				
					
						
							
							
								johnthagen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7f3a3557a0 
							
						 
					 
					
						
						
							
							Add drf_ujson2 reference ( #7494 )  
						
						
						
					 
					
						2020-08-25 15:15:17 -07:00 
						 
				 
			
				
					
						
							
							
								w 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a04269209 
							
						 
					 
					
						
						
							
							Fixed docs typo ( #7382 )  
						
						
						
					 
					
						2020-06-19 10:29:41 -07:00 
						 
				 
			
				
					
						
							
							
								Rignon Noël 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b677b7b15d 
							
						 
					 
					
						
						
							
							Update link to dry-rest-permissions ( #7374 )  
						
						... 
						
						
						
						dry-rest-permissions was no maintain since 2018, so FJNR-inc just got a new PyPi version on their fork 
						
					 
					
						2020-06-11 18:33:04 +01:00 
						 
				 
			
				
					
						
							
							
								Robert Singer 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							05a59095ce 
							
						 
					 
					
						
						
							
							Adds drf-typed-views to 3rd party packages ( #7293 )  
						
						
						
					 
					
						2020-04-27 12:12:13 -07:00 
						 
				 
			
				
					
						
							
							
								David Szotten 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							734c534dbb 
							
						 
					 
					
						
						
							
							update release note to include full message ( #7251 )  
						
						... 
						
						
						
						the truncation changes the meaning somewhat.. 
						
					 
					
						2020-03-31 14:53:33 +01:00 
						 
				 
			
				
					
						
							
							
								Artur Barseghyan 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5cc6ace9c4 
							
						 
					 
					
						
						
							
							Update third-party-packages.md ( #7175 )  
						
						
						
					 
					
						2020-03-20 11:28:51 -07:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ddfb9672ae 
							
						 
					 
					
						
						
							
							Release notes for 3.11.0 ( #7214 )  
						
						
						
					 
					
						2020-03-04 13:31:43 +00:00 
						 
				 
			
				
					
						
							
							
								William S. Vincent 
							
						 
					 
					
						
						
						
						
							
						
						
							d21b8eb084 
							
						 
					 
					
						
						
							
							update Django for APIs book to 3.0 edition ( #7164 )  
						
						
						
					 
					
						2020-01-28 14:05:32 +00:00 
						 
				 
			
				
					
						
							
							
								Frederico Lima 
							
						 
					 
					
						
						
						
						
							
						
						
							25ac7ba450 
							
						 
					 
					
						
						
							
							Add third party lib drf-viewset-profiler ( #6993 )  
						
						
						
					 
					
						2020-01-03 13:53:09 +00:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							de497a9bf1 
							
						 
					 
					
						
						
							
							Version 3.11 ( #7083 )  
						
						... 
						
						
						
						* Version 3.11
* Added notes on OpenAPI changes for 3.11.
* Minor docs tweaking
* Update package version and supported versions
* Use a lazy import for django.test.client.encode_mutlipart. Closes  #7078  
						
					 
					
						2019-12-12 14:31:40 +00:00 
						 
				 
			
				
					
						
							
							
								Kye Russell 
							
						 
					 
					
						
						
						
						
							
						
						
							dff9759555 
							
						 
					 
					
						
						
							
							Removed Eric S. Raymond quote from the release notes ( #7073 )  
						
						
						
					 
					
						2019-12-04 09:29:01 +00:00 
						 
				 
			
				
					
						
							
							
								CloudCode Hungary 
							
						 
					 
					
						
						
						
						
							
						
						
							6196e9c8cd 
							
						 
					 
					
						
						
							
							add djangorestframework-features to third-party ( #7052 )  
						
						
						
					 
					
						2019-11-18 12:31:32 +00:00 
						 
				 
			
				
					
						
							
							
								James 
							
						 
					 
					
						
						
						
						
							
						
						
							323e1cddda 
							
						 
					 
					
						
						
							
							Cleanup "Documenting your API" 3rd party recommendations ( #7057 )  
						
						
						
					 
					
						2019-11-15 18:39:47 -08:00 
						 
				 
			
				
					
						
							
							
								Daniel Hnyk 
							
						 
					 
					
						
						
						
						
							
						
						
							ab40b80fa6 
							
						 
					 
					
						
						
							
							Remove unmaintained django-rest-framework-bulk from docs ( #7021 )  
						
						
						
					 
					
						2019-10-28 03:46:44 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Guo 
							
						 
					 
					
						
						
						
						
							
						
						
							5ee970c090 
							
						 
					 
					
						
						
							
							Fix docs typos ( #7015 )  
						
						
						
					 
					
						2019-10-24 11:31:12 -07:00 
						 
				 
			
				
					
						
							
							
								Chris Guo 
							
						 
					 
					
						
						
						
						
							
						
						
							a734e58d44 
							
						 
					 
					
						
						
							
							Fix docs typos ( #7006 )  
						
						
						
					 
					
						2019-10-21 15:11:12 -07:00 
						 
				 
			
				
					
						
							
							
								zach valenta 
							
						 
					 
					
						
						
						
						
							
						
						
							f98b6f3577 
							
						 
					 
					
						
						
							
							proper Github repo issue already resolved ( #6999 )  
						
						... 
						
						
						
						per the ticket anyway https://github.com/encode/django-rest-framework/issues/2162  
						
					 
					
						2019-10-17 13:58:12 +01:00 
						 
				 
			
				
					
						
							
							
								Yezy Ilomo 
							
						 
					 
					
						
						
						
						
							
						
						
							5b990d4092 
							
						 
					 
					
						
						
							
							Add django-restql to 3rd party packages in docs ( #6947 )  
						
						
						
					 
					
						2019-09-24 00:22:25 -07:00 
						 
				 
			
				
					
						
							
							
								Oxan van Leeuwen 
							
						 
					 
					
						
						
						
						
							
						
						
							2664e65019 
							
						 
					 
					
						
						
							
							Add djangorestframework-dataclasses to 3rd party package docs ( #6939 )  
						
						
						
					 
					
						2019-09-18 11:21:32 -07:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							89ac0a1c7e 
							
						 
					 
					
						
						
							
							Version 3.10.3 ( #6908 )  
						
						... 
						
						
						
						* Version 3.10.3
* Version 3.10.3 release notes 
						
					 
					
						2019-09-04 14:28:25 +01:00 
						 
				 
			
				
					
						
							
							
								Pramod Pujara 
							
						 
					 
					
						
						
						
						
							
						
						
							c0cf37e35d 
							
						 
					 
					
						
						
							
							Update tutorial links ( #6890 )  
						
						
						
					 
					
						2019-09-03 11:21:53 -07:00 
						 
				 
			
				
					
						
							
							
								Greg Schmit 
							
						 
					 
					
						
						
						
						
							
						
						
							0cc09f0c0d 
							
						 
					 
					
						
						
							
							Add drf-action-sreializer to third party packages ( #6845 )  
						
						
						
					 
					
						2019-07-30 12:37:49 -07:00 
						 
				 
			
				
					
						
							
							
								Min ho Kim 
							
						 
					 
					
						
						
						
						
							
						
						
							0e1c5d3132 
							
						 
					 
					
						
						
							
							Fix typos ( #6835 )  
						
						
						
					 
					
						2019-07-25 10:04:01 -07:00 
						 
				 
			
				
					
						
							
							
								Daniel Alvarez 
							
						 
					 
					
						
						
						
						
							
						
						
							316526d877 
							
						 
					 
					
						
						
							
							Fixes import in the schemas documentation  
						
						
						
					 
					
						2019-07-16 21:32:19 +01:00 
						 
				 
			
				
					
						
							
							
								Tom Christie 
							
						 
					 
					
						
						
						
						
							
						
						
							6499378fc3 
							
						 
					 
					
						
						
							
							3.10 release notes tweaks  
						
						
						
					 
					
						2019-07-15 12:38:28 +01:00