django/tests/regressiontests/admin_views
Aymeric Augustin 23d230f058 Merge pull request #123 from apollo13/ticket18381
Fixed #18381 -- Stopped escaping object ids

when passing them to the contenttypes.shortcut view.

Thanks apollo13 for the patch and dhepper for the review.
2012-06-08 01:48:41 -07:00
..
fixtures Don't escape object ids when passing to the contenttypes.shortcut view. 2012-06-07 17:52:12 +02:00
templates
__init__.py
admin.py Fixed #18269 -- Applied unicode_literals for Python 3 compatibility. 2012-06-07 18:08:47 +02:00
customadmin.py
forms.py
models.py Merge pull request #123 from apollo13/ticket18381 2012-06-08 01:48:41 -07:00
tests.py Merge pull request #123 from apollo13/ticket18381 2012-06-08 01:48:41 -07:00
urls.py
views.py