| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										authtoken
									
								
							
						
					
				 | 
				
					
						
							
							api_key -> auth_token to avoid TastyPie conflict
						
					
				 | 
				2012-10-10 09:50:15 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										runtests
									
								
							
						
					
				 | 
				
					
						
							
							Make default FILTER_BACKEND = None
						
					
				 | 
				2012-11-08 21:46:53 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										
										static/rest_framework
									
								
							
						
					
				 | 
				
					
						
							
							Make textareas in browseable API same width as everything else
						
					
				 | 
				2012-11-07 11:32:52 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										
										templates/rest_framework
									
								
							
						
					
				 | 
				
					
						
							
							Merge master
						
					
				 | 
				2012-11-01 23:11:28 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										templatetags
									
								
							
						
					
				 | 
				
					
						
							
							Strict import ordering
						
					
				 | 
				2012-11-08 09:10:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										tests
									
								
							
						
					
				 | 
				
					
						
							
							Merge pull request #408 from markotibold/file_and_image_fields
						
					
				 | 
				2012-11-16 14:48:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										utils
									
								
							
						
					
				 | 
				
					
						
							
							Make filtering optional, and pluggable.
						
					
				 | 
				2012-11-07 21:07:24 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								__init__.py
							
						
					
				 | 
				
					
						
							
							Version 2.1.2 (Adds filtering support)
						
					
				 | 
				2012-11-09 13:13:41 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								authentication.py
							
						
					
				 | 
				
					
						
							
							Explicit CSRF failure message.  Fixes #60.
						
					
				 | 
				2012-10-15 14:03:36 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								compat.py
							
						
					
				 | 
				
					
						
							
							fixed some typos
						
					
				 | 
				2012-11-14 19:36:29 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								decorators.py
							
						
					
				 | 
				
					
						
							
							fixed some typos
						
					
				 | 
				2012-11-14 19:36:29 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								exceptions.py
							
						
					
				 | 
				
					
						
							
							Fixes for urls with suffixes
						
					
				 | 
				2012-10-29 17:08:38 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								fields.py
							
						
					
				 | 
				
					
						
							
							Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_fields
						
					
				 | 
				2012-11-15 22:48:22 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								filters.py
							
						
					
				 | 
				
					
						
							
							Updated filteing docs.
						
					
				 | 
				2012-11-09 13:05:36 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								generics.py
							
						
					
				 | 
				
					
						
							
							Merge pull request #408 from markotibold/file_and_image_fields
						
					
				 | 
				2012-11-16 14:48:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								mixins.py
							
						
					
				 | 
				
					
						
							
							Merge pull request #408 from markotibold/file_and_image_fields
						
					
				 | 
				2012-11-16 14:48:42 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								models.py
							
						
					
				 | 
				
					
						
							
							Change package name: djangorestframework -> rest_framework
						
					
				 | 
				2012-09-20 13:06:27 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								negotiation.py
							
						
					
				 | 
				
					
						
							
							Fixes for urls with suffixes
						
					
				 | 
				2012-10-29 17:08:38 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								pagination.py
							
						
					
				 | 
				
					
						
							
							Ensure pagination URLs are fully qualified
						
					
				 | 
				2012-11-08 21:47:54 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								parsers.py
							
						
					
				 | 
				
					
						
							
							Added media_type to .parse() - Consistency with renderer API.
						
					
				 | 
				2012-10-17 22:39:07 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								permissions.py
							
						
					
				 | 
				
					
						
							
							Add AllowAny class
						
					
				 | 
				2012-10-27 20:17:49 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								renderers.py
							
						
					
				 | 
				
					
						
							
							Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_fields
						
					
				 | 
				2012-11-15 22:48:22 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								request.py
							
						
					
				 | 
				
					
						
							
							pep8
						
					
				 | 
				2012-10-27 10:33:01 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								response.py
							
						
					
				 | 
				
					
						
							
							Merge pull request #407 from ludwigkraatz/location_header
						
					
				 | 
				2012-11-14 10:42:08 -08:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								reverse.py
							
						
					
				 | 
				
					
						
							
							Fixes for urls with suffixes
						
					
				 | 
				2012-10-29 17:08:38 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								serializers.py
							
						
					
				 | 
				
					
						
							
							Merge commit '3b258d69c92e9d9293f7c5d1690f0ca434e677e3' into file_and_image_fields
						
					
				 | 
				2012-11-15 22:48:22 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								settings.py
							
						
					
				 | 
				
					
						
							
							Polishing to page size query parameters & more docs
						
					
				 | 
				2012-11-16 22:45:57 +00:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								status.py
							
						
					
				 | 
				
					
						
							
							fixed typo in html status code
						
					
				 | 
				2012-11-06 21:11:05 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								throttling.py
							
						
					
				 | 
				
					
						
							
							Fix some typos.
						
					
				 | 
				2012-10-30 00:30:52 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								urlpatterns.py
							
						
					
				 | 
				
					
						
							
							fixed some typos
						
					
				 | 
				2012-11-14 19:36:29 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								urls.py
							
						
					
				 | 
				
					
						
							
							fixed some typos
						
					
				 | 
				2012-11-14 19:36:29 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								views.py
							
						
					
				 | 
				
					
						
							
							fixed some typos
						
					
				 | 
				2012-11-14 19:36:29 +01:00 |