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
51f39d59bd
Fixed
#3390
: the serializer can now contain forward references. Thanks, Russ.
...
git-svn-id:
http://code.djangoproject.com/svn/django/trunk@4610
bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-02-26 17:33:27 +00:00
..
modeltests
Fixed
#3390
: the serializer can now contain forward references. Thanks, Russ.
2007-02-26 17:33:27 +00:00
regressiontests
Objects with FileFields no longer get save() called multiple times from the AutomaticManipulator! This
fixes
#639
,
#572
, and likely others I don't know of.
2007-02-26 17:17:11 +00:00
templates
Refs
#2333
- Added model test for the test Client.
2006-09-02 09:34:40 +00:00
runtests.py
Fixed
#3253
-- Exposed the number of failed tests as a return code in manage.py and runtests.py.
2007-02-26 12:52:01 +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