django-rest-framework/rest_framework
Mikalai Radchuk 59ab3a291c Fixes vertical html layout for BooleanField
`HTMLFormRenderer` renders `BooleanField` field as not checked if vertical layout are used.
2016-02-08 17:07:16 +03:00
..
authtoken enhancement #3886 Internationalization in admin interface rest_framework.authtoken 2016-02-01 13:20:16 +05:00
locale Translations update. 2015-12-14 07:31:38 +01:00
static/rest_framework #3228 - add confirm modal for delete 2015-12-01 07:51:29 -05:00
templates/rest_framework Fixes vertical html layout for BooleanField 2016-02-08 17:07:16 +03:00
templatetags Fix template.render deprecation warnings for 1.9+ 2015-11-18 17:06:35 +01:00
utils Merged two DecimalValidator tests together 2016-01-04 10:22:17 -05:00
__init__.py 2015 update in __init__.py file 2016-01-13 12:54:56 +01:00
authentication.py update invalid token case 2016-01-05 09:42:22 -06:00
compat.py Silenced deprecation warnings on Django 1.8. 2016-02-04 13:49:55 -05:00
decorators.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
exceptions.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
fields.py Fixes docstrings in fields.py 2016-02-03 12:36:00 +03:00
filters.py AutoFilterSet should subclass from self.default_filter_set 2015-12-16 15:36:07 -08:00
generics.py Sort imports with isort 2015-06-25 16:55:51 -04:00
metadata.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
mixins.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
models.py Move models.resolve_model to serializers._resolve_model 2014-01-13 11:47:44 -05:00
negotiation.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
pagination.py Merge pull request #3631 from syphar/paginat 2015-11-30 20:58:32 +00:00
parsers.py docstring typo fix: DateAndFiles -> DataAndFiles 2015-12-16 10:42:10 -08:00
permissions.py Ensure Django{Model,Object}Permissions don't hide exceptions. 2015-11-27 12:46:30 +02:00
relations.py Merge pull request #3605 from ryanhiebert/slug-related-field-queryset 2016-01-20 18:17:29 +01:00
renderers.py Fixes AttributeError in HTMLFormRenderer.render 2016-01-26 21:26:30 +03:00
request.py Use REST framework request parsing when accessing old-style .POST 2015-11-04 14:10:51 +00:00
response.py Django 1.9's test case HttpResponse.json() is not cachable. 2015-08-28 11:55:23 +01:00
reverse.py More cleanup of browser overrides 2015-09-28 15:33:55 +01:00
routers.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
serializers.py Merge pull request #3801 from koordinates/fix-nested-validation-error 2016-01-07 09:22:23 +00:00
settings.py Fixes #3786 2016-01-06 22:51:11 +01:00
status.py The Internet Engineering Task Force approved the new HTTP status code 451. Adding to status.py and docs appropriately. 2015-12-23 12:54:17 -08:00
test.py Bump minimum Django version to 1.5 2015-07-30 15:43:39 +01:00
throttling.py Cleanup import following PEP 8 style guide 2015-06-25 16:10:17 -04:00
urlpatterns.py Sort imports with isort 2015-06-25 16:55:51 -04:00
urls.py Add app_name to rest_framework.urls. 2015-12-08 02:25:00 +01:00
validators.py Replaced all dict and set conversions from lists to dict and set literals. 2015-10-17 12:00:11 +03:00
versioning.py QueryParameterVersioning does not use default version 2016-01-14 12:00:30 -06:00
views.py Remove Django 1.4 compat code 2015-08-07 00:02:29 +02:00
viewsets.py Fix 'metadata' action on viewsets. Closes #3158. Closes #3157. Closes #3115. 2015-07-16 10:08:22 +01:00