aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-17Nicely marked up source code.markotibold
2011-05-17All top level modules are included. Ready for diving into the modules and doc...markotibold
2011-05-16Getting rid of all errors and warnings that show up when building the docs, t...markotibold
2011-05-16validators tests -> resources testsTom Christie
2011-05-16Add utils to setup.py - see if the examples tests now passTom Christie
2011-05-16blogpost/views no longer neededTom Christie
2011-05-16Fixing some of the last blocking issuesTom Christie
2011-05-16nested resources now workingTom Christie
2011-05-13Ensure there is always a resource attribute setTom Christie
2011-05-13Docs on resourcesTom Christie
2011-05-13Sorting out resources. Doing some crazy magic automatic url resolving stuff....Tom Christie
2011-05-13cleanupTom Christie
2011-05-12_perform_form_overloading becomes transparentTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12yet more API cleanupTom Christie
2011-05-12refactoring resource specfic stuff into ResourceMixin - validators now defunctTom Christie
2011-05-10More tests, getting new serialization into resourceTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Bits of cleanupTom Christie
2011-05-10Rename resource to view in few remaining places in renderers (because that's ...Tom Christie
2011-05-10renderer API workTom Christie
2011-05-10Getting the API into shapeTom Christie
2011-05-04Decouple views and resourcesTom Christie
2011-05-02emitters -> renderersTom Christie
2011-04-29More refactoring - move various less core stuff into utils etcTom Christie
2011-04-28emitters -> renderersTom Christie
2011-04-28Spelling fixTom Christie
2011-04-27fix tiny spelling errorsmarkotibold
2011-04-27Fix up ModelResource issuesTom Christie
2011-04-27Urg. Fixing broken mergeTom Christie
2011-04-27Urg. Fix broken merging.Tom Christie
2011-04-27Pulling marko's test fixesTom Christie
2011-04-27Pulling Marko's test fixesTom Christie
2011-04-27merge 157Tom Christie
2011-04-27Docs impovementTom Christie
2011-04-27Merge previous checkinsTom Christie
2011-04-27Inital pass at generic permissions, throttling etc.Tom Christie
2011-04-27Fix up tests and examples after refactoringTom Christie
2011-04-27Stole some code from djangorestframework/runtests/runcoverage.py so that cove...markotibold
2011-04-27The test was bad. It expected 11 snippets while the view made sure (as design...markotibold
2011-04-27reverse on a a sorted list which was laerady reversed is rather pointless :)markotibold
2011-04-27Danielfm packaged the 1.2 release so we can now install it from his repo.markotibold
2011-04-27Omitting all the superfluous tests. Later on we might want a nicer way to spe...markotibold
2011-04-26CSRF validation will only be applied to POST requests, so let's only load .RA...tom christie tom@tomchristie.com
2011-04-26tox can now use django 1.3 rather than 1.3-rc1. Huzzah.tom christie tom@tomchristie.com
2011-04-26simplejson no longer a requirement for python 2.5 (uses django's built in sim...tom christie tom@tomchristie.com
2011-04-26Fixes #35 - Import json from django's built-in package (Does cleverness in de...tom christie tom@tomchristie.com
2011-04-25Fix some compat issues with json/simplejsonTom Christie
2011-04-25tidy upTom Christie
2011-04-25Generic permissions added, allowed_methods and anon_allowed_methods now defun...Tom Christie