aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)Author
2014-12-02FileUploadParser. Raising StopFutureHandlers removes any handlers not yet run...Tom Christie
2014-12-02Minor tweaks for helpful message on Model.objects.create() failure.Tom Christie
2014-12-02Merge branch 'fixes/2013' of git://github.com/gregmuellegger/django-rest-fram...Tom Christie
2014-11-29Fixed typosTymur Maryokhin
2014-11-29Moved non-conflicting modelsTymur Maryokhin
2014-11-29Removed unused modelsTymur Maryokhin
2014-11-28Use ImproperlyConfigured when model meta lookup failsTom Christie
2014-11-28Merge pull request #2086 from beck/doug/blow-up-with-bad-modelsTom Christie
2014-11-28Merge pull request #2143 from linovia/bugfix/1850Tom Christie
2014-11-28Drop defunct testsTom Christie
2014-11-26Be nicer with __closable_objects.Xavier Ordoquy
2014-11-26Merge remote-tracking branch 'reference/master' into bugfix/1850Xavier Ordoquy
2014-11-25Fix failing YAML testsJosé Padilla
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-18Ensure `_resolve_model` does not return `None`Doug Beck
2014-11-15More helpful error message when default `.create` fails. Closes #2013.Gregor Müllegger
2014-11-13Model fields with .blank or .null now map to required=False. Closes #2017. Cl...Tom Christie
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-08Reverted 59d0a0387d907260ef8f91bbbca618831abd75a3 and fixed the testsXavier Ordoquy
2014-10-07Enforce uniqueness validation for relational fieldsTom Christie
2014-10-06Fix follow does not work on APIClientJones Chi
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