aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2014-12-12Merge masterTom Christie
2014-12-12Merge pull request #2259 from ↵Tom Christie
tomchristie/testclient-logout-also-cancels-force-authenticate `Client.logout()` also clears any `force_authenticate`
2014-12-12Clean up import orderingTom Christie
2014-12-12Python 3 test fixTom Christie
2014-12-12Client.logout() also clears any force_authenticateTom Christie
2014-12-12Merge pull request #2255 from mathspace/charfield-default-messageXavier Ordoquy
Update CharField default min_length message.
2014-12-12Update CharField default min_length message.Peter Schmidt
2014-12-11Merge pull request #2251 from linovia/version/3.0.13.0.1Tom Christie
Release notes & version 3.0.1
2014-12-11Fix the ghost backtick.Xavier Ordoquy
2014-12-11Better link representation for the issues.Xavier Ordoquy
2014-12-11Fix the milestone link again.Xavier Ordoquy
2014-12-11Add full stop to the release note items.Xavier Ordoquy
Add link to the issues Fix the milestone link
2014-12-11Add links to the issue id.Xavier Ordoquy
2014-12-11Release note correctionsXavier Ordoquy
2014-12-11Field->ReadOnlyField in tutorial docsTom Christie
2014-12-11Version 3.0.1Xavier Ordoquy
2014-12-11Release notes for 3.0.1Xavier Ordoquy
2014-12-10Merge pull request #2242 from tomchristie/hyperlinked-pk-optimizationTom Christie
Hyperlinked PK optimization.
2014-12-10Move commentTom Christie
2014-12-10Drop get_iterable()Tom Christie
2014-12-10Optimizations play nicely with select_related, prefetch_relatedTom Christie
2014-12-10Minor docs tweaksTom Christie
2014-12-10Merge pull request #2246 from d0ugal/mkdocs-themeTom Christie
Syntax highlighting
2014-12-10Move remaining sponsorDougal Matthews
2014-12-10Sorted the imagesDougal Matthews
Moved images referenced by the markdown back to the docs directory Deleted unused image autocomplete.png
2014-12-10Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-10Minor docs tweaks to titles and citationsTom Christie
2014-12-10Add a theme.js file to enable highlighingDougal Matthews
2014-12-10Move the static content into the docs themeDougal Matthews
2014-12-10Merge pull request #2241 from IvanAlegre/patch-1Tom Christie
Update serializers.py
2014-12-10Improve field lookup behavior for dicts/mappings. Closes #2244. Closes #2243.Tom Christie
2014-12-10Fix trailing spaceJ. Iván Alegre
2014-12-10Remove unnecessary hasattr all and add comment for nested relationshipsJ. Iván Alegre
2014-12-09snippets relationship in tutorial should be read_onlyTom Christie
2014-12-09Hyperlinked PK optimization. Closes #1872.Tom Christie
2014-12-09Take in care that input data in serializer can be a ManagerJ. Iván Alegre
2014-12-09Copy model field validators, don't reuse the same list.Tom Christie
2014-12-09Merge branch 'validator-pollution' of ↵Tom Christie
git://github.com/mhsparks/django-rest-framework into mhsparks-validator-pollution
2014-12-09Update serializers.pyJulio Iván Alegre
Treat the input queryset as it comes (maybe it has been changed in a higher level). Evaluating .all() does nothing if or if not is a queryset.
2014-12-09allow_blank in ChoiceField. Refs #2239.Tom Christie
2014-12-09Merge pull request #2239 from jpadilla/allow-blank-choicefieldTom Christie
Add allow_blank for ChoiceField #2184
2014-12-09Add allow_blank for ChoiceField #2184José Padilla
This makes a ChoiceField optional in HTML if model field has `blank=True` set.
2014-12-09Minor docs tweaksTom Christie
2014-12-09Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-09Add REST framework: Under the hood. video to the 3.0 announcement.Tom Christie
2014-12-09Update README.mdTom Christie
2014-12-08Don't use 'instance' argument in rendering form for paginated data. Closes ↵Tom Christie
#2205.
2014-12-08Merge branch 'master' of https://github.com/tomchristie/django-rest-frameworkTom Christie
2014-12-08cd back to parent directoryTom Christie
2014-12-08Merge pull request #2165 from phalt/httpie-examplesTom Christie
Use httpie for tutorials