This website requires JavaScript.
Explore
Help
Sign In
Hopiu
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/Hopiu/django.git
synced
2026-03-22 08:50:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
37b3fd27ae
django
/
tests
/
regressiontests
/
admin_custom_urls
History
Julien Phalip
35d1cd0b28
Fixed
#19505
-- A more flexible implementation for customizable admin redirect urls.
...
Work by Julien Phalip. Refs
#8001
,
#18310
,
#19505
. See also
0b908b92a2
.
2012-12-24 15:44:19 -03:00
..
fixtures
Fixed
#18072
-- Made more admin links use reverse() instead of hard-coded relative URLs.
2012-09-24 22:02:59 -03:00
__init__.py
Converted internal link generation in the admin and admin document generator to use named URLs.
2011-09-20 18:30:06 +00:00
models.py
Fixed
#19505
-- A more flexible implementation for customizable admin redirect urls.
2012-12-24 15:44:19 -03:00
tests.py
Fixed
#19505
-- A more flexible implementation for customizable admin redirect urls.
2012-12-24 15:44:19 -03:00
urls.py
Remove a handful of
import *
from the tests.
2011-10-13 12:53:02 +00:00