django/tests/regressiontests/admin_changelist
Aymeric Augustin 905bd7fb44 Fixed #13196 -- Formatting in admin changelists.
Handled values returned by functions more like field values.
In particular, localized dates, times and datetimes properly,
and converted datetimes to the current timezone.
2012-04-29 11:51:12 +02:00
..
__init__.py
admin.py Fixed #13196 -- Formatting in admin changelists. 2012-04-29 11:51:12 +02:00
models.py Fixed #13196 -- Formatting in admin changelists. 2012-04-29 11:51:12 +02:00
tests.py Fixed #13196 -- Formatting in admin changelists. 2012-04-29 11:51:12 +02:00
urls.py Convert much of the regression tests to use absolute imports. There's still work to be done though. 2011-10-13 18:51:33 +00:00