- 06 Feb, 2013 8 commits
-
-
Most of these had obvious exceptions which would be thrown. Some I'm not sure about but they should at least catch only Exception so as not to ignore SystemExit and other inappropriate Error classes.
Marc Tamlyn committed -
Tom Christie committed
-
Tom Christie committed
-
Fixes #639.
Tom Christie committed -
2.2 Release
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Need to track outcome of Django's #19733, and decide on approach accordingly.
Tom Christie committed
-
- 04 Feb, 2013 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Mostly adding `from __future__ import unicode_literals` everywhere.
Tom Christie committed -
Tom Christie committed
-
Conflicts: rest_framework/relations.py rest_framework/serializers.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_slug.py
Tom Christie committed -
Tom Christie committed
-
(instead of request.GET)
Tom Christie committed
-
- 01 Feb, 2013 4 commits
-
-
Commiter number 100!
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
https://github.com/linovia/django-rest-framework
Conflicts: rest_framework/authentication.py rest_framework/relations.py rest_framework/serializers.py rest_framework/settings.py rest_framework/tests/authentication.py rest_framework/tests/genericrelations.py rest_framework/tests/generics.py rest_framework/tests/relations_hyperlink.py rest_framework/tests/relations_nested.py rest_framework/tests/relations_pk.py rest_framework/tests/serializer.py
Tom Christie committed
-
- 31 Jan, 2013 1 commit
-
-
Tom Christie committed
-
- 30 Jan, 2013 10 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Conflicts: rest_framework/relations.py
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Fix processing of ManyToManyField when it is empty
Tom Christie committed -
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
Fernando Rocha committed
-
- 29 Jan, 2013 4 commits
-
-
Signed-off-by: Fernando Rocha <fernandogrd@gmail.com>
Fernando Rocha committed -
Tom Christie committed
-
For ensuring `django-jsonfield` compatibility, via #629.
Tom Christie committed -
Update rest_framework/serializers.py
Tom Christie committed
-
- 28 Jan, 2013 3 commits
-
-
Tom Christie committed
-
Andrea de Marco committed
-
Tom Christie committed
-