django-tastytools
django-tastytools copied to clipboard
Useful tools for developing REST services with django-tastypie
Results
2
django-tastytools issues
Sort by
recently updated
recently updated
newest added
added a note to explain the use of tastytools.resources instead of tastypie.resources
if include_resource_uri = True and you use ModelResources - you have to add the field manually and add a help text. tastytools\test\definitions\fields.py", line 93, in multi_help self.assertTrue(False, msg) AssertionError: False...