django-rest-framework/djangorestframework
Tom Christie b2259bad6b Merge pull request #270 from phobologic/master
Prevent serialization from recursing to self
2012-09-27 05:49:34 -07:00
..
runtests Remove ADMIN_MEDIA_PREFIX everywhere 2012-02-21 22:13:41 +00:00
static/djangorestframework/css Move stylesheet references to the new relative namespace 2012-02-14 14:50:11 +09:00
templates/djangorestframework Make template url tags 1.5 compatible 2012-08-25 22:00:21 +01:00
templatetags add_query_param should preserve previous querystring 2012-07-12 15:07:04 +02:00
tests Django 1.5 breaks test client form encoding 2012-08-25 23:26:23 +01:00
utils Breadcrumbs play nicely when app not installed at root URL. Fixes #211 2012-09-27 13:46:20 +01:00
__init__.py Version 0.4.0 2012-08-29 19:27:01 +01:00
authentication.py Fix UserLoggedInAuthentication for POST requests. 2012-01-24 19:26:37 +00:00
compat.py Merge pull request #229 from max-arnold/228-runtime-head 2012-08-21 01:37:20 -07:00
mixins.py Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns its error in the 'detail' key instead of in the 'error' key (for consistency with all other errors). 2012-07-06 15:43:02 +03:00
models.py Revert unwanted checkin of models.py 2011-03-03 09:05:27 +00:00
parsers.py Properly catch MultiPartParserError during .parse() 2012-02-22 13:09:09 +00:00
permissions.py Fix typo. 2012-02-11 21:15:06 +00:00
renderers.py Updated sandbox links 2012-08-25 19:53:10 +01:00
resources.py Don't return unknown field errors if allow_unknown_form_fields is True 2012-03-20 13:21:24 +00:00
response.py Python docs say inherit from Exception, not BaseException. 2012-02-02 09:05:28 +00:00
reverse.py Remove InstanceMixin auto-url magicks. 2012-02-23 09:21:01 +00:00
serializer.py Stop serialization from going back to base object 2012-09-19 13:43:36 -07:00
status.py Drop redundant comment. 2012-01-24 17:53:54 +00:00
urls.py Remove staticviews. Use standard login/logout 2012-02-21 22:50:41 +00:00
views.py support utf8 description 2012-07-27 11:39:24 +08:00