django/tests/regressiontests/admin_util
Claude Paroz ebc773ada3 Replaced many smart_bytes by force_bytes
In all those occurrences, we didn't care about preserving the
lazy status of the strings, but we really wanted to obtain a
real bytestring.
2012-08-29 11:20:32 +02:00
..
__init__.py Fixed #12550 -- better handling with choices and null fields when displaying read-only values 2010-01-09 21:28:54 +00:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py Replaced many smart_bytes by force_bytes 2012-08-29 11:20:32 +02:00