Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Releases: Aplopio/django_rip

ModelResources, in line interface to define schema, improved http router

01 Sep 08:07
Compare
Choose a tag to compare
  • Introduced ModelResource. Just specify a model_cls on the Resource and voila, you have a fully functional http CRUD api
  • Inline interface to define a schema. No need to define a schema class independently - that had very little utility anyway
  • Http routing is much more cleaner with a Router. Now url resolution is also not hardcoded into ResourceUri field.
  • All the functionality of Router, ModelResource, CrudResource etc is highly customisable with overridable classes.

ModelResources, in line interface to define schema, improved http router

01 Sep 06:03
Compare
Choose a tag to compare
  • Introduced ModelResource. Just specify a model_cls on the Resource and voila, you have a fully functional http CRUD api
  • Inline interface to define a schema. No need to define a schema class independently - that had very little utility anyway
  • Http routing is much more cleaner with a Router. Now url resolution is also not hardcoded into ResourceUri field.
  • All the functionality of Router, ModelResource, CrudResource etc is highly customisable with overridable classes.

Bug fix for Validating list schema fields

12 Sep 08:33
Compare
Choose a tag to compare

FIx Multiple View Resources not registering correctly

22 Jun 11:18
Compare
Choose a tag to compare

Support Filters on View Resource

19 Jun 13:09
Compare
Choose a tag to compare

Changes related to #39 and #40

Support View Resource

17 Jun 08:23
Compare
Choose a tag to compare

Bug fix for Issue #29

22 Jun 14:35
Compare
Choose a tag to compare

Bug fix for issue #29 .

Add trim attribute to StringField

06 May 05:31
Compare
Choose a tag to compare
Pre-release

Add trim attribute to StringField class to remove any extra spaces

Support __in as an operator

18 Apr 05:06
Compare
Choose a tag to compare
Pre-release
0.0.8d

Update the version in setup.py

Support __in as an operator

16 Apr 11:18
Compare
Choose a tag to compare
Pre-release

Tastypie supports __in as in operator when you want to filter by multiple values for the same field. Make sure that this is supported for backwards compatibility reasons.