| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								__init__.py
							
						
					
				 | 
				
					
						
							
							Push tests into a seperate app namespace 'rest_framework.test'
						
					
				 | 
				2012-10-27 18:44:23 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								authentication.py
							
						
					
				 | 
				
					
						
							
							Tweak authtoken
						
					
				 | 
				2012-10-09 09:57:31 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								breadcrumbs.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								decorators.py
							
						
					
				 | 
				
					
						
							
							Add test for non-GET methods to api_view decorator
						
					
				 | 
				2012-10-05 15:55:45 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								description.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								files.py
							
						
					
				 | 
				
					
						
							
							Remove RequestFactory from compat (Now 1.2 is not supported)
						
					
				 | 
				2012-09-27 13:06:04 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								genericrelations.py
							
						
					
				 | 
				
					
						
							
							Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead
						
					
				 | 
				2012-10-09 10:25:01 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								generics.py
							
						
					
				 | 
				
					
						
							
							Fix #285
						
					
				 | 
				2012-10-08 12:52:56 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								htmlrenderer.py
							
						
					
				 | 
				
					
						
							
							TemplateHTMLRenderer, StaticHTMLRenderer
						
					
				 | 
				2012-10-28 18:12:56 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								hyperlinkedserializers.py
							
						
					
				 | 
				
					
						
							
							Initial tests for hyperlinked relationships
						
					
				 | 
				2012-10-04 16:58:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								models.py
							
						
					
				 | 
				
					
						
							
							Push tests into a seperate app namespace 'rest_framework.test'
						
					
				 | 
				2012-10-27 18:44:23 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								modelviews.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								negotiation.py
							
						
					
				 | 
				
					
						
							
							Negotiation API finalized.  .select_renderers and .select_parsers
						
					
				 | 
				2012-10-17 22:58:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								pagination.py
							
						
					
				 | 
				
					
						
							
							Rename generic views
						
					
				 | 
				2012-10-03 09:26:15 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								parsers.py
							
						
					
				 | 
				
					
						
							
							Remove RequestFactory from compat (Now 1.2 is not supported)
						
					
				 | 
				2012-09-27 13:06:04 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								renderers.py
							
						
					
				 | 
				
					
						
							
							Make sure JSON output in Browseable API is nicely indented
						
					
				 | 
				2012-10-10 12:15:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								request.py
							
						
					
				 | 
				
					
						
							
							Added media_type to .parse() - Consistency with renderer API.
						
					
				 | 
				2012-10-17 22:39:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								response.py
							
						
					
				 | 
				
					
						
							
							Make sure JSON output in Browseable API is nicely indented
						
					
				 | 
				2012-10-10 12:15:18 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								reverse.py
							
						
					
				 | 
				
					
						
							
							Clean up reverse tests
						
					
				 | 
				2012-09-28 16:09:52 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								serializer.py
							
						
					
				 | 
				
					
						
							
							readonly -> read_only
						
					
				 | 
				2012-10-28 20:21:45 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								status.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								testcases.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								tests.py
							
						
					
				 | 
				
					
						
							
							Push tests into a seperate app namespace 'rest_framework.test'
						
					
				 | 
				2012-10-27 18:44:23 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								throttling.py
							
						
					
				 | 
				
					
						
							
							Remove RequestFactory from compat (Now 1.2 is not supported)
						
					
				 | 
				2012-09-27 13:06:04 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								validators.py
							
						
					
				 | 
				
					
						
							
							readonly -> read_only
						
					
				 | 
				2012-10-28 20:21:45 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								views.py
							
						
					
				 | 
				
					
						
							
							Sanitise JSON error messages
						
					
				 | 
				2012-10-11 11:21:50 +01:00 |