aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge pull request #1922 from JonesChi/fix_followTom Christie
2014-10-31Guard against malicious string inputs for numbers. Closes #1903.Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Merge pull request #1785 from gdoermann/masterTom Christie
2014-10-31Merge branch 'master' into version-3.0Tom Christie
2014-10-31Merge masterTom Christie
2014-10-31Update to bootstrap 3. Closes #1085Tom Christie
2014-10-31Fix up validators docsTom Christie
2014-10-31Validator documentation and tweaksTom Christie
2014-10-30Ensure json.dumps(separators=...) works on both 2.x and 3.xTom Christie
2014-10-30Nested serializer testsTom Christie
2014-10-29Merge pull request #1997 from agconti/patch-1Xavier Ordoquy
2014-10-29Update authentication.mdAndrew Conti
2014-10-29Merge pull request #1993 from jpadilla/masterCarlton Gibson
2014-10-28Use PYTHONDONTWRITEBYTECODE=1 on tox environmentJosé Padilla
2014-10-28unique_for_date/unique_for_month/unique_for_yearTom Christie
2014-10-24Updated requirementsTom Christie
2014-10-22unique_for_month, unique_for_yearTom Christie
2014-10-22Merge pull request #1969 from erikcw/orderedTom 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-20Used Django utils SortedDict instead of stdlib's OrderedDict forErik Wickstrom
2014-10-19Maintain order of views on router for api root view.Erik Wickstrom
2014-10-17Merge pull request #1967 from jpadilla/masterTom Christie
2014-10-17Add docs regarding linking third party packagesJosé Padilla
2014-10-17Use serializers.ValidationErrorTom Christie
2014-10-16TweakTom Christie
2014-10-16Performance for PK fieldsTom Christie
2014-10-16get_attribute method on fieldsTom Christie
2014-10-16Stricter checking for failure cases.Tom Christie
2014-10-16Update release notesTom Christie
2014-10-16Merge pull request #1959 from konradhalas/add-djoser-to-docsTom Christie
2014-10-16Add to main 3rd party resources list.konradhalas
2014-10-16Add djoser to authentication docs.konradhalas
2014-10-16Merge pull request #1958 from gulopine/version-3.0Tom Christie
2014-10-15Add a keys method to BindingDictMarty Alchin
2014-10-15Support fields that reference a simple callableTom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-15Moar form stylingTom Christie
2014-10-15Merge pull request #1956 from wolfe/patch-1Tom Christie
2014-10-15Reorganize to use template_pack in form renderingTom Christie
2014-10-15Drop template includesTom Christie
2014-10-15Merge branch 'version-3.0' of https://github.com/tomchristie/django-rest-fram...Tom Christie
2014-10-15Fix 'lookup_field' on ModelSerializer. Closes #1944.Tom Christie
2014-10-14Update 3.0-announcement.mdwolfe
2014-10-12Merge pull request #1942 from rouge8/preform-to-performTom Christie
2014-10-12Rename `preform_update` to `perform_update`Andy Freeland
2014-10-10Relations in 'read_only_fields' should not include a queryset kwargTom Christie