.. |
authtoken
|
Merge pull request #2743 from maurodoglio/serializer_class-html-renderer
|
2015-03-23 09:43:39 +00:00 |
locale
|
Translations updated for 3.1.3
|
2015-06-03 17:34:13 +01:00 |
static/rest_framework
|
Removed color from default
|
2015-04-18 16:52:20 -05:00 |
templates/rest_framework
|
Document setting URL_FORMAT_OVERRIDE to None
|
2015-06-23 07:50:44 -04:00 |
templatetags
|
Fixes for latest pep8 updates. Refs #2563.
|
2015-02-17 10:58:00 +00:00 |
utils
|
Merge pull request #2769 from nonZero/patch-1
|
2015-06-22 17:04:04 +01:00 |
__init__.py
|
Bump to version 3.1.3
|
2015-06-03 16:57:18 +01:00 |
authentication.py
|
Handle invalid characters in headers
|
2015-06-03 14:55:34 -03:00 |
compat.py
|
compat: invert logic for checking the django version when implementing
|
2015-06-22 16:13:42 +02:00 |
decorators.py
|
Parens around if clause
|
2015-02-04 16:26:23 +02:00 |
exceptions.py
|
swap backticks for double quotes
|
2015-01-07 18:22:30 +00:00 |
fields.py
|
Merge pull request #3008 from linovia/feature/ipaddress-fix
|
2015-06-04 14:54:50 +01:00 |
filters.py
|
Merge pull request #2198 from tomchristie/version-3.1
|
2015-02-13 13:38:44 +00:00 |
generics.py
|
More pagination tests & cleanup
|
2015-01-16 16:55:46 +00:00 |
metadata.py
|
fix read_only related field metadata
|
2015-06-02 00:40:00 -07:00 |
mixins.py
|
First pass at 3.1 pagination API
|
2015-01-09 15:30:36 +00:00 |
models.py
|
Move models.resolve_model to serializers._resolve_model
|
2014-01-13 11:47:44 -05:00 |
negotiation.py
|
Check AcceptHeaderVersioning with content negotiation in place
|
2015-04-23 14:19:39 +02:00 |
pagination.py
|
merge CursorPagination.decode_cursor and _decode_cursor
|
2015-06-23 19:00:42 +03:00 |
parsers.py
|
Merge master
|
2015-01-30 14:00:25 +00:00 |
permissions.py
|
Allow DjangoObjectPermissions to use views that define get_queryset
|
2015-05-13 14:26:44 +02:00 |
relations.py
|
Simplified if statement to one line solution
|
2015-06-19 09:21:35 -04:00 |
renderers.py
|
Now it is possible to display viewset w/o paginator
|
2015-04-08 20:32:02 +03:00 |
request.py
|
set the action when override_method regardless of its None-ness
|
2015-05-13 22:53:32 -04:00 |
response.py
|
Use default reason phrases from HTTP standard.
|
2015-03-25 13:27:47 -04:00 |
reverse.py
|
Handling the fallback in reverse
|
2015-03-19 16:12:28 -07:00 |
routers.py
|
Remove django.conf.urls.pattern as it'll be removed in Django 2.0
|
2015-06-11 00:45:23 +02:00 |
serializers.py
|
Merge pull request #2922 from thedrow/patch-11
|
2015-06-23 08:53:32 +01:00 |
settings.py
|
Clean up pagination attributes
|
2015-03-04 15:51:00 +00:00 |
status.py
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
test.py
|
Check if sessions are enabled before calling logout. Closes #2545.
|
2015-02-20 20:12:39 +01:00 |
throttling.py
|
Update throttling.py
|
2015-02-05 13:27:26 -08:00 |
urlpatterns.py
|
format_suffix_patterns is applied before the trailing slash.
|
2015-06-11 00:32:05 +02:00 |
urls.py
|
Remove django.conf.urls.pattern as it'll be removed in Django 2.0
|
2015-06-11 00:45:23 +02:00 |
validators.py
|
Ensure validators are new-style classes on python2
|
2015-02-27 15:22:19 +00:00 |
versioning.py
|
Fix versioning urls
|
2015-06-15 16:51:37 -04:00 |
views.py
|
Tell default error handler to doom the transaction on error
|
2015-06-02 09:19:58 +02:00 |
viewsets.py
|
Removed unused imports, pep8 fixes, typo fixes
|
2014-12-05 00:29:28 +01:00 |