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
Age
Commit message (
Expand
)
Author
2013-09-13
[1.6.x] Fixed #21094 -- Updated reuseable apps tutorial to use pip for instal...
Tim Graham
2013-08-15
[1.6.x] Fixed #20891 -- Removed part of the tutorial that requires pytz
Tim Graham
2013-08-04
[1.6.x] Fixed #20858 -- Removed erroneous import in tutorial 2.
Tim Graham
2013-07-18
[1.6.x] Fixed #20763 -- Typo in tutorial 3.
Tim Graham
2013-07-09
[1.6.x] Fixed #18261 -- Clarified 'project root directory'
SusanTan
2013-07-05
[1.6.x] Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-07-01
Stopped branding Python 3 support as experimental.
Aymeric Augustin
2013-06-30
[1.6.x] Fixed #20667 - Removed discussion of DEBUG from tutorial.
Tim Graham
2013-06-28
Fixed missing slash in reusable apps tutorial.
Baptiste Mispelon
2013-06-20
Fixed error in last commit. Thanks Simon Charette.
Tim Graham
2013-06-20
Modified tutorial 3 to use RequestContext in place of Context.
Harm Geerts
2013-06-09
Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS
Tim Graham
2013-05-23
Fixed #20482 - Added a file reference in tutorial 3.
Tim Graham
2013-05-19
Added some links in /docs/intro/overview.txt
Tim Graham
2013-05-19
Merge pull request #1129 from frog32/master
Marc Tamlyn
2013-05-18
Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.
Ramiro Morales
2013-05-18
Add missing imports to the examples in the 'First Steps'
leandrafinger
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 Sphinx error in tutorial 1.
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-05-06
Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
Tim Graham
2013-04-29
Fixed #20330 -- Normalized spelling of "web server".
Aymeric Augustin
2013-04-28
Pointed to the docs version switcher in tutorial 1.
Aymeric Augustin
2013-04-24
Fixed a rST bug in the README template in the reusable apps docs.
Jannis Leidel
2013-04-24
Fixed the reusable apps docs to use a rst file extension for the README and f...
Jannis Leidel
2013-04-23
Fixed #20307 -- Word repeated in tutorial.
Thomas Thurman
2013-04-22
Fixed #19211 -- Adapted tutorial for Python 3
Claude Paroz
2013-04-21
Added 'polls' sub directory under static and reorganized to more accurately r...
jktravis
2013-04-20
Adapted uses of versionchanged/versionadded to the new form.
Juan Catalano
2013-04-20
Updated tutorial INSTALLED_APPS section (removed contrib.sites)
Claude Paroz
2013-04-12
Fixed #20247 - Added some missing paths in the tutorial.
Tim Graham
2013-04-01
Updated some 'Dive Into Python' links
Claude Paroz
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
2013-03-29
Fixed #19582 - Added a static files tutorial.
Tim Graham
2013-03-23
Fix minor typo in tutorial
Christos Kontas
2013-03-22
Added missing markup to docs.
Tim Graham
2013-03-12
Fixed #19965 - Added a warning that the tutorial is written for Python 2.
Tim Graham
2013-03-10
Fixed #20008 -- Removed trailing slash in Wikipedia link
Claude Paroz
2013-03-03
Removed mentions of regressiontests.
Ramiro Morales
2013-02-23
Made a small clarification in tutorial.
Preston Holmes
2013-02-23
Updated example to use staticfiles static template tag, thanks reinout for th...
Tim Graham
2013-02-23
Updated static file example in overview to use static template tag, refs #19675.
Tim Graham
2013-02-23
Fixed #19675 - Added mention of static files to overview.
Tim Graham
2013-02-23
Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.
Tim Graham
2013-02-10
Updated tutorial 1 to reflect changes in default project template.
Tim Graham
2013-02-07
Fixed #19706 - Tweaks to the tutorial.
Tim Graham
2013-02-04
Simplified default project template.
Aymeric Augustin
2013-02-01
Avoided ambiguous output when runserver port is already in use.
Aymeric Augustin
[next]