| .. |
|
accounts
|
|
|
|
extras
|
|
|
|
records
|
|
|
|
users
|
|
|
|
__init__.py
|
|
|
|
description.py
|
|
|
|
models.py
|
Charfied from_native method returns default instead of None. Updated tests.
|
2014-05-06 21:57:25 +03:00 |
|
serializers.py
|
Demonstrate problem post/put'ing serialized data that contains 'None'
|
2014-02-26 12:08:26 -05:00 |
|
test_authentication.py
|
Updated test docstring related to missing bearer token.
|
2014-07-25 13:38:42 +00:00 |
|
test_breadcrumbs.py
|
|
|
|
test_decorators.py
|
|
|
|
test_description.py
|
|
|
|
test_fields.py
|
Merge pull request #1536 from Ian-Foote/choicefield_blank_display_value
|
2014-05-20 16:03:51 +01:00 |
|
test_files.py
|
|
|
|
test_filters.py
|
Add SEARCH_PARAM and ORDERING_PARAM to settings
|
2014-03-06 21:39:44 +00:00 |
|
test_genericrelations.py
|
Use setattr for adding fields to a new instance
|
2014-04-13 17:33:45 +01:00 |
|
test_generics.py
|
Added help_text to expected response in test
|
2014-04-29 22:16:11 +02:00 |
|
test_htmlrenderer.py
|
Django 1.7 has new 404 and 403 body messages.
|
2014-01-28 18:55:29 +01:00 |
|
test_hyperlinkedserializers.py
|
Test for customizable HyperlinkedModelSerializer url field name
|
2014-01-14 13:58:17 +02:00 |
|
test_multitable_inheritance.py
|
|
|
|
test_negotiation.py
|
|
|
|
test_nullable_fields.py
|
Allow 'None' to pass as a null value in RelatedFields
|
2014-02-27 12:30:59 -05: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
|
|
|
|
test_relations_hyperlink.py
|
|
|
|
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
|
|
|
|
test_relations_slug.py
|
|
|
|
test_relations.py
|
Skip new test for Django < 1.6
|
2014-04-09 19:54:13 +02:00 |
|
test_renderers.py
|
Add test for UnicodeYAMLRenderer
|
2014-04-15 14:12:09 +02:00 |
|
test_request.py
|
Merge pull request #1361 from ross/x_method_override
|
2014-01-17 08:19:06 -08:00 |
|
test_response.py
|
|
|
|
test_reverse.py
|
|
|
|
test_routers.py
|
|
|
|
test_serializer_bulk_update.py
|
|
|
|
test_serializer_empty.py
|
|
|
|
test_serializer_import.py
|
|
|
|
test_serializer_nested.py
|
|
|
|
test_serializer.py
|
Fixed test.
|
2014-05-07 18:42:02 +03:00 |
|
test_serializers.py
|
Fix _resolve_model to work with unicode strings
|
2014-05-22 15:18:51 -06:00 |
|
test_settings.py
|
|
|
|
test_status.py
|
|
|
|
test_templatetags.py
|
(I hope) tests are fixed, issue #1386
|
2014-02-13 19:39:53 +04:00 |
|
test_testing.py
|
Reintroduced url arguments in the urls for the tests.
|
2014-03-07 16:11:51 +01:00 |
|
test_throttling.py
|
|
|
|
test_urlizer.py
|
Introduce tests for urlize_quoted_links() function
|
2014-04-15 15:33:14 +02:00 |
|
test_urlpatterns.py
|
|
|
|
test_validation.py
|
Content is a binary string.
|
2014-03-31 13:17:31 +02:00 |
|
test_views.py
|
Fixed tests for python 3.4
|
2014-05-16 01:20:40 +02:00 |
|
test_write_only_fields.py
|
|
|
|
tests.py
|
|
|
|
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 |