index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
tutorial05.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
[2.2.x] Fixed #30184 -- Removed ellipsis characters from shell output strings.
Dan Davis
2019-02-13
1
-4
/
+4
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-20
/
+20
*
Refs #29654 -- Replaced three dots with ellipsis character in output strings.
Claude Paroz
2018-08-22
1
-4
/
+4
*
Removed code terms from docs/spelling_wordlist.
Tim Graham
2018-07-31
1
-6
/
+6
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
1
-1
/
+1
*
Clarified wording in tutorial text.
Burhanuddin Baharuddin
2018-04-19
1
-4
/
+3
*
Corrected an explanation in tutorial 5.
Christoph Zwerschke
2018-01-29
1
-2
/
+2
*
Made instructions for shell launch in tutorial 5 more explicit.
Devin Mork
2018-01-23
1
-4
/
+18
*
Fixed #28361 -- Fixed possible time-related failure in was_published_recently...
marton bognar
2017-07-06
1
-1
/
+1
*
Simplified tutorial's test names and docstrings.
Tim Graham
2017-06-07
1
-36
/
+35
*
Updated was_published_recently() tutorial test to check boundary condition.
Tim Graham
2017-06-06
1
-2
/
+2
*
Added some shell output in tutorial 2.
Eric Theise
2017-05-25
1
-0
/
+1
*
Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.
Tim Graham
2017-04-12
1
-3
/
+3
*
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-12-29
1
-0
/
+2
*
Fixed #27104 -- Corrected shell example in tutorial 5.
Tim Graham
2016-08-24
1
-15
/
+5
*
Refs #26747 -- Corrected a method name in tutorial05.
Vincent Zhang
2016-08-19
1
-1
/
+1
*
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-16
1
-5
/
+5
*
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-06-03
1
-15
/
+9
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-2
/
+2
*
Clarified a docstring in tutorial05.
Qile Wang
2015-12-07
1
-2
/
+2
*
Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-23
1
-2
/
+2
*
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-10-06
1
-1
/
+1
*
Updated Wikipedia links to use https
Claude Paroz
2015-08-08
1
-2
/
+2
*
Removed a confusing sentence in tutorial 5.
Tim Graham
2015-07-08
1
-4
/
+1
*
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
João Luiz Lorencetti
2015-05-28
1
-6
/
+4
*
Added missing punctuation in some comments in tutorial 5.
HerHde
2015-03-16
1
-4
/
+4
*
Updated tutorial to use explicit relative imports.
Tim Graham
2015-02-22
1
-1
/
+2
*
Fixed #22912 -- Warned about a common mistake in tutorial 5.
Tim Graham
2014-06-27
1
-0
/
+2
*
Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
Maxime Turcotte
2014-06-20
1
-1
/
+1
*
Fixed #22842
vagrant
2014-06-15
1
-1
/
+1
*
Substituted 'shortcut function' for 'factory method' in tutorial
Jeremy Dunck
2014-03-09
1
-2
/
+2
*
Fixed some typos in the documentation.
Baptiste Mispelon
2014-03-02
1
-1
/
+1
*
Fixed link text for "Testing in Django" in tutorial 5.
Chris Jerdonek
2013-12-14
1
-1
/
+1
*
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-10-14
1
-10
/
+39
*
Fixed #21027 -- Updated tutorial 5 docs to link to management shell command p...
Max Vizard
2013-10-14
1
-10
/
+10
*
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-09-18
1
-1
/
+1
*
Fixed #21083 - Fixed spelling in tutorial.
Tim Graham
2013-09-10
1
-1
/
+1
*
Fixed #19885 -- cleaned up the django.test namespace
Kevin Christopher Henry
2013-09-09
1
-2
/
+2
*
Fixed #20876 -- Changed Poll model name in tutorial to Question
Rodolfo
2013-09-07
1
-128
/
+144
*
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-06
1
-1
/
+1
*
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
1
-2
/
+2
*
Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.
Tim Graham
2013-05-11
1
-42
/
+35
*
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-10
1
-2
/
+3
*
Fixed inconsistent punctuation in tutorial 5.
Carl Meyer
2013-05-07
1
-3
/
+3
*
Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.
Tim Graham
2013-05-06
1
-0
/
+7
*
Fixed #19582 - Added a static files tutorial.
Tim Graham
2013-03-29
1
-6
/
+5
*
Fixed #20008 -- Removed trailing slash in Wikipedia link
Claude Paroz
2013-03-10
1
-1
/
+1
*
Simplified default project template.
Aymeric Augustin
2013-02-04
1
-2
/
+1
*
Fixed #19497 -- Refactored testing docs.
Ramiro Morales
2012-12-21
1
-1
/
+1
*
Fixed #9962 - Added a testing tutorial.
Tim Graham
2012-12-15
1
-0
/
+650