summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial05.txt
AgeCommit message (Expand)Author
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-07Fixed inconsistent punctuation in tutorial 5.Carl Meyer
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
2013-03-10Fixed #20008 -- Removed trailing slash in Wikipedia linkClaude Paroz
2013-02-04Simplified default project template.Aymeric Augustin
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-12-15Fixed #9962 - Added a testing tutorial.Tim Graham