| 
							
							
								 Tom Christie | e4d2f54529 | Fix indenting on raw data forms | 2013-08-29 20:39:05 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 44f8d1bef2 | Fix tab preferences on PUT forms | 2013-08-29 20:38:55 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 1fa2d823cc | Preserve tab preference in cookies. | 2013-08-29 20:35:59 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | c7f3b8bebe | Include serialized content in raw data form. | 2013-08-29 17:23:26 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 37e2720a40 | Add override_methodcontext manager and cleanup. | 2013-08-29 12:55:56 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 18007d6846 | Simplifying raw data renderering support | 2013-08-28 21:52:56 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 8d590ebfde | First hacky pass at displaying raw data | 2013-08-27 11:22:19 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | c3e273a90e | Added @kristianoellegaard. For docs addition #1059.  Thanks! | 2013-08-27 09:16:20 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | f254ec3e6e | Merge pull request #1059 from KristianOellegaard/patch-1 More information on how actions are mapped to URLs in viewsets | 2013-08-27 01:14:43 -07:00 |  | 
			
				
					| 
							
							
								 Kristian Øllegaard | afee470aca | More information on how actions are mapped to URLs in viewsets | 2013-08-26 11:02:01 +02:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 2340035789 | Added @ericbuehl For pull request #1058.  Thank you! :) | 2013-08-25 20:48:10 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | ab68d355f5 | Merge pull request #1058 from ericbuehl/master parameterize identity field serializer class to allow for easier subclassing | 2013-08-25 12:46:11 -07:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 53d60543c3 | Add warning against HTMLFormRenderer | 2013-08-25 20:31:04 +01:00 |  | 
			
				
					| 
							
							
								 Eric Buehl | 9d3fae27fd | parameterize identity field class to allow for easier subclassing | 2013-08-23 16:48:32 +00:00 |  | 
			
				
					| 
							
							
								 Tom Christie | c7847ebc45 | Docs for HTMLFormRenderer | 2013-08-23 17:10:50 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | be0f5850c3 | Extra docs | 2013-08-23 16:51:34 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | c77e4a2c59 | Merge branch 'master' into html-form-renderer | 2013-08-23 16:46:14 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 436e66a42d | JSON responses should not include a charset | 2013-08-23 16:45:55 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | e23d588852 | Adding standard renderer attributes and documenting | 2013-08-23 16:16:41 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 10d386ec6a | Cleanup and dealing with empty form data. | 2013-08-23 16:10:20 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 1c935cd3d2 | Fix failing test for router with no trailing slash | 2013-08-23 15:18:47 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 005f475c6a | Don't consume .json style suffixes with routers. When trailing slash is false, the lookup regex should not consume '.'
characters.  Fixes #1057. | 2013-08-23 14:58:06 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | b72a99fef2 | Merge branch 'display-nested-data' into html-form-renderer | 2013-08-23 14:39:52 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 0966a2680b | First pass at HTMLFormRenderer | 2013-08-23 14:38:31 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | f54fc3a76b | Merge branch 'master' of https://github.com/tomchristie/django-rest-framework | 2013-08-23 14:06:39 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | e03854ba6a | Tweaks to display nested data in empty serializers | 2013-08-23 14:06:14 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 7bbe0f868f | Added @krzysiekj For work on #1034.  Thanks! | 2013-08-23 13:37:25 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | e7927e9bca | Extra docs on PATCH with no object. | 2013-08-23 13:35:50 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 110d549404 | Merge pull request #1034 from KrzysiekJ/patch-create-fallback-removal PATCH requests should not be able to create objects. | 2013-08-23 05:34:00 -07:00 |  | 
			
				
					| 
							
							
								 Tom Christie | f2b190e374 | Update release notes | 2013-08-23 12:06:23 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 95b2bf50fb | Add validation error test when passing non-file to FileField | 2013-08-23 12:03:54 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 47d17b088a | Merge branch 'fix_937' of git://github.com/aburgel/django-rest-framework into aburgel-fix_937 | 2013-08-23 11:56:22 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | dba6027813 | Add missing period. | 2013-08-23 11:27:12 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 19a774f972 | force_authenticate(None) also clears session info. Closes #1055. | 2013-08-23 11:21:52 +01:00 |  | 
			
				
					| 
							
							
								 Stephan Groß | b8561f4123 | Add @ramiro for #1056 thanks! | 2013-08-22 17:52:22 +02:00 |  | 
			
				
					| 
							
							
								 Stephan Groß | ca9f144b15 | Merge pull request #1056 from ramiro/patch-1 Fix typo | 2013-08-22 08:50:58 -07:00 |  | 
			
				
					| 
							
							
								 Ramiro Morales | ec5955101b | Update parsers.md s/renderers/parsers/ | 2013-08-22 12:40:12 -03:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 2bcad32dcb | If page size query param <= 0, just use default page size. Closes #1028. | 2013-08-21 21:22:12 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 4338e1e43f | Added @filipeximenes For work on #1050.  Thanks! | 2013-08-21 20:00:35 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | cf6ae397db | Docs tweaking around check_object_permissions | 2013-08-21 19:57:30 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | d900847d98 | Merge pull request #1050 from filipeximenes/master Improving documentation about object level permissions #1049 | 2013-08-21 11:52:45 -07:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 5e40e50f2b | Include import paths throughout docs. Closes #1051.  Thanks to @pydanny for the report. | 2013-08-21 19:46:09 +01:00 |  | 
			
				
					| 
							
							
								 Filipe Ximenes | 1bf7123415 | improving documentation about object level permissions #1049 | 2013-08-20 16:24:13 -03:00 |  | 
			
				
					| 
							
							
								 Tom Christie | f84d4951bf | Update release notes | 2013-08-19 21:46:34 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 7cc1d38d22 | Merge branch 'boolean-field-required-1004' of git://github.com/willkg/django-rest-framework | 2013-08-19 21:44:52 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 28ff6fb1ec | Only HTML forms should have implicit default False for boolean fields | 2013-08-19 21:44:47 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 34d65119fc | Update release notes. | 2013-08-19 08:54:48 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 3a99b0af50 | Added @chrispaolini. For customizable view names/descriptions in #1043.  Thanks! :) | 2013-08-19 08:47:52 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 5120670624 | Document customizable view names/descriptions | 2013-08-19 08:45:53 +01:00 |  | 
			
				
					| 
							
							
								 Tom Christie | 89b0a539c3 | Move view name/description functions into public space | 2013-08-19 08:24:27 +01:00 |  |