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
History
Russell Keith-Magee
e1c6e987d0
Fixed
#2756
-- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4275
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-03 14:16:58 +00:00
..
modeltests
Fixed
#2756
-- Modified the get_object_or_404/get_list_or_404 shortcuts to accept model managers as well as model classes. Thanks, Gary Wilson.
2007-01-03 14:16:58 +00:00
regressiontests
Fixes
#3176
,
#3004
-- Added an argument to the floatfilter to allow users to specify precision of floats, Thanks, Eric Floehr.
2007-01-03 05:29:34 +00:00
templates
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
runtests.py
Changed runtests.py to set USE_I18N=True during test running, because the template tests assume it. Some template tests were failing because my personal settings have USE_I18N=False
2006-12-15 06:06:52 +00:00
urls.py
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00