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
Malcolm Tredinnick
4881a4ffb0
Use failIf() instead of assertFalse() so that tests work with python 2.3.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@8379
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-08-15 14:58:47 +00:00
..
fixtures
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
models.py
Fixed
#5780
-- Adjusted the ModelAdmin API to allow the created/updated objects
2008-08-09 20:52:40 +00:00
tests.py
Use failIf() instead of assertFalse() so that tests work with python 2.3.
2008-08-15 14:58:47 +00:00
urls.py
Fixed
#5801
: admin requests with GET args now get properly bounced through login with those args intact. Thanks for the patch, Rozza.
2008-08-09 17:35:19 +00:00
views.py
Fixed
#5801
: admin requests with GET args now get properly bounced through login with those args intact. Thanks for the patch, Rozza.
2008-08-09 17:35:19 +00:00