1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-24 06:59:55 +03:00
django-rest-framework/rest_framework
2019-05-30 14:32:46 -07:00
..
authtoken Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
locale Version 3.7.4 Release () 2017-12-20 15:28:31 +01:00
management Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
schemas Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
static/rest_framework Remove executable bit from static assets () 2019-03-03 18:39:08 +00:00
templates/rest_framework Fix username in template for custom user models () 2019-05-01 17:23:23 -07:00
templatetags Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
utils Improve performance of lazy validation message formatting () 2019-05-29 11:32:03 -07:00
__init__.py Remove 3.10 deprecations () 2019-05-21 10:36:55 -07:00
apps.py Make DEFAULT_PAGINATION_CLASS None by default. () 2017-09-25 15:36:30 +02:00
authentication.py Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
checks.py Clarify pagination system check () 2017-10-23 12:31:59 +02:00
compat.py Improve performance of lazy validation message formatting () 2019-05-29 11:32:03 -07:00
decorators.py Remove 3.10 deprecations () 2019-05-21 10:36:55 -07:00
documentation.py Allowed customising API documentation code samples () 2018-01-25 09:39:03 +01:00
exceptions.py Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
fields.py Improve performance of lazy validation message formatting () 2019-05-29 11:32:03 -07:00
filters.py Remove 3.10 deprecations () 2019-05-21 10:36:55 -07:00
generics.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
metadata.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
mixins.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
negotiation.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
pagination.py Fix CursorPagination when objects get deleted between calls () () 2019-05-20 14:41:31 +01:00
parsers.py Remove unnecessary assignments immediately before a return statement () 2019-05-01 07:51:54 +02:00
permissions.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
relations.py Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
renderers.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
request.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
response.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
reverse.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
routers.py Remove 3.10 deprecations () 2019-05-21 10:36:55 -07:00
serializers.py Allow JSONField encoder customization. () 2019-05-24 12:47:35 +01:00
settings.py Added OpenAPI Schema Generation. () 2019-05-13 16:07:03 +02:00
status.py Add Multiple HTTP Statuses () 2019-05-30 14:32:46 -07:00
test.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
throttling.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
urlpatterns.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
urls.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00
validators.py Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
versioning.py Replace all usage ugettext functions with the non-u versions () 2019-05-01 07:49:54 +02:00
views.py Always call all throttling classes on the view when checking throttles () 2019-05-23 14:42:29 +01:00
viewsets.py Dropped Python 2 compatibility. () 2019-04-30 17:53:44 +02:00