.. |
authtoken
|
Update initial migration to work on Python 3
|
2014-09-17 10:23:53 -04:00 |
static/rest_framework
|
Escape tab switching cookie
|
2015-03-23 12:00:49 -04:00 |
templates/rest_framework
|
[templates/rest_framework/base.html] Separate object-form' and generic-content-form' IDs for POST and PUT forms
|
2014-09-26 16:07:46 +04:00 |
templatetags
|
Fix URL escaping
|
2014-11-03 11:29:48 +00:00 |
utils
|
renaming of OrderedDict back to SortedDict + some comments
|
2015-04-23 16:29:39 +07:00 |
__init__.py
|
Bumped version
|
2016-03-17 10:38:22 +01:00 |
authentication.py
|
Using user.get_username() instead of user.username.
|
2014-09-03 23:38:03 -05:00 |
compat.py
|
Fixed comments
|
2016-03-09 16:03:56 +01:00 |
decorators.py
|
Drop six from compat. 1.4.2 is now the lowest supported version.
|
2014-08-19 17:06:55 +01:00 |
exceptions.py
|
Merge branch 'master' into set-retry-after
|
2014-08-20 20:04:48 +04:00 |
fields.py
|
renaming of OrderedDict back to SortedDict + some comments
|
2015-04-23 16:29:39 +07:00 |
filters.py
|
Fix for DjangoObjectPermissionsFilter with Guardian < 1.3
|
2015-07-28 10:30:40 +01:00 |
generics.py
|
Correctly propagate cloned_request for OPTIONS
|
2014-09-23 21:12:58 -04:00 |
mixins.py
|
Merge remote-tracking branch 'origin/master' into 2.4.0
|
2014-04-13 00:05:57 +02:00 |
models.py
|
Move models.resolve_model to serializers._resolve_model
|
2014-01-13 11:47:44 -05:00 |
negotiation.py
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
pagination.py
|
remove rogue print
|
2014-09-03 17:21:56 +02:00 |
parsers.py
|
Refactor disposition unpacking for clarity
|
2014-09-05 16:27:55 -07:00 |
permissions.py
|
Deprecate .model in related routers/permissions
|
2014-08-20 17:15:46 +01:00 |
relations.py
|
Resolve linting issues
|
2014-08-19 13:54:52 +01:00 |
renderers.py
|
Drop six from compat. 1.4.2 is now the lowest supported version.
|
2014-08-19 17:06:55 +01:00 |
request.py
|
Resolve linting issues
|
2014-08-19 13:54:52 +01:00 |
response.py
|
Merge pull request #3981 from Inventorum/inventorum
|
2016-03-22 19:45:17 +01:00 |
reverse.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
routers.py
|
renaming of OrderedDict back to SortedDict + some comments
|
2015-04-23 16:29:39 +07:00 |
serializers.py
|
Check for Django version
|
2016-03-09 17:39:28 +01:00 |
settings.py
|
move importlib to compat
|
2015-04-24 22:58:14 +07:00 |
status.py
|
Code linting and added runtests.py
|
2014-08-19 13:28:07 +01:00 |
test.py
|
Fix follow does not work on APIClient
|
2014-10-06 15:10:35 +08:00 |
throttling.py
|
Fix cache_throttle typo
|
2014-08-20 12:32:24 +01:00 |
urlpatterns.py
|
Merge branch 'master' into 2.4.0
|
2013-12-13 16:32:34 +00:00 |
urls.py
|
Regression for #1810: Test login view renders
|
2014-09-01 10:07:05 +02:00 |
views.py
|
renaming of OrderedDict back to SortedDict + some comments
|
2015-04-23 16:29:39 +07:00 |
viewsets.py
|
Fix missing CSRF exemption on viewsets
|
2014-09-18 10:30:13 -06:00 |