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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1.8.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Ryan Nowakowski
2016-02-15
1
-2
/
+2
*
[1.8.x] Added Django version trove classifier to reusable apps tutorial.
Tim Graham
2016-01-24
1
-0
/
+1
*
[1.8.x] Fixed #25854 -- Removed deprecated usage of template.render() with Re...
Alasdair Nicol
2015-12-23
1
-7
/
+7
*
[1.8.x] Clarified that the test client response content attribute is bytes.
薛丞宏
2015-10-23
1
-2
/
+2
*
[1.8.x] Made assorted improvements to the Oracle documentation.
Mariusz Felisiak
2015-09-18
1
-6
/
+7
*
[1.8.x] Updated Wikipedia links to use https
Claude Paroz
2015-08-08
4
-5
/
+5
*
[1.8.x] Fixed #25161 -- Encouraged users to install the latest release in docs
Alasdair Nicol
2015-07-24
1
-4
/
+7
*
[1.8.x] Removed a confusing sentence in tutorial 5.
Tim Graham
2015-07-08
1
-4
/
+1
*
[1.8.x] Added Python version support policy
Tim Graham
2015-06-18
1
-3
/
+3
*
[1.8.x] Made minor edits to docs/intro/tutorial01.text
I am Clinton
2015-05-19
1
-9
/
+9
*
[1.8.x] Fixed typo in docs/intro/tutorial02.txt
Marios Zindilis
2015-04-07
1
-1
/
+1
*
[1.8.x] Fixed #24519 -- Clarified location of templates directory in tutorial 2.
Tim Graham
2015-03-27
1
-4
/
+4
*
[1.8.x] Added missing punctuation in some comments in tutorial 5.
HerHde
2015-03-16
1
-4
/
+4
*
[1.8.x] Improved wording in tutorial 1.
Alex Shaindlin
2015-02-27
1
-2
/
+2
*
[1.8.x] Updated tutorial to use explicit relative imports.
Tim Graham
2015-02-22
4
-17
/
+24
*
[1.8.x] Corrected sqlmigrate output in tutorial 1.
Tim Graham
2015-02-22
1
-14
/
+11
*
[1.8.x] Fixed #24371 -- Cautioned against trying to switch databases.
Tim Graham
2015-02-22
1
-1
/
+3
*
[1.8.x] Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2015-02-22
4
-18
/
+18
*
[1.8.x] Updated tutorial 1 with actual migrate output.
Tim Graham
2015-01-17
1
-7
/
+5
*
Fixed #24143 -- Encouraged use of Http404 messages for debugging.
Keryn Knight
2015-01-16
1
-1
/
+1
*
Fixed #24124 -- Changed context_processors in the default settings.py
Collin Anderson
2015-01-12
1
-4
/
+1
*
Wrote main documentation for templates.
Aymeric Augustin
2015-01-10
1
-1
/
+1
*
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
2
-11
/
+29
*
Deprecated TEMPLATE_LOADERS.
Aymeric Augustin
2014-12-28
1
-6
/
+7
*
Clarified custom header instructions in tutorial 2.
Collin Anderson
2014-12-26
1
-1
/
+3
*
Fixed typo in docs/intro/tutorial01.txt.
Brian Scoles
2014-12-25
1
-1
/
+1
*
Used https for most *.python.org links
Claude Paroz
2014-12-19
6
-7
/
+7
*
Used the :ticket: syntax more extensively
Claude Paroz
2014-12-19
1
-7
/
+4
*
Removed redundant numbered parameters from str.format().
Berker Peksag
2014-12-03
1
-2
/
+2
*
Fixed #23907 -- Added admin.site.register in tutorial 2 for consistency.
Tim Graham
2014-11-24
1
-0
/
+2
*
Fixed #23855 -- Removed unnecessary all() in tutorial 3.
Tim Graham
2014-11-17
1
-1
/
+1
*
Fixed #23588 -- Added a link in tutorial for list_display options.
Tim Graham
2014-11-13
1
-0
/
+3
*
Replaced dead links to python-distribute.org.
Tim Graham
2014-10-24
1
-12
/
+9
*
Fixed #23587 -- Clarified admin template overriding in tutorial 2.
Tim Graham
2014-10-08
1
-5
/
+12
*
Removed sudo from pip commands in docs.
Corey Farwell
2014-09-22
1
-1
/
+1
*
Fixed #23535 -- Updated tutorial to account for default filter added in 5ea34...
velis74
2014-09-22
1
-5
/
+6
*
Fixed #23491 -- Clarified tutorial 3.
Tim Graham
2014-09-17
1
-1
/
+3
*
Fixed #23486 -- Corrected makemigrations output in tutorial 1.
Tim Graham
2014-09-15
1
-0
/
+1
*
Avoid the word "stupid".
Aymeric Augustin
2014-09-09
1
-1
/
+1
*
Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.
Tim Graham
2014-09-06
1
-11
/
+25
*
Removed an admonition in the tutorial about the old project layout.
Tim Graham
2014-09-05
1
-7
/
+0
*
Fixed #23362 -- Clarified "database columns as attributes" in tutorial.
Tim Graham
2014-08-26
1
-1
/
+1
*
Removed unnecessary code-block directives.
areski
2014-08-19
1
-3
/
+5
*
Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate.
Baptiste Mispelon
2014-08-18
1
-0
/
+2
*
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-08-12
1
-3
/
+5
*
Updated links for continous integration server.
Tim Graham
2014-08-05
1
-1
/
+1
*
Fixed #23148 -- Minor tweaks in tutorial code samples
Collin Anderson
2014-08-02
5
-7
/
+13
*
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-07-30
1
-4
/
+4
*
Added warning in tutorial 4 that the regex capture group name has changed.
Rikki
2014-07-22
1
-0
/
+3
*
Edited setup.py in reuseable apps tutorial to use a context manager for open().
Dean Silfen
2014-07-16
1
-1
/
+2
[next]