| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
16 May 2013 09:44:10
0.9.15
|
wg  |
- Update to 0.9.15
Changes:
https://github.com/toastdriven/django-tastypie/blob/master/docs/release_notes/v0.9.15.rst
Approved by: culot (mentor) |
15 May 2013 19:33:15
0.9.14
|
wg  |
- Change MAINTAINER address of all my ports
Approved by: culot (mentor) |
22 Mar 2013 13:15:36
0.9.14
|
rm  |
- update to 0.9.14
- limit python version to 2.x only (print|except), while here
PR: 177195
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
20 Mar 2013 13:16:36
0.9.13
|
culot  |
- Update to 0.9.13
- Fix WWW link in pkg-descr
PR: ports/177122
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
15 Feb 2013 15:08:35
0.9.12
|
culot  |
- Update to 0.9.12
PR: ports/176161
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
25 Sep 2012 07:07:33
0.9.11_1
|
culot  |
- Add missing dependency on py-mimeparse [1]
- Bump PORTREVISION for dependency change
PR: ports/171924 [1]
Submitted by: William Grzybowski <william88@gmail.com> (maintainer) |
08 May 2012 21:25:51
0.9.11
|
delphij  |
Creating delicious APIs for Django apps since 2010.
Here are some common reasons for tastypie:
* You need an API that is RESTful and uses HTTP well.
* You want to support deep relations.
* You DON'T want to have to write your own serializer to make the output
right.
* You want an API framework that has little magic, very flexible and maps
well to the problem domain.
* You want/need XML serialization that is treated equally to JSON (and
YAML is there too).
* You want to support my perceived NIH syndrome, which is less about
NIH and more about trying to help out friends/coworkers.
PR: ports/167716
Submitted by: William Grzybowski <william88 gmail.com> |