aboutsummaryrefslogtreecommitdiff
path: root/www/py-django-tastypie
Commit message (Collapse)AuthorAgeFilesLines
* www/py-django-tastypie: update to 0.10.0William Grzybowski2013-08-052-6/+15
| | | | | | | | | - Update to 0.10.0 - Add support for python 3.x - Fix RUN_DEPENDS Notes: svn path=/head/; revision=324280
* www/py-django-tastypie: update to 0.9.16William Grzybowski2013-08-042-3/+3
| | | | | | | - Update to 0.9.16 Notes: svn path=/head/; revision=324230
* - Update to 0.9.15William Grzybowski2013-05-163-3/+6
| | | | | | | | | | Changes: https://github.com/toastdriven/django-tastypie/blob/master/docs/release_notes/v0.9.15.rst Approved by: culot (mentor) Notes: svn path=/head/; revision=318299
* - Change MAINTAINER address of all my portsWilliam Grzybowski2013-05-151-1/+1
| | | | | | | Approved by: culot (mentor) Notes: svn path=/head/; revision=318257
* - update to 0.9.14Ruslan Makhmatkhanov2013-03-222-6/+5
| | | | | | | | | | - limit python version to 2.x only (print|except), while here PR: 177195 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=314926
* - Update to 0.9.13Frederic Culot2013-03-203-6/+7
| | | | | | | | | | - Fix WWW link in pkg-descr PR: ports/177122 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=314730
* - Update to 0.9.12Frederic Culot2013-02-153-13/+137
| | | | | | | | PR: ports/176161 Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=312293
* - Add missing dependency on py-mimeparse [1]Frederic Culot2012-09-251-1/+3
| | | | | | | | | | - Bump PORTREVISION for dependency change PR: ports/171924 [1] Submitted by: William Grzybowski <william88@gmail.com> (maintainer) Notes: svn path=/head/; revision=304818
* Creating delicious APIs for Django apps since 2010.Xin LI2012-05-083-0/+43
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> Notes: svn path=/head/; revision=296253