aboutsummaryrefslogtreecommitdiffstats
path: root/docs
AgeCommit message (Collapse)Author
2013-02-23Fix curl response.Tom Christie
Didn't map to the correct stage of the tutorial.
2013-02-23Spelling.Tom Christie
2013-02-23TODO -> TODONETom Christie
2013-02-23Autenticating with curl example.Tom Christie
2013-02-23Formatting.Tom Christie
2013-02-23Add curl examples.Tom Christie
2013-02-23Add missing `blank=True` to model in tutorial.Tom Christie
2013-02-23Fill in missing and incorrect settings.Tom Christie
2013-02-23Update release notesTom Christie
2013-02-22Update release notesTom Christie
2013-02-22Version 2.2.12.2.1Tom Christie
2013-02-22Note requirements explicitly.Tom Christie
2013-02-22defusedxml for security fix.Tom Christie
As per: http://blog.python.org/2013/02/announcing-defusedxml-fixes-for-xml.html
2013-02-22Tweak TemplateHTMLRenderer docs.Tom Christie
2013-02-20Update link to @paulmillr. Refs #668.Tom Christie
2013-02-20Don’t use my old nickname in credits.Paul Miller
2013-02-19Fix typos.Tom Christie
2013-02-19Fix typos.Tom Christie
2013-02-15Mention caching. Closes #659.Tom Christie
2013-02-15Added @pelme, for TimeField addition.Tom Christie
Refs #660.
2013-02-15Update release notes.Tom Christie
2013-02-15Merge pull request #660 from pelme/timefieldTom Christie
Added a serializer TimeField
2013-02-15Note python compatibility.Tom Christie
2013-02-15Python 2.6.5+ requiredTom Christie
2013-02-14Added a serializer TimeFieldAndreas Pelme
2013-02-14Docs tweaks.Tom Christie
2013-02-14Update release notes.Tom Christie
2013-02-14Missing imports addedeofs
2013-02-14thanks @floppya for docs fixStephan Groß
2013-02-13Minor doc fixesfloppya
Fixes misspelling of "primitive" and removes an awkward "with".
2013-02-13Username tweak.Tom Christie
2013-02-13Add links to 2.2 announcementTom Christie
2013-02-13Tweak titleTom Christie
2013-02-12Drop note on object-level permissions.Tom Christie
Not yet supported by DjangoModelPermissions.
2013-02-12Update release notes.Tom Christie
2013-02-12Notes on creating a custom `obtain_auth_token` view. Fixes #641.Tom Christie
2013-02-12TypoTom Christie
2013-02-12Drop issue management sectionTom Christie
2013-02-12Add deprecation policy to release notes.Tom Christie
2013-02-12Notes on explicit hyperlink relations behaviorTom Christie
2013-02-12Docs on serializer context.Tom Christie
2013-02-12Document serializing querysetsTom Christie
2013-02-12Update release notesTom Christie
2013-02-12Notes on object-level permissions.Tom Christie
2013-02-12Notes on object-level permissions.Tom Christie
2013-02-12Use `many=True` for serializers.Tom Christie
2013-02-12Tidy up internal view permission checking logic.Tom Christie
Also document correctly - these methods are now public and will fall under the deprecation policy from now on.
2013-02-12New style object-level permission checksTom Christie
2013-02-10Change URL of 2.2 announcementTom Christie
2013-02-10Improve relations documentation.Tom Christie