1
0
mirror of https://github.com/django/django.git synced 2024-11-18 23:44:22 +00:00
django/tests/regressiontests/admin_inlines
2011-10-11 21:55:45 +00:00
..
fixtures Fixed #12561. InlineAdmin now respects can_delete=False. Thanks, nessita. 2010-02-23 17:14:50 +00:00
__init__.py
admin.py Fixed #16838 -- Corrected broken add-another inline JS in admin with related_name="+". Thanks jamesp for report and patch. 2011-09-21 14:00:58 +00:00
models.py Fixed #16838 -- Corrected broken add-another inline JS in admin with related_name="+". Thanks jamesp for report and patch. 2011-09-21 14:00:58 +00:00
tests.py Fixed some tests from r16934 to be auto-id-independent. 2011-10-11 21:55:45 +00:00
urls.py Improved test isolation of the admin tests and assigned custom admin sites to 2011-09-20 18:16:49 +00:00