.. |
authtoken
|
Removed custom python_2_unicode_compatible. Closes #2183
|
2014-12-04 02:50:25 +01:00 |
static/rest_framework
|
add glyphicons font files
|
2014-11-04 22:01:23 -05:00 |
templates/rest_framework
|
Style tweaks to login template.
|
2014-11-25 09:07:25 +00:00 |
templatetags
|
Removed custom urlparse compat
|
2014-12-04 15:47:42 +01:00 |
utils
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
__init__.py
|
Version 2.4.4
|
2014-11-03 11:20:18 +00:00 |
authentication.py
|
Changed return status for CSRF failures to HTTP 403
|
2014-09-23 14:16:08 +02:00 |
compat.py
|
Removed unused compat code
|
2014-12-04 16:06:43 +01:00 |
decorators.py
|
@api_view defaults to allowing GET
|
2014-11-28 15:55:02 +00:00 |
exceptions.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
fields.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
filters.py
|
More spelling tweaks
|
2014-10-03 09:00:33 +13:00 |
generics.py
|
Use six.text_type instead of str everywhere
|
2014-10-01 13:09:14 +01:00 |
metadata.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
mixins.py
|
PUT as create docs, and move mixin out to external gist
|
2014-11-03 12:00:19 +00:00 |
models.py
|
Move models.resolve_model to serializers._resolve_model
|
2014-01-13 11:47:44 -05:00 |
negotiation.py
|
request.data attribute
|
2014-09-26 10:46:52 +01:00 |
pagination.py
|
Automatic field binding
|
2014-09-25 11:04:18 +01:00 |
parsers.py
|
Removed custom urlparse compat
|
2014-12-04 15:47:42 +01:00 |
permissions.py
|
Deprecate .model in related routers/permissions
|
2014-08-20 17:15:46 +01:00 |
relations.py
|
Removed custom urlparse compat
|
2014-12-04 15:47:42 +01:00 |
renderers.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
request.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
response.py
|
Reverted 59d0a0387d and fixed the tests
|
2014-10-08 08:33:28 +02:00 |
reverse.py
|
Use six.text_type instead of str everywhere
|
2014-10-01 13:09:14 +01:00 |
routers.py
|
Drop usage of SortedDict. Closes #2027.
|
2014-11-06 12:00:30 +00:00 |
serializers.py
|
Minor tweaks for helpful message on Model.objects.create() failure.
|
2014-12-02 13:04:49 +00:00 |
settings.py
|
FileField and ImageField
|
2014-09-26 17:06:20 +01: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 |
validators.py
|
Apply defaults and requiredness to unique_together fields. Closes #2092.
|
2014-11-19 13:55:10 +00:00 |
views.py
|
Removed custom StringIO, force_text, smart_text compat
|
2014-12-04 03:11:42 +01:00 |
viewsets.py
|
Not allow to pass an empty actions to viewset.as_view(). Refs issue #2171
|
2014-12-02 17:07:55 +08:00 |