This website requires JavaScript.
Explore
Help
Sign In
innov
/
django1
Watch
1
Star
0
Fork
You've already forked django1
0
Code
Issues
Pull Requests
1
Projects
Releases
Wiki
Activity
a5499b0916
django1
/
django
/
contrib
/
admin
/
views
History
Thomas Chaumeny
b2aad7b836
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
...
Thanks Collin Anderson for the review.
2014-09-29 00:01:38 +07:00
..
__init__.py
Added django.contrib.admin, with a staff_member_required decorator and code from AdminUserRequired middleware. Refs
#627
2005-10-18 04:21:07 +00:00
decorators.py
Made staff_member_required redirect to login
2014-02-04 20:02:28 +01:00
main.py
Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.
2014-09-29 00:01:38 +07:00