Commit eb9fdd04 by Stephan Groß

Remove unused var

parent a71acc76
...@@ -1262,7 +1262,6 @@ class AttributeMappingOnAutogeneratedFieldsTests(TestCase): ...@@ -1262,7 +1262,6 @@ class AttributeMappingOnAutogeneratedFieldsTests(TestCase):
model = AMOAFModel model = AMOAFModel
self.serializer_class = AMOAFSerializer self.serializer_class = AMOAFSerializer
self.objects = AMOAFModel.objects
self.fields_attributes = { self.fields_attributes = {
'char_field': [ 'char_field': [
('max_length', 1024), ('max_length', 1024),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment