index
:
django-rest-framework
3.0-beta
docs-renderers-use-appropriate-renderer-class-name
empty_closable_objects
gh-pages
master
model-serializer-api
model-serializer-caching
version-2.4.x
version-3.1
Web APIs for Django.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
djangorestframework
Age
Commit message (
Expand
)
Author
2012-08-29
Version 0.4.0
Tom Christie
2012-08-25
Django 1.5 breaks test client form encoding
Tom Christie
2012-08-25
Make template url tags 1.5 compatible
Tom Christie
2012-08-25
Quote urls in templates
Tom Christie
2012-08-25
Updated sandbox links
Tom Christie
2012-08-24
Merge branch 'master' of https://github.com/tomchristie/django-rest-framework
Tom Christie
2012-08-23
Merge pull request #181 from flashingpumpkin/master
Tom Christie
2012-08-21
Merge pull request #236 from Memoto/master
Tom Christie
2012-08-21
Merge pull request #224 from ralphje/master
Tom Christie
2012-08-21
Merge pull request #229 from max-arnold/228-runtime-head
Tom Christie
2012-08-13
Don't ever return the normal serializer again.
Alen Mujezinovic
2012-08-10
Allow template to be set on views
Simon Pantzare
2012-07-27
support utf8 description
yetist
2012-07-12
remove remaining head() method
Max Arnold
2012-07-12
patch View.head() only for django < 1.4
Max Arnold
2012-07-12
add View.head() method at runtime (should fix AttributeError: object has no a...
Max Arnold
2012-07-12
add_query_param should preserve previous querystring
Camille Harang
2012-07-06
Modify mixins.py to make sure that the 415 (Unsupported Media Type) returns i...
Ralph Broenink
2012-07-02
Patch to enable Accept headers in Internet Explorer when an Ajax Library on t...
Adam Ness
2012-06-28
Don't bork if request attribute is not set.
Tom Christie
2012-06-26
Pass request to related serializers
Sean C. Farley
2012-05-22
Merge pull request #210 from max-arnold/serialize-raw-queryset
Tom Christie
2012-05-22
Allow RawQuerySet serialization
Max Arnold
2012-04-11
Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently.
Marko Tibold
2012-03-20
Don't return unknown field errors if allow_unknown_form_fields is True
Alen Mujezinovic
2012-03-01
Whoops. Adding the .parent attribute to the Serializer class broke
Alen Mujezinovic
2012-03-01
Added a .parent attribute to the Serializer object for documentation
Alen Mujezinovic
2012-03-01
Maintain a reference to the parent serializer when descending down into fields
Alen Mujezinovic
2012-02-23
Fix for #178.
Shawn Lewis
2012-02-23
Test for issue #178.
Shawn Lewis
2012-02-23
Cleanup of reverse docs
Tom Christie
2012-02-23
Version 0.4.0-dev
Tom Christie
2012-02-23
Remove unused 'staticviews'
Tom Christie
2012-02-23
Remove InstanceMixin auto-url magicks.
Tom Christie
2012-02-23
reverse takes request as a kwarg for compatibility with django's reverse
Tom Christie
2012-02-22
Properly catch MultiPartParserError during .parse()
Tom Christie
2012-02-22
let the XML parser fail gracefully on malformed XML
Can Yavuz
2012-02-21
Remove staticviews. Use standard login/logout
Tom Christie
2012-02-21
Remove ADMIN_MEDIA_PREFIX everywhere
Tom Christie
2012-02-21
Fix YAML parser bug
Tom Christie
2012-02-21
reverse gets it's own module
Tom Christie
2012-02-21
Update djangorestframework/views.py
Tom Christie
2012-02-21
Implement `reverse_lazy()'
Daniel Izquierdo
2012-02-21
Add a docstring for `reverse()'
Daniel Izquierdo
2012-02-21
Update resources.py to use the new custom `reverse()'
Daniel Izquierdo
2012-02-21
Implement a custom reverse that builds absolute URLs with a request object
Daniel Izquierdo
2012-02-21
Pass the request object to `reverse' in the reverse tests
Daniel Izquierdo
2012-02-21
Stop using set_script_prefix
Daniel Izquierdo
2012-02-21
Move the new `reverse' function from urlresolvers to utils
Daniel Izquierdo
2012-02-21
Test the custom reverse() function instead of the one provided by Django
Daniel Izquierdo
[next]