.. |
authtoken
|
Tweak authtoken
|
2012-10-09 09:57:31 +01:00 |
runtests
|
Fix coverage to not include migrations
|
2012-09-28 16:01:02 +01:00 |
static/rest_framework
|
Added dabapps styling to html api
|
2012-10-05 17:00:24 +01:00 |
templates/rest_framework
|
Added dabapps styling to html api
|
2012-10-05 17:00:24 +01:00 |
templatetags
|
Pagination support
|
2012-09-30 17:31:28 +01:00 |
tests
|
Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead
|
2012-10-09 10:25:01 +01:00 |
utils
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
__init__.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
authentication.py
|
Tweak authtoken
|
2012-10-09 09:57:31 +01:00 |
compat.py
|
Fix serialization issue with Django 1.3
|
2012-09-28 14:53:22 +01:00 |
decorators.py
|
Function based views get proper naming in browseable API
|
2012-10-09 09:57:08 +01:00 |
exceptions.py
|
Fix @api_view decorator tests
|
2012-09-26 21:47:19 +01:00 |
fields.py
|
Remove Field handling relations/relationship managers - use RelatedField/ManyRelatedField instead
|
2012-10-09 10:25:01 +01:00 |
generics.py
|
Add RetrieveDestroyAPIView and remove Metadata mixin
|
2012-10-08 14:13:15 +01:00 |
mixins.py
|
Add RetrieveDestroyAPIView and remove Metadata mixin
|
2012-10-08 14:13:15 +01:00 |
models.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
negotiation.py
|
Remove Parser.can_handle_request()
|
2012-10-05 14:48:33 +01:00 |
pagination.py
|
Make 'results_field' attribute of BasePaginationSerializer public.
|
2012-10-02 10:40:43 +01:00 |
parsers.py
|
Remove Parser.can_handle_request()
|
2012-10-05 14:48:33 +01:00 |
permissions.py
|
Remove dumbass __all__ variables
|
2012-09-20 13:22:07 +01:00 |
renderers.py
|
Adding migration and changelog docs
|
2012-10-08 12:17:43 +01:00 |
request.py
|
Fix issue where required fields were not being properly validated. Also make model fields with a default value be not required
|
2012-10-08 17:53:18 +01:00 |
resources.py
|
Rename generic views
|
2012-10-03 09:26:15 +01:00 |
response.py
|
Docs for template responses
|
2012-10-05 13:04:34 +01:00 |
reverse.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
serializers.py
|
Fix issue where required fields were not being properly validated. Also make model fields with a default value be not required
|
2012-10-08 17:53:18 +01:00 |
settings.py
|
HyperlinkedModelSerializer with working HyperlinkedIdentityField, but no hyperlinked relations
|
2012-10-04 11:26:41 +01:00 |
status.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
throttling.py
|
Fix @api_view decorator tests
|
2012-09-26 21:47:19 +01:00 |
urlpatterns.py
|
Fix bug in format suffix patterns
|
2012-10-05 15:38:12 +01:00 |
urls.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
views.py
|
Function based views get proper naming in browseable API
|
2012-10-09 09:57:08 +01:00 |