0
0
mirror of https://github.com/django/django.git synced 2024-11-28 02:27:42 +01:00
django/tests/admin_views
Claude Paroz 1791a7e75a Fixed #15779 -- Allowed 'add' primary key in admin edition
Thanks Marwan Alsabbagh for the report, and Simon Charette and
Tim Graham for the reviews.
2015-02-14 11:19:55 +01:00
..
fixtures
templates
__init__.py
admin.py Fixed #15779 -- Allowed 'add' primary key in admin edition 2015-02-14 11:19:55 +01:00
custom_has_permission_admin.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
customadmin.py Replaced hardcoded URLs in admin_* tests 2015-02-08 20:55:09 +01:00
forms.py
models.py Sorted imports with isort; refs #23860. 2015-02-06 08:16:28 -05:00
tests.py Fixed #15779 -- Allowed 'add' primary key in admin edition 2015-02-14 11:19:55 +01:00
urls.py Replaced hardcoded URLs in admin_* tests 2015-02-08 20:55:09 +01:00
views.py