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
Karen Tracey
6ed91234e3
Fixed
#8910
-- Added force_unicode during admin log message creation to avoid triggering a Python 2.3 bug. Thanks for the report joshg and patch nfg.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@9383
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 17:13:41 +00:00
..
fixtures
Fixed
#3096
-- Make admin list_filters respect limit_choices_to.
2008-10-21 19:03:21 +00:00
__init__.py
Merged the newforms-admin branch into trunk.
2008-07-18 23:54:34 +00:00
models.py
Fixed
#3096
-- Make admin list_filters respect limit_choices_to.
2008-10-21 19:03:21 +00:00
tests.py
Fixed
#8910
-- Added force_unicode during admin log message creation to avoid triggering a Python 2.3 bug. Thanks for the report joshg and patch nfg.
2008-11-10 17:13:41 +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
#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