aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/fields.py
AgeCommit message (Collapse)Author
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-04Cleanup importsTom Christie
Mostly adding `from __future__ import unicode_literals` everywhere.
2013-01-15Update docstringsTom Christie
2013-01-12PK fields should only be read-only if they are an AutoField. Fixes #563Tom Christie
2013-01-12auto_now and auto_now_add fields should be read only by defaultTom Christie
2013-01-04Rename module for basic relational field testsTom Christie
2013-01-03Fix for #446. Note: Also needs applying to other relational types.Tom Christie