aboutsummaryrefslogtreecommitdiffstats
path: root/rest_framework/tests/fields.py
AgeCommit message (Expand)Author
2013-05-29Rename test modules to 1.6 styleTom Christie
2013-05-24Clean up OPTIONS implementationTom Christie
2013-05-24Merge branch 'issue-192-expose-fields-for-options' of https://github.com/grim...Tom Christie
2013-05-23simplified, moved field humanizing to Field. broken testsOscar Vilaplana
2013-05-20Updated SlugField to raise validation errors for invalid slugsDavid Jones
2013-05-19fixed tests, added docs, renamed helper methodOscar Vilaplana
2013-05-19fixed merge conflictOscar Vilaplana
2013-05-19* make test assertion more explicitNikolaus Schlemm
2013-05-19s/Single Character/String/Oscar Vilaplana
2013-05-19Added tests, cleaned up importsOscar Vilaplana
2013-05-18Merge branch 'issue-192-expose-fields-for-options' of git://github.com/grimbo...Nikolaus Schlemm
2013-05-18added tests for formOscar Vilaplana
2013-05-18Added humanized field names and typesOscar Vilaplana
2013-05-18Fix missing para..Stephan Groß
2013-05-18Add newlineStephan Groß
2013-05-18Add TestCases for default field valuesStephan Groß
2013-05-18Temp commit for branch change ;-)Stephan Groß
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