index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
tutorial05.txt
Age
Commit message (
Expand
)
Author
2016-06-03
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2015-12-07
[1.9.x] Clarified a docstring in tutorial05.
Qile Wang
2015-10-23
[1.9.x] Clarified that the test client response content attribute is bytes.
薛丞宏
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-08
Removed a confusing sentence in tutorial 5.
Tim Graham
2015-05-28
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
João Luiz Lorencetti
2015-03-16
Added missing punctuation in some comments in tutorial 5.
HerHde
2015-02-22
Updated tutorial to use explicit relative imports.
Tim Graham
2014-06-27
Fixed #22912 -- Warned about a common mistake in tutorial 5.
Tim Graham
2014-06-20
Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
Maxime Turcotte
2014-06-15
Fixed #22842
vagrant
2014-03-09
Substituted 'shortcut function' for 'factory method' in tutorial
Jeremy Dunck
2014-03-02
Fixed some typos in the documentation.
Baptiste Mispelon
2013-12-14
Fixed link text for "Testing in Django" in tutorial 5.
Chris Jerdonek
2013-10-14
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-10-14
Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...
Max Vizard
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-09-10
Fixed #21083 - Fixed spelling in tutorial.
Tim Graham
2013-09-09
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-07
Fixed #20876 -- Changed Poll model name in tutorial to Question
Rodolfo
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-11
Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.
Tim Graham
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-07
Fixed inconsistent punctuation in tutorial 5.
Carl Meyer
2013-05-06
Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
Tim Graham
2013-03-29
Fixed #19582 - Added a static files tutorial.
Tim Graham
2013-03-10
Fixed #20008 -- Removed trailing slash in Wikipedia link
Claude Paroz
2013-02-04
Simplified default project template.
Aymeric Augustin
2012-12-21
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-12-15
Fixed #9962 - Added a testing tutorial.
Tim Graham