1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/tests/admin_views
Igor Támara e2ee02c5bd Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status.
Avoid ValueError in admin when passing a string as PK for an inherited
model with an integer PK field.

Thanks ikks for the patch. See also #11191.
2013-03-06 21:38:44 -03:00
..
fixtures
templates
__init__.py
admin.py
customadmin.py
forms.py
models.py
tests.py Fixed #19951 -- Admin: Invalid model PK values shouldn't cause 500 status. 2013-03-06 21:38:44 -03:00
urls.py
views.py