.. |
authentication
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
browsable_api
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
generic_relations
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
importable
|
Fix lazy translation of ListField errors (#6708)
|
2019-05-22 19:41:53 -07:00 |
schemas
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
__init__.py
|
Support for running the test suite with py.test
|
2014-03-02 12:40:30 +01:00 |
conftest.py
|
Dropped test compatibility shims for Django <2.2. (#7523)
|
2020-09-07 20:00:17 +02:00 |
models.py
|
Fix pk-only optimization for properties (#7142)
|
2020-09-03 11:49:15 +01:00 |
test_api_client.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_atomic_requests.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_authtoken.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_bound_fields.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_decorators.py
|
Minor test improvements (#7297)
|
2020-04-29 11:21:42 +01:00 |
test_description.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_encoders.py
|
JSONEncoder: ensure empty listlikes remain lists, not dicts (#6794)
|
2019-07-09 11:41:05 +01:00 |
test_exceptions.py
|
Replace all usage ugettext functions with the non-u versions (#6634)
|
2019-05-01 07:49:54 +02:00 |
test_fields.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_filters.py
|
Drop all compat support to Django < 2 urls (#7337)
|
2020-05-14 20:31:38 +02:00 |
test_generics.py
|
Allow context to be provided to get_serializer (#7298)
|
2020-04-29 11:19:44 +01:00 |
test_htmlrenderer.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_lazy_hyperlinks.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_metadata.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_middleware.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_model_serializer.py
|
Dropped test compatibility shims for Django <2.2. (#7523)
|
2020-09-07 20:00:17 +02:00 |
test_multitable_inheritance.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_negotiation.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_one_to_one_with_inheritance.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_pagination.py
|
Added example for pagination in schemas. (#7275)
|
2020-04-24 16:13:13 +02:00 |
test_parsers.py
|
Drop default 'utf-8' to .encode()/.decode() (#6633)
|
2019-05-01 07:49:16 +02:00 |
test_permissions.py
|
Dropped test compatibility shims for Django <2.2. (#7523)
|
2020-09-07 20:00:17 +02:00 |
test_prefetch_related.py
|
Remove Django 1.8 & 1.9 compatibility code (#5481)
|
2017-10-05 20:41:38 +02:00 |
test_relations_hyperlink.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_relations_pk.py
|
Fix pk-only optimization for properties (#7142)
|
2020-09-03 11:49:15 +01:00 |
test_relations_slug.py
|
fix wrong assert
|
2017-01-21 02:25:36 +06:00 |
test_relations.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_renderers.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_request.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_requests_client.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_response.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_reverse.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_routers.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_serializer_bulk_update.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_serializer_lists.py
|
Allow type checkers to make serializers generic (#7385)
|
2020-07-07 10:05:36 +01:00 |
test_serializer_nested.py
|
Fix tests crash on SQLite without JSON1 extension. (#7409)
|
2020-07-12 11:08:40 +02:00 |
test_serializer.py
|
Allow type checkers to make serializers generic (#7385)
|
2020-07-07 10:05:36 +01:00 |
test_settings.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_status.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_templates.py
|
Drop default 'utf-8' to .encode()/.decode() (#6633)
|
2019-05-01 07:49:16 +02:00 |
test_templatetags.py
|
Drop urlize_quoted_links (#7548)
|
2020-09-23 15:39:06 +01:00 |
test_testing.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_throttling.py
|
Handle 'None' return value of wait() properly during throttling. (#6837)
|
2019-08-12 11:36:05 -07:00 |
test_urlpatterns.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_utils.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_validation_error.py
|
more pytest style assert (#4719)
|
2016-11-30 09:48:33 +00:00 |
test_validation.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_validators.py
|
Fix ModelSerializer unique_together handling for field sources (#7143)
|
2020-05-13 11:11:26 +01:00 |
test_versioning.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_views.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |
test_viewsets.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
test_write_only_fields.py
|
tests: remove some dead code, use assert 0 for never called methods (#5973)
|
2018-05-08 13:28:46 +01:00 |
urls.py
|
Replace all url() calls with path() or re_path() (#7512)
|
2020-09-08 15:32:27 +01:00 |
utils.py
|
Dropped Python 2 compatibility. (#6615)
|
2019-04-30 17:53:44 +02:00 |