aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)Author
2014-11-28Merge pull request #2086 from beck/doug/blow-up-with-bad-modelsTom Christie
Ensure _resolve_model does not return None
2014-11-28Merge pull request #2143 from linovia/bugfix/1850Tom Christie
Bugfix for #1850
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-15Merge branch 'version-3.1' of github.com:tomchristie/django-rest-framework ↵Eleni Lixourioti
into oauth_as_package Conflicts: .travis.yml
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-11-03Tests for validating custom_method_name router attributetanwanirahul
2014-10-31Merge pull request #1963 from carljm/lazy-fieldsTom Christie
Set up serializer fields lazily on-demand.
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-17Set up serializer fields lazily on-demand.Carl Meyer
This avoids AppRegistryNotReady problems in Django 1.7 with nested serializers, which are instantiated at import time, possibly before Django's app registry is fully populated.
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
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