.. |
authtoken
|
Merge branch 'p3k' of https://github.com/linovia/django-rest-framework into working
|
2013-02-01 11:58:55 +00:00 |
runtests
|
Set PASSWORD_HASHERS to massively speed up tests (almost x10)
|
2013-02-13 12:36:05 +00:00 |
static/rest_framework
|
Polishing touches to #663
|
2013-02-22 08:39:26 +00:00 |
templates/rest_framework
|
Polishing touches to #663
|
2013-02-22 08:39:26 +00:00 |
templatetags
|
Try the correct NoReverseMatch location.
|
2013-02-06 13:10:54 +00:00 |
tests
|
Merge branch 'browsable_api_patch' of https://github.com/wronglink/django-rest-framework into generic-form-input
|
2013-02-20 12:18:57 +00:00 |
utils
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
__init__.py
|
Version 2.2.0
|
2013-02-13 14:05:57 +00:00 |
authentication.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
compat.py
|
Added a serializer TimeField
|
2013-02-14 21:19:51 +01:00 |
decorators.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
exceptions.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
fields.py
|
Merge pull request #657 from dgaus/master
|
2013-02-15 01:13:14 -08:00 |
filters.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
generics.py
|
Tidy up internal view permission checking logic.
|
2013-02-12 08:58:28 +00:00 |
mixins.py
|
Tidy up internal view permission checking logic.
|
2013-02-12 08:58:28 +00:00 |
models.py
|
Change package name: djangorestframework -> rest_framework
|
2012-09-20 13:06:27 +01:00 |
negotiation.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
pagination.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
parsers.py
|
Fix 2.6 compat
|
2013-02-04 21:35:47 +00:00 |
permissions.py
|
New style object-level permission checks
|
2013-02-12 08:58:28 +00:00 |
relations.py
|
Relational fields use same field_to_native logic as regular fields.
|
2013-02-12 23:03:04 +00:00 |
renderers.py
|
Polishing touches to #663
|
2013-02-22 08:39:26 +00:00 |
request.py
|
request.DATA should use empty QueryDict for no data, not None.
|
2013-02-14 13:02:28 +00:00 |
response.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
reverse.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
serializers.py
|
Added a serializer TimeField
|
2013-02-14 21:19:51 +01:00 |
settings.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
six.py
|
Py3k cleanup
|
2013-02-01 15:07:51 +00:00 |
status.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
throttling.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
urlpatterns.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
urls.py
|
Cleanup imports
|
2013-02-04 20:55:35 +00:00 |
views.py
|
Fix docstring
|
2013-02-20 08:46:00 +00:00 |