summaryrefslogtreecommitdiff
path: root/tests/regressiontests/generic_inline_admin/urls.py
AgeCommit message (Expand)Author
2011-10-13Convert the remainder of the relative imports in the tests to be absolute imp...Alex Gaynor
2011-09-20Improved test isolation of the admin tests and assigned custom admin sites toRamiro Morales
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2009-12-14Fixed #12367 -- Modified test urls to avoid the DeprecationWarning caused by ...Russell Keith-Magee
2008-11-13Fixed #9498 -- Handle a formset correctly when the foreign key is not availab...Brian Rosner