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
Jacob Kaplan-Moss
19e0bf1d44
Fixed
#3465
: template variable lookups like {{ foobar.13 }} now (correctly) fail silently on unsubscriptable objects. Thanks, Gary Wilson.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4639
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-27 20:25:27 +00:00
..
modeltests
Fixed a few Python2.3-related bugs in the tests (see
#3396
). A few more left, though.
2007-02-26 18:50:55 +00:00
regressiontests
Fixed
#3465
: template variable lookups like {{ foobar.13 }} now (correctly) fail silently on unsubscriptable objects. Thanks, Gary Wilson.
2007-02-27 20:25:27 +00:00
templates
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
runtests.py
Fixed
#2490
: Added a polite note to runtests.py about setting DJANGO_SETTINGS_MODULE or --settings.
2007-02-26 22:34:56 +00:00
urls.py
Fixed
#2606
-- Added tag for working out the URL of a particular view function.
2007-02-13 04:24:58 +00:00