django/tests/regressiontests/admin_views
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
..
fixtures
templates
__init__.py
admin.py [py3] Ported django.utils.encoding. 2012-08-07 12:00:22 +02:00
customadmin.py Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin's change view actually controls the display of the delete button. Thanks to rajeesh for the report, to patcoll for the patch, and to David Gouldin for the test. 2012-07-21 18:10:24 -07:00
forms.py
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
urls.py Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in the admin change view and the user admin's password change view. Thanks, michal and krzysztof.szczesny. 2012-02-09 18:56:32 +00:00
views.py