aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/tests/serializer.py
AgeCommit message (Expand)Author
2012-09-20Remove old 'djangorestframework directoriesTom Christie
2012-09-07Add basic serializer testsTom Christie
2012-08-24Drop out resources & mixinsTom Christie
2012-02-23Test for issue #178.Shawn Lewis
2012-01-11Added test_ugettext_lazy test. Refs #87.Tom Christie
2012-01-11Made suggested cleanups. Refs #121.Tom Christie
2012-01-10fixed issue#73 and added a testSébastien Piquemal
2011-12-29whitespace fixesTom Christie
2011-12-14Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if sessi...Tom Christie
2011-07-13Test for serialitation of dictionaries with keys that collide withgarciasolero
2011-06-21Decimals are a protected_type - let's leave them up to the renderer to deal withTom Christie
2011-06-15Allow related models to be fully serializedTom Christie
2011-06-14Support for nesting resources etc...Tom Christie