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
/
tutorial04.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Used auto-numbered lists in documentation.
François Freitag
2018-11-15
1
-3
/
+3
*
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-09-10
1
-14
/
+14
*
Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-12
1
-2
/
+2
*
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-21
1
-3
/
+3
*
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-20
1
-8
/
+8
*
Clarified "same as above" tutorial comment.
KimberleyLawrence
2016-02-01
1
-1
/
+1
*
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-31
1
-4
/
+4
*
Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.
Tim Graham
2015-12-14
1
-0
/
+1
*
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-16
1
-1
/
+1
*
Fixed #25358 -- Improved variable name for question in tutorial.
Alasdair Nicol
2015-09-07
1
-5
/
+5
*
Fixed #7060 -- Added a note about race conditions to the tutorial
Raphael Michel
2015-06-04
1
-0
/
+13
*
Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.
João Luiz Lorencetti
2015-05-28
1
-9
/
+8
*
Updated tutorial to use explicit relative imports.
Tim Graham
2015-02-22
1
-3
/
+3
*
Avoid the word "stupid".
Aymeric Augustin
2014-09-09
1
-1
/
+1
*
Fixed #23148 -- Minor tweaks in tutorial code samples
Collin Anderson
2014-08-02
1
-0
/
+1
*
Added warning in tutorial 4 that the regex capture group name has changed.
Rikki
2014-07-22
1
-0
/
+3
*
Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.
Maxime Turcotte
2014-06-20
1
-0
/
+2
*
Updated doc links to point to Python 3 documentation
Claude Paroz
2014-04-26
1
-2
/
+2
*
Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.
Tim Graham
2014-04-18
1
-1
/
+1
*
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-16
1
-4
/
+4
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
1
-3
/
+3
*
Fixed #21613 -- Removed a hardcoded input id from the tutorial.
Tim Graham
2013-12-18
1
-1
/
+2
*
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-10-14
1
-7
/
+24
*
Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.
Tim Graham
2013-10-01
1
-1
/
+1
*
Fixed #20876 -- Changed Poll model name in tutorial to Question
Rodolfo
2013-09-07
1
-37
/
+40
*
Add missing imports to the examples in the 'First Steps'
leandrafinger
2013-05-18
1
-0
/
+2
*
Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.
Tim Graham
2013-05-11
1
-28
/
+42
*
Fixed #19706 - Tweaks to the tutorial.
Tim Graham
2013-02-07
1
-4
/
+11
*
Fixed #19516 - Fixed remaining broken links.
Tim Graham
2013-01-02
1
-4
/
+4
*
Fixed broken links, round 3. refs #19516
Tim Graham
2012-12-26
1
-3
/
+4
*
Fixed #9962 - Added a testing tutorial.
Tim Graham
2012-12-15
1
-10
/
+2
*
Fixed #16671 - Added a tutorial on reuseable apps
Tim Graham
2012-10-30
1
-2
/
+7
*
Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!
Tim Graham
2012-10-15
1
-87
/
+21
*
remove unused import in tutorial 4 addition to #18915 (closed)
Enrico Ehrhardt
2012-09-07
1
-2
/
+2
*
Fixed #18476 - Added use of {% url %} tag to tutorial.
Tim Graham
2012-07-29
1
-7
/
+16
*
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-11
1
-1
/
+1
*
Fixed #17929 -- Improved tutorial wording and capitalization.
Claude Paroz
2012-05-25
1
-2
/
+2
*
Fixed #18033 -- Removed function-based generic views, as per official depreca...
Claude Paroz
2012-04-25
1
-1
/
+1
*
Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject t...
Carl Meyer
2011-11-06
1
-7
/
+7
*
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-10-14
1
-87
/
+87
*
Added some sphinx cross-reference links to the built-in template tags and fil...
Julien Phalip
2011-10-03
1
-6
/
+6
*
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-09-11
1
-5
/
+5
*
Fixed #16169 -- Updated tutorial to match the current project template, speci...
Jannis Leidel
2011-06-26
1
-2
/
+2
*
Fixed #15153 - removed obsolete sentence in tutorial; thanks LeSphinx for the...
Timo Graham
2011-01-26
1
-5
/
+0
*
Fixed #14988 - Remove renaming step in tutorial that's no longer applicable d...
Timo Graham
2010-12-29
1
-4
/
+2
*
Fixed #6550 - Changed generic view portion of the tutorial so it's equivalent...
Timo Graham
2010-12-27
1
-1
/
+1
*
Corrected some typos in the tutorial, thanks to Brandon Height for the report.
Alex Gaynor
2010-10-26
1
-3
/
+3
*
Fixed #14519 -- corrected a type in the tutorial, thanks buriy for the report...
Alex Gaynor
2010-10-21
1
-1
/
+1
*
Fixed #14494 -- Cleanup and typo in tutorial 4, introduced by class-based vie...
Russell Keith-Magee
2010-10-19
1
-5
/
+1
*
Fixed #6735 -- Added class-based views.
Russell Keith-Magee
2010-10-18
1
-77
/
+81
[next]