aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/fields.py
AgeCommit message (Collapse)Author
2013-04-15Return Decimal instance instead of stringStephan Groß
2013-04-15Fix unicodesStephan Groß
2013-04-15Add DecimalField supportStephan Groß
2013-03-21Default date/time fields now return python date/time objects again by defaultTom Christie
2013-03-06Added failing test cases for giving a DateField or DateTimeField a None ↵Kevin Stone
value to serialize. Signed-off-by: Kevin Stone <kevinastone@gmail.com>
2013-03-06Clean ups to datetime formattingTom Christie
2013-03-01Add none testcases to date, datetime, timeStephan Groß
2013-03-01Add new ISO8601 setting + integrationStephan Groß
2013-03-01Add drf settings + output format + testcasesStephan Groß
2013-03-01Fix for python 3 supportStephan Groß
2013-03-01Add better date / datetime validation (pull 2)Stephan Groß
addition to #631 with update to master + timefield support
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