aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-11-25Added python 3.2 to test against django master . Related to #2075.Tymur Maryokhin
2014-11-25Updated travis configTymur Maryokhin
2014-11-25Streamlined tox config with 1.8 featuresTymur Maryokhin
2014-11-25Style tweaks to login template.Tom Christie
2014-11-25Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-25Lowercase HTML label tag. Refs #2121.Tom Christie
2014-11-24Merge pull request #2116 from LuRsT/patch-5Tom Christie
Fixed database update instructions
2014-11-24Merge pull request #2117 from LuRsT/patch-6Xavier Ordoquy
Added missing import in tutorial snippet
2014-11-24Added missing import in tutorial snippetGil Gonçalves
2014-11-24Fixed database update instructionsGil Gonçalves
2014-11-23Merge pull request #2115 from hgiasac/masterTom Christie
Fix typo "serailizers" to "serializers"
2014-11-23Fix typo "serailizers" to "serializers"Tony Nguyen
2014-11-21Merge pull request #2112 from rinti/patch-1Tom Christie
remove sponsored by dabapps
2014-11-21removed the whole footer sectionAndreas Bernacca
2014-11-21Merge pull request #2111 from matthewwithanm/perm-docsTom Christie
Clarify how permission classes are composed
2014-11-21remove sponsored by dabappsAndreas Bernacca
2014-11-21Clarify how permission classes are composedMatthew Dapena-Tretter
all/every/AND or any/OR? all/every/AND!
2014-11-20Fix rendering HTML form when API error raised. Closes #2103.3.0-betaTom Christie
2014-11-20Merge pull request #2095 from tomchristie/3.0-betaTom Christie
3.0 beta
2014-11-20Py3 fix - .items is not a list.Tom Christie
2014-11-20Fill in TODOs for 3.0 beta release notesTom Christie
2014-11-20Note on 3.1 and 3.2 releases.Tom Christie
2014-11-20Merge branch 'master' into 3.0-betaTom Christie
2014-11-20Resolve PUT and POST buttons in browsable APITom Christie
2014-11-20Add --- null option for selects. Closes #2096.Tom Christie
2014-11-20Fixes for defaulting empty HTML fields to '', None, or empty.Tom Christie
2014-11-20Make _force_text_recursive private.Tom Christie
2014-11-20Merge branch 'master' into 3.0-betaTom Christie
2014-11-20Merge pull request #2100 from LuRsT/patch-1Tom Christie
Removed unused import from code snippet in tutorial
2014-11-20Removed unused import from code snippet in tutorialGil Gonçalves
2014-11-20Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-20Fix non-determanistic default bug. Closes #2099.Tom Christie
2014-11-19Merge pull request #2097 from raonyguimaraes/masterTom Christie
small type
2014-11-19small typeRaony Guimarães
2014-11-19Fix non-determanistic unique constraint mapping. Refs #2092.Tom Christie
2014-11-19Minor fix for #2092.Tom Christie
2014-11-19Merge branch 'master' into 3.0-betaTom Christie
2014-11-19Further notes in 3.0 announcementTom Christie
2014-11-19Apply defaults and requiredness to unique_together fields. Closes #2092.Tom Christie
2014-11-19Use translatable error strings. Refs #2063.Tom Christie
2014-11-19Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-11-19Allow blank choices to render. Closes #2071.Tom Christie
2014-11-19Merge pull request #2090 from joshk/patch-1Xavier Ordoquy
Use the new build env on Travis
2014-11-18Use the new build env on TravisJosh Kalderimis
faster vms, more ram, more cpu, better vm boot times official docs coming soon
2014-11-18List serializer no explicitly renders as 'not supported for HTML input'Tom Christie
2014-11-18Note on 3.0 betaTom Christie
2014-11-18Fix byte decode error rendering 'display_name' with OPTIONS. Closes #2084Tom Christie
2014-11-18Add comment ref #2089Tom Christie
2014-11-18Only pass instance to form for PUT and PATCH. Closes #2073.Tom Christie
2014-11-18Note removal of 'save_object' and fail loudly if it existsTom Christie