| .. | 
		
		
			
			
			
			
				| accounts | Testing nested serializers with models that have str foreign key references. | 2014-01-08 16:14:27 -05:00 | 
		
			
			
			
			
				| extras | Be more informative when reporting import errors. | 2013-01-07 12:52:20 +00:00 | 
		
			
			
			
			
				| records | Testing nested serializers with models that have str foreign key references. | 2014-01-08 16:14:27 -05:00 | 
		
			
			
			
			
				| users | Testing nested serializers with models that have str foreign key references. | 2014-01-08 16:14:27 -05:00 | 
		
			
			
			
			
				| __init__.py | Push tests into a seperate app namespace 'rest_framework.test' | 2012-10-27 18:44:23 +01:00 | 
		
			
			
			
			
				| description.py | Use imported views to expose python 2.6 bug. Refs #943 | 2013-06-27 11:58:34 +01:00 | 
		
			
			
			
			
				| models.py | Add help_text and verbose_name attribute mapping for related field | 2014-04-24 15:58:53 +06:00 | 
		
			
			
			
			
				| serializers.py | Demonstrate problem post/put'ing serialized data that contains 'None' | 2014-02-26 12:08:26 -05:00 | 
		
			
			
			
			
				| test_authentication.py | Use url functions from Django itself. | 2014-04-30 22:32:29 +02:00 | 
		
			
			
			
			
				| test_breadcrumbs.py | Drop 1.3 support | 2013-09-25 10:30:04 +01:00 | 
		
			
			
			
			
				| test_decorators.py | Added APIRequestFactory | 2013-06-28 17:17:39 +01:00 | 
		
			
			
			
			
				| test_description.py | Updated tests for view name and description | 2013-08-18 00:29:05 -04:00 | 
		
			
			
			
			
				| test_fields.py | Test and fix for #1210. World's lowest hanging fruit. | 2014-02-11 19:52:32 +01:00 | 
		
			
			
			
			
				| test_files.py | Add missing newline at the end of test file | 2013-09-12 16:04:33 +01:00 | 
		
			
			
			
			
				| test_filters.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_genericrelations.py | Fixed new default for many | 2014-05-01 01:24:48 +02:00 | 
		
			
			
			
			
				| test_generics.py | Added handling of validation errors in PUT-as-create. | 2013-11-19 15:49:31 +01:00 | 
		
			
			
			
			
				| test_htmlrenderer.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_hyperlinkedserializers.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_multitable_inheritance.py | Rename test modules to 1.6 style | 2013-05-29 08:57:11 +01:00 | 
		
			
			
			
			
				| test_negotiation.py | Added APIRequestFactory | 2013-06-28 17:17:39 +01:00 | 
		
			
			
			
			
				| test_nullable_fields.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_pagination.py | Refactoring due to the previous commit. | 2014-01-30 14:27:09 +01:00 | 
		
			
			
			
			
				| test_parsers.py | Removed decode from test filename | 2014-04-14 13:04:18 +04:00 | 
		
			
			
			
			
				| test_permissions.py | Address pending deprecation of Model._meta.module_name in Django 1.6 | 2013-09-23 17:48:25 +02:00 | 
		
			
			
			
			
				| test_relations_hyperlink.py | Drop 1.3 support | 2013-09-25 10:30:04 +01:00 | 
		
			
			
			
			
				| test_relations_nested.py | Moved all the reused models to the models files to avoid conflicts with the refactored apps. | 2014-01-28 18:53:24 +01:00 | 
		
			
			
			
			
				| test_relations_pk.py | Regression test for #1072 | 2013-08-31 17:10:15 +03:00 | 
		
			
			
			
			
				| test_relations_slug.py | Rename test modules to 1.6 style | 2013-05-29 08:57:11 +01:00 | 
		
			
			
			
			
				| test_relations.py | Skip new test for Django < 1.6 | 2014-04-09 19:54:13 +02:00 | 
		
			
			
			
			
				| test_renderers.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-30 22:21:26 +02:00 | 
		
			
			
			
			
				| test_request.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_response.py | Drop 1.3 support | 2013-09-25 10:30:04 +01:00 | 
		
			
			
			
			
				| test_reverse.py | Drop 1.3 support | 2013-09-25 10:30:04 +01:00 | 
		
			
			
			
			
				| test_routers.py | Router: Do not automatically adjust lookup_regex when trailing_slash is True | 2014-01-04 16:57:50 -05:00 | 
		
			
			
			
			
				| test_serializer_bulk_update.py | Rename test modules to 1.6 style | 2013-05-29 08:57:11 +01:00 | 
		
			
			
			
			
				| test_serializer_empty.py | Ensure read-only fields don't break with current HTML renderer behavior | 2013-10-10 17:33:22 +01:00 | 
		
			
			
			
			
				| test_serializer_import.py | Move ImportingModelSerializerTests and add comments. | 2014-01-13 12:03:13 -05:00 | 
		
			
			
			
			
				| test_serializer_nested.py | Move ImportingModelSerializerTests and add comments. | 2014-01-13 12:03:13 -05:00 | 
		
			
			
			
			
				| test_serializer.py | Fixed new default for many | 2014-05-01 01:27:51 +02:00 | 
		
			
			
			
			
				| test_serializers.py | Move models.resolve_model to serializers._resolve_model | 2014-01-13 11:47:44 -05:00 | 
		
			
			
			
			
				| test_settings.py | Rename test modules to 1.6 style | 2013-05-29 08:57:11 +01:00 | 
		
			
			
			
			
				| test_status.py | Version 2.3.10 | 2013-12-06 22:13:50 +00:00 | 
		
			
			
			
			
				| test_templatetags.py | (I hope) tests are fixed, issue #1386 | 2014-02-13 19:39:53 +04:00 | 
		
			
			
			
			
				| test_testing.py | Merge remote-tracking branch 'origin/master' into 2.4.0 | 2014-04-13 00:05:57 +02:00 | 
		
			
			
			
			
				| test_throttling.py | PEP8 Compliance | 2013-12-06 14:52:39 -08:00 | 
		
			
			
			
			
				| test_urlizer.py | Introduce tests for urlize_quoted_links() function | 2014-04-15 15:33:14 +02:00 | 
		
			
			
			
			
				| test_urlpatterns.py | Drop 1.3 support | 2013-09-25 10:30:04 +01:00 | 
		
			
			
			
			
				| test_validation.py | Content is a binary string. | 2014-03-31 13:17:31 +02:00 | 
		
			
			
			
			
				| test_views.py | Support customizable view EXCEPTION_HANDLER | 2013-09-06 12:47:33 -05:00 | 
		
			
			
			
			
				| test_write_only_fields.py | Added write_only and write_only_fields.  Refs #1306 | 2014-01-14 11:25:44 +00:00 | 
		
			
			
			
			
				| tests.py | Only use test import munging prior to Django 1.6's new test runner | 2013-06-02 21:04:47 +01:00 | 
		
			
			
			
			
				| utils.py | Use six to reload module | 2014-03-06 23:51:02 +00:00 | 
		
			
			
			
			
				| views.py | Demonstrate problem post/put'ing serialized data that contains 'None' | 2014-02-26 12:08:26 -05:00 |