| .. |
|
accounts
|
|
|
|
browsable_api
|
|
|
|
extras
|
|
|
|
records
|
|
|
|
users
|
|
|
|
__init__.py
|
|
|
|
conftest.py
|
|
|
|
description.py
|
|
|
|
models.py
|
get_base_field() refactor
|
2014-09-18 11:20:56 +01:00 |
|
put_as_create_workspace.txt
|
More test sorting
|
2014-09-08 14:24:05 +01:00 |
|
settings.py
|
|
|
|
test_authentication.py
|
|
|
|
test_bound_fields.py
|
First pass on nested serializers in HTML
|
2014-10-09 15:11:19 +01:00 |
|
test_decorators.py
|
|
|
|
test_description.py
|
Remove unicode strings
|
2014-09-05 16:01:17 -07:00 |
|
test_fields.py
|
Lazy loading of fields and validators. Closes #1963.
|
2014-10-31 16:38:39 +00:00 |
|
test_files.py
|
|
|
|
test_filters.py
|
Coerce dates etc to ISO_8601 in seralizer, by default.
|
2014-09-12 12:10:22 +01:00 |
|
test_generics.py
|
request.data attribute
|
2014-09-26 10:46:52 +01:00 |
|
test_htmlrenderer.py
|
|
|
|
test_hyperlinkedserializers.py
|
|
|
|
test_metadata.py
|
Ensure proper sorting of 'choices' attribute on ChoiceField
|
2014-09-25 10:49:25 +01:00 |
|
test_model_serializer.py
|
Lazy loading of fields and validators. Closes #1963.
|
2014-10-31 16:38:39 +00:00 |
|
test_multitable_inheritance.py
|
|
|
|
test_negotiation.py
|
|
|
|
test_nullable_fields.py
|
|
|
|
test_pagination.py
|
Coerce dates etc to ISO_8601 in seralizer, by default.
|
2014-09-12 12:10:22 +01:00 |
|
test_parsers.py
|
|
|
|
test_permissions.py
|
More test sorting
|
2014-09-08 14:24:05 +01:00 |
|
test_relations_generic.py
|
Move generic relation tests
|
2014-10-08 11:23:40 +01:00 |
|
test_relations_hyperlink.py
|
Tests for relational fields
|
2014-10-08 11:04:08 +01:00 |
|
test_relations_nested.py
|
|
|
|
test_relations_pk.py
|
Performance for PK fields
|
2014-10-16 20:47:57 +01:00 |
|
test_relations_slug.py
|
Tests for relational fields
|
2014-10-08 11:04:08 +01:00 |
|
test_relations.py
|
Use serializers.ValidationError
|
2014-10-17 13:23:14 +01:00 |
|
test_renderers.py
|
UNICODE_JSON and COMPACT_JSON settings
|
2014-09-12 11:38:22 +01:00 |
|
test_request.py
|
|
|
|
test_response.py
|
More spelling tweaks
|
2014-10-03 09:00:33 +13:00 |
|
test_reverse.py
|
|
|
|
test_routers.py
|
Merge branch 'master' into version-3.0
|
2014-09-19 14:05:50 +01:00 |
|
test_serializer_bulk_update.py
|
|
|
|
test_serializer_empty.py
|
MethodField -> SerializerMethodField
|
2014-09-12 09:12:56 +01:00 |
|
test_serializer_import.py
|
|
|
|
test_serializer_nested.py
|
Nested serializer tests
|
2014-10-30 15:59:16 +00:00 |
|
test_serializer.py
|
.validate() can raise field errors or non-field errors
|
2014-10-22 10:32:32 +01:00 |
|
test_settings.py
|
|
|
|
test_status.py
|
|
|
|
test_templatetags.py
|
Test rejigging
|
2014-09-19 15:46:32 +01:00 |
|
test_testing.py
|
Fix follow does not work on APIClient
|
2014-10-06 15:10:35 +08:00 |
|
test_throttling.py
|
Throttles now use Retry-After header and no longer support the custom style
|
2014-09-11 20:43:44 +01:00 |
|
test_urlpatterns.py
|
|
|
|
test_utils.py
|
Test rejigging
|
2014-09-19 15:46:32 +01:00 |
|
test_validation.py
|
Fix failing copy of fields when RegexValidator is used. Closes #1954.
|
2014-11-05 10:48:30 +00:00 |
|
test_validators.py
|
Lazy loading of fields and validators. Closes #1963.
|
2014-10-31 16:38:39 +00:00 |
|
test_views.py
|
|
|
|
test_write_only_fields.py
|
More test sorting
|
2014-09-08 14:24:05 +01:00 |
|
urls.py
|
|
|
|
utils.py
|
Tests for relational fields (not including many=True)
|
2014-09-12 17:03:42 +01:00 |