| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-08-21 | Merge pull request #229 from max-arnold/228-runtime-head | Tom Christie | |
| add View.head() method at runtime (issue #228) | |||
| 2012-07-12 | remove remaining head() method | Max Arnold | |
| 2012-07-12 | patch View.head() only for django < 1.4 | Max Arnold | |
| 2012-07-12 | add View.head() method at runtime (should fix AttributeError: object has no ↵ | Max Arnold | |
| attribute 'get') | |||
| 2012-04-11 | Fixes #94. Thanks @natim. Only Markdown 2.0+ is supported currently. | Marko Tibold | |
| 2012-02-23 | reverse takes request as a kwarg for compatibility with django's reverse | Tom Christie | |
| 2012-02-22 | let the XML parser fail gracefully on malformed XML | Can Yavuz | |
| 2012-02-21 | reverse gets it's own module | Tom Christie | |
| 2012-01-04 | Don't raise when in compat mode, just pass. | Marko Tibold | |
| 2012-01-04 | Fix indentation | Marko Tibold | |
| 2012-01-04 | We can now use @unittests.skip | Marko Tibold | |
| 2011-12-29 | whitespace fixes | Tom Christie | |
| 2011-12-21 | Fix version test. | Tom Christie | |
| 2011-12-21 | Fixes #94 | Marko Tibold | |
| Modified alazaro's commit sot that both markdown < 2.1 and >= 2.1 are supported The test checks if either matches the old or the new style. | |||
| 2011-12-14 | Fixed test broken by markdown update | alazaro | |
| Removed unused code. No longer needed with markdown 2.1.0. | |||
| 2011-12-14 | Use 1.4's CSRFMiddleware, so that PUT and DELETE get CSRF validation if ↵ | Tom Christie | |
| session authentication is being used | |||
| 2011-12-09 | Fix docstring. | Tom Christie | |
| 2011-07-02 | Typo | Tom Christie | |
| 2011-07-01 | pull in markos changes, minor tweaks to yaml stuff | Tom Christie | |
| 2011-06-25 | Typo in url | Tom Christie | |
| 2011-06-25 | Support for HEAD method | Carles Barrobés | |
| 2011-05-19 | The core is now documented from the docstrings in the source. | markotibold | |
| 2011-05-18 | Most of the actual work so far has been markup really. | markotibold | |
| 2011-04-29 | More refactoring - move various less core stuff into utils etc | Tom Christie | |
| 2011-04-25 | Fix some compat issues with json/simplejson | Tom Christie | |
| 2011-02-19 | Yowzers. Final big bunch of refactoring for 0.1 release. Now support ↵ | tom christie tom@tomchristie.com | |
| Django 1.3's views, admin style api is all polished off, loads of tests, new test project for running the test. All sorts of goodness. Getting ready to push this out now. | |||
