- 08 Jul, 2011 5 commits
-
-
GitHub Merge Button committed
-
remove hardcoded model._meta.many_to_many[0]; update mixin tests to test with 0, 1, or multiple groups
Craig Blaszczyk committed -
update mixin to work with m2m data using a through field, by storing the name of the field and manually creating an object in the related table
Craig Blaszczyk committed -
Craig Blaszczyk committed
-
Fernando Zunino committed
-
- 05 Jul, 2011 2 commits
-
-
Corrected bug in serializers
Tom Christie committed -
Fernando Zunino committed
-
- 04 Jul, 2011 1 commit
-
-
Sébastien Piquemal committed
-
- 02 Jul, 2011 9 commits
-
-
Tom Christie committed
-
Added parsers.DEFAULT_PARSERS
Tom Christie committed -
Jens Alm committed
-
Jens Alm committed
-
Jens Alm committed
-
Tom Christie committed
-
Fix: Crash when yaml isn't installed.
Tom Christie committed -
Fernando Zunino committed
-
Tom Christie committed
-
- 01 Jul, 2011 17 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
--HG-- rename : README.rst => README
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
--HG-- rename : README => README.rst
Tom Christie committed -
Tom Christie committed
-
Tom Christie committed
-
GitHub Merge Button committed
-
Tom Christie committed
-
Tom Christie committed
-
GitHub Merge Button committed
-
ReadModelMixin and UpdateModelMixin store model instance as a property. This allows ModelResource to bind the ModelForm using the model instance making the form validate the input data against the model instance and not a brand new instance. When the latter happened and the model used unique fields, the form validation failed whenever a PUT was maintaining the previuos value of the unique field.
Fernando Zunino committed
-
- 30 Jun, 2011 6 commits
-
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-
Tom Christie committed
-