.. |
authtoken
|
api_key -> auth_token to avoid TastyPie conflict
|
2012-10-10 09:50:15 +01:00 |
runtests
|
Push tests into a seperate app namespace 'rest_framework.test'
|
2012-10-27 18:44:23 +01:00 |
static/rest_framework
|
Fix breadcrumbs
|
2012-10-29 13:18:51 +00:00 |
templates/rest_framework
|
Fix up login styling
|
2012-10-29 13:57:46 +00:00 |
templatetags
|
Pagination support
|
2012-09-30 17:31:28 +01:00 |
tests
|
readonly -> read_only
|
2012-10-28 20:21:45 +00:00 |
utils
|
Tweak parsers to take parser_context
|
2012-10-15 13:27:50 +01:00 |
__init__.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
authentication.py
|
Explicit CSRF failure message. Fixes #60.
|
2012-10-15 14:03:36 +01:00 |
compat.py
|
pep8
|
2012-10-27 10:33:01 +01:00 |
decorators.py
|
Added quickstart guide
|
2012-10-09 12:01:17 +01:00 |
exceptions.py
|
Fix @api_view decorator tests
|
2012-09-26 21:47:19 +01:00 |
fields.py
|
Deal with None and missing values
|
2012-10-29 14:10:38 +00:00 |
generics.py
|
pep8
|
2012-10-27 10:33:01 +01:00 |
mixins.py
|
Add pre_save hook in generic views
|
2012-10-25 12:15:31 +01:00 |
models.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
negotiation.py
|
Negotiation API finalized. .select_renderers and .select_parsers
|
2012-10-17 22:58:18 +01:00 |
pagination.py
|
Make 'results_field' attribute of BasePaginationSerializer public.
|
2012-10-02 10:40:43 +01:00 |
parsers.py
|
Added media_type to .parse() - Consistency with renderer API.
|
2012-10-17 22:39:07 +01:00 |
permissions.py
|
Add AllowAny class
|
2012-10-27 20:17:49 +01:00 |
renderers.py
|
readonly -> read_only
|
2012-10-28 20:21:45 +00:00 |
request.py
|
pep8
|
2012-10-27 10:33:01 +01:00 |
response.py
|
Make sure JSON output in Browseable API is nicely indented
|
2012-10-10 12:15:18 +01:00 |
reverse.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
serializers.py
|
Remove recursion detection
|
2012-10-28 20:50:14 +00:00 |
settings.py
|
Add AllowAny permission
|
2012-10-27 20:04:33 +01:00 |
status.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
throttling.py
|
Fixing spelling errors.
|
2012-10-21 16:34:07 +02:00 |
urlpatterns.py
|
docs, docs, docs, docs, docs, docs, docs
|
2012-10-19 19:59:55 +01:00 |
urls.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
views.py
|
Make settings consistent with corrosponding view attributes
|
2012-10-17 23:09:11 +01:00 |