liuyang1520 / django-command-extensions

Automatically exported from code.google.com/p/django-command-extensions
MIT License
0 stars 0 forks source link

describe_form outputs a proxy instead of it's string #49

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
as shown in Eric Holschers excellent screencast: 

http://ericholscher.com/blog/2008/sep/12/screencast-django-command-extensions/

the describe_form output prints the repr() of a string proxy instead of the
string contents.

(should be a very easy fix)

I hope to get around to this in the next couple of days.
otherwise patches are welcomed :)

(p.s. if ur new to django and/or python and want to help, this might be an
issue for you to fix, as it's easy enough for a beginner, but will at the
same time require you to learn some of the django internals)

Original issue reported on code.google.com by v.oostv...@gmail.com on 13 Sep 2008 at 3:26

GoogleCodeExporter commented 8 years ago
fixed in r133

Original comment by v.oostv...@gmail.com on 22 Sep 2008 at 11:45