| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-12-12 | typo | Marko Tibold | |
| 2011-12-12 | now really drop the yaml file | Marko Tibold | |
| 2011-12-12 | drop yaml fixture and replace with json | Marko Tibold | |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie | |
| 2011-06-28 | Pull in David's initial oauth tests | Tom Christie | |
| 2011-06-26 | moved from examples/requirements.txt to main requirements.txt | markotibold | |
| 2011-06-26 | some restyling and updated requirements.txt for yaml support | markotibold | |
| 2011-06-25 | Adding tests for OAuth authentication through django-oauth-plus, a dedicated ↵ | David Larlet | |
| example project is still missing though | |||
| 2011-06-25 | added a container view for the permissions example | markotibold | |
| 2011-06-25 | Added a fixture so that the users default have a user to login with and play ↵ | markotibold | |
| with permissions. | |||
| 2011-06-20 | added a `permissions` example with just a per-user-throttle which we may ↵ | markotibold | |
| want to expand with some auth examples. | |||
| 2011-06-20 | added a `permissions` example with just a per-user-throttle which we may ↵ | markotibold | |
| want to expand with some auth examples. | |||
| 2011-06-20 | added a `permissions` example with just a per-user-throttle which we may ↵ | markotibold | |
| want to expand with some auth examples. | |||
| 2011-06-15 | update some examples | Tom Christie | |
| 2011-06-15 | Allow related models to be fully serialized | Tom Christie | |
| 2011-06-14 | Support for nesting resources etc... | Tom Christie | |
| --HG-- rename : djangorestframework/tests/resources.py => djangorestframework/tests/serializer.py | |||
| 2011-06-09 | fixed the blogpost-tests | markotibold | |
| 2011-06-08 | Fix example tests | Tom Christie | |
| 2011-06-07 | Ug. Remove crazy tests from blogposts example | Tom Christie | |
| 2011-06-07 | Fix broken url naming in examples | Tom Christie | |
| 2011-06-02 | More updating docs for 0.2 | Tom Christie | |
| --HG-- rename : docs/examples/modelresources.rst => docs/examples/modelviews.rst rename : docs/examples/resources.rst => docs/examples/views.rst | |||
| 2011-05-24 | Allow views to return HttpResponses. Add initial() hook method | Tom Christie | |
| 2011-05-23 | name and description | Tom Christie | |
| 2011-05-19 | data flattening needs to go into resource | Tom Christie | |
| 2011-05-16 | blogpost/views no longer needed | Tom Christie | |
| 2011-05-16 | Fixing some of the last blocking issues | Tom Christie | |
| 2011-05-12 | refactoring resource specfic stuff into ResourceMixin - validators now defunct | Tom Christie | |
| 2011-05-04 | Decouple views and resources | Tom Christie | |
| 2011-05-02 | emitters -> renderers | Tom Christie | |
| 2011-04-28 | emitters -> renderers | Tom Christie | |
| 2011-04-27 | Fix up ModelResource issues | Tom Christie | |
| 2011-04-27 | Urg. Fixing broken merge | Tom Christie | |
| 2011-04-27 | Pulling marko's test fixes | Tom Christie | |
| 2011-04-27 | Merge previous checkins | Tom Christie | |
| 2011-04-27 | Fix up tests and examples after refactoring | Tom Christie | |
| 2011-04-27 | Stole some code from djangorestframework/runtests/runcoverage.py so that ↵ | markotibold | |
| coverage is also implemented for the examples. Because Jenkins looks for a coverage.xml file for all defeined projects in tox.ini we need it to pass the tests. | |||
| 2011-04-27 | The test was bad. It expected 11 snippets while the view made sure (as ↵ | markotibold | |
| designed) that there would not be more than 10 snippets stored on disk. | |||
| 2011-04-27 | reverse on a a sorted list which was laerady reversed is rather pointless :) | markotibold | |
| 2011-04-27 | Omitting all the superfluous tests. Later on we might want a nicer way to ↵ | markotibold | |
| specify which apps to test, because they are now hardcoded in runtests.py. (Listdir doesn't do the trick, tried that already :-) ) | |||
| 2011-04-26 | Fixes #35 - Import json from django's built-in package (Does cleverness in ↵ | tom christie tom@tomchristie.com | |
| determing best lib to use) | |||
| 2011-04-25 | Fix some compat issues with json/simplejson | Tom Christie | |
| 2011-03-30 | Only use xmlrunner if running under hudson | tom christie tom@tomchristie.com | |
| 2011-03-22 | Fix some examples | Tom Christie | |
| 2011-03-20 | fixing compat with py25 | markotibold | |
| 2011-03-20 | fix compat with python 2.5 | markotibold | |
| 2011-03-20 | All should work fine now on jenkins. For some reason Tox with jenkins and ↵ | markotibold | |
| env names of the form platform-djangoversion-examples results in an OSError Permission denied. No clue why. | |||
| 2011-03-20 | testing jenkins | markotibold | |
| 2011-03-19 | Adding examples to tox. Appears quite useful cause some example tests are ↵ | markotibold | |
| broken. | |||
| 2011-03-11 | Refactoring and added another test for blog-posts. Finally got eclipse setup ↵ | markotibold | |
| properly with virtualenvs (code analysis). Also I think I get Bitbuckets workflow now. | |||
| 2011-03-10 | markos pygments tests | tom christie tom@tomchristie.com | |
