aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2014-11-25Fix shoddy test caseTom Christie
2014-11-19Apply defaults and requiredness to unique_together fields. Closes #2092.Tom Christie
2014-11-19Allow blank choices to render. Closes #2071.Tom Christie
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. ↵Tom Christie
Closes #2021.
2014-11-13Reinstate OPTIONS testsTom Christie
2014-11-13Remove tests/settings. Using conftest instead.Tom Christie
2014-11-13Remove test cruftTom Christie
2014-11-10Uniqueness constraints imply a forced 'required=True'. Refs #1945Tom Christie
2014-11-06Tests & fixes for list serializationTom Christie
2014-11-06Fix tests for py2/3 compatTom Christie
2014-11-06Support for bulk create. Closes #1965.Tom Christie
2014-11-05Fix failing copy of fields when RegexValidator is used. Closes #1954.Tom Christie
2014-11-03Py2/3 compat for validation testTom Christie
2014-11-03Use invalid_data key for error message. Closes #2002.Tom Christie
2014-10-31Lazy loading of fields and validators. Closes #1963.Tom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-30Nested serializer testsTom Christie
2014-10-28unique_for_date/unique_for_month/unique_for_yearTom Christie
2014-10-22First pass at unique_for_date, unique_for_month, unique_for_yearTom Christie
2014-10-22.validate() can raise field errors or non-field errorsTom Christie
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-16Performance for PK fieldsTom Christie
2014-10-10exceptions.ValidationFailed, not Django's ValidationErrorTom Christie
2014-10-09First pass on nested serializers in HTMLTom Christie
2014-10-09TweakingTom Christie
2014-10-08Support empty file fieldsTom Christie
2014-10-08Move generic relation testsTom Christie
2014-10-08Tests for generic relationshipsTom Christie
2014-10-08Tests for relational fieldsTom Christie
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-06Fix follow does not work on APIClientJones Chi
Handle follow just like Django's Client.
2014-10-03More spelling tweaksCraig de Stigter
2014-10-03Minor: fix spelling and grammar, mostly in 3.0 announcementCraig de Stigter
2014-10-01First pass at HTML form renderingTom Christie
2014-09-29Absolute URLs for file fieldsTom Christie
2014-09-29Update release notesTom Christie
2014-09-29UniqueTogetherValidatorTom Christie
2014-09-29Uniqueness validationTom Christie
2014-09-26FileField and ImageFieldTom Christie
2014-09-26Drop erronous print statementsTom Christie
2014-09-26Added ListFieldTom Christie
2014-09-26Allow many, partial and context in BaseSerializerTom Christie
2014-09-26request.data attributeTom Christie
2014-09-25Partial supportTom Christie
2014-09-25Refuse to downcast from datetime to date or timeTom Christie
2014-09-25Check for redundant on SerializerMethodFieldTom Christie
2014-09-25Clean up bind - no longer needs to be called multiple times in nested fieldsTom Christie
2014-09-25Ensure proper sorting of 'choices' attribute on ChoiceFieldTom Christie
2014-09-24Enforce field_name != sourceTom Christie
2014-09-24Drop redundant OPTIONS testsTom Christie