Skip to content

Instantly share code, notes, and snippets.

@toastdriven
Created October 13, 2012 18:11
Show Gist options
  • Select an option

  • Save toastdriven/3885609 to your computer and use it in GitHub Desktop.

Select an option

Save toastdriven/3885609 to your computer and use it in GitHub Desktop.
class TheTestResource(ModelResource):
class Meta:
object_class = Note
filtering = {
'name': ALL,
}
ttr = TheTestResource()
self.assertEqual(ttr.build_filters(), {...})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment