aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/fields.py
AgeCommit message (Expand)Author
2013-05-18Merge branch 'master' into 725-blank-choice-dashPablo Recio
2013-05-18Adding `BLANK_CHOICE_DASH` as a choice if the model's field isn't requiredPablo Recio
2013-05-18serializers.Field respects ordering on dicts if it exists. Closes #832Tom Christie
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 value...Kevin Stone
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ß
2013-02-27`assertEquals` -> `assertEqual`Tom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-04Cleanup importsTom Christie
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