This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
admin_views
History
Carl Meyer
d3a45e10c8
[1.3.x] Checked object permissions on admin history view.
...
This is a security fix. Disclosure and advisory coming shortly. Patch by Russell Keith-Magee.
2013-02-12 12:13:42 +01:00
..
fixtures
Fixed
#3400
-- Support for lookup separator with list_filter admin option. Thanks to DrMeers and vitek_pliska for the patch!
2010-11-21 19:29:15 +00:00
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
customadmin.py
Fixed
#8342
-- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
2010-12-02 00:44:35 +00:00
forms.py
Fixed
#8342
-- Removed code from the admin that assumed that you can't login with an email address (nixed by r12634). Also refactored login code slightly to be DRY by using more of auth app's forms and views.
2010-12-02 00:44:35 +00:00
models.py
Fixed
#15609
-- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner
2011-03-14 23:00:03 +00:00
tests.py
[1.3.x] Checked object permissions on admin history view.
2013-02-12 12:13:42 +01:00
urls.py
Fixed
#6470
: made the admin use a URL resolver.
2009-01-14 20:22:25 +00:00
views.py
Fixed
#8509
: Cleaned up handling of test cookies in admin logins. Thanks to rajeshd for the report of a problem case.
2008-08-24 06:34:18 +00:00