django/tests/modeltests/serializers
Aymeric Augustin 2bb2eecb63 [py3] Removed redundant __str__ methods.
These classes already have an identical __unicode__ method, which
will be used after an upcoming refactoring.
2012-08-12 14:44:40 +02:00
..
__init__.py Added initial cut at serialization framework, along with some basic tests and a stab at some docs. This is all a bit rough right now, so expect some bumps. 2006-06-28 16:00:37 +00:00
models.py [py3] Removed redundant __str__ methods. 2012-08-12 14:44:40 +02:00
tests.py [py3] Used compatible imports of StringIO. 2012-08-08 14:50:01 +02:00