index
:
django.git
fix-31295
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
2018-04-17
[2.0.x] Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2018-03-22
[2.0.x] isorted import statements in tutorial example.
Melissa Lewis
2018-02-21
[2.0.x] Used a CSS positioning in tutorial 6 that doesn't differ across brows...
Roger Erens
2018-01-31
[2.0.x] Renamed the "Supported versions" label.
Tim Graham
2018-01-11
[2.0.x] Removed note in tutorial about bypassing manage.py.
Tim Graham
2017-12-23
[2.0.x] Fixed #28594 -- Removed Jython docs and specific code
Claude Paroz
2017-12-18
[2.0.x] Fixed #28938 -- Corrected Python compatibility in the tutorial.
Daniel Hepper
2017-12-05
[2.0.x] Removed 'development' word in contributing docs
Claude Paroz
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-08-31
Refs #23276 -- Fixed explanation of how calling views works.
Tim Graham
2017-08-07
Fixed #28457 -- Updated the design of the 'Congrats' page for new Django proj...
Timothy Allen
2017-07-18
Removed unneeded right quotes in docs to fix spelling errors.
Tim Graham
2017-07-06
Fixed #28361 -- Fixed possible time-related failure in was_published_recently...
marton bognar
2017-06-26
Refs #23919 -- Stopped inheriting from object to define new style classes.
Mariusz Felisiak
2017-06-09
Fixed #27953 -- Added instance's pk to Model.__str__().
Collin Anderson
2017-06-07
Simplified tutorial's test names and docstrings.
Tim Graham
2017-06-06
Updated was_published_recently() tutorial test to check boundary condition.
Tim Graham
2017-05-25
Added some shell output in tutorial 2.
Eric Theise
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-05-20
Pointed Dive into Python links to python3 site
Michiel Beijen
2017-04-24
Renamed "Mac OS X" to "macOS" in docs.
Michiel Beijen
2017-04-12
Fixed #28069 -- Moved setup_test_environment() warning in tutorial 5.
Tim Graham
2017-02-21
Used "0" ip shortcut for runserver example.
Timothy Allen
2017-02-16
Clarified that creating a pull request for the tutorial isn't necessary.
Tim Graham
2017-02-09
Explained the shell's $ prefix in tutorial 1.
Tim Graham
2017-01-28
Fixed #26708 -- Updated the contributing tutorial to use a GitHub workflow.
Subhrajyoti Sen
2017-01-19
Refs #23919 -- Removed docs references to long integers.
Tim Graham
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-10
Fixed #27711 -- Demoted "Installing a distribution-specific package" in insta...
Tim Graham
2016-12-29
Fixed #25415 -- Made DiscoverRunner run system checks.
Adam Chainz
2016-11-22
Updated doc links to virtualenv website.
Daniel Musketa
2016-11-04
Updated "fork Django on GitHub" link.
Tim Graham
2016-10-27
Described PostgreSQL as more scalable than SQLite.
mark-summerfield
2016-10-27
Updated "running the tests" to use 'pip install -e'.
Tim Graham
2016-09-07
Fixed #27174 -- Explained where PollsConfig comes from in tutorial 2.
Ankur Gupta
2016-08-24
Fixed #27104 -- Corrected shell example in tutorial 5.
Tim Graham
2016-08-24
Fixed #27115 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-19
Fixed #27085 -- Corrected a screenshot in the tutorial.
Tim Graham
2016-08-19
Refs #26747 -- Corrected a method name in tutorial05.
Vincent Zhang
2016-08-09
Fixed #26952 -- Added tips for installing test suite dependencies.
an0o0nym
2016-08-09
Removed obsolete note about Sphinx version required for building docs.
Tim Graham
2016-07-14
Reworded a sentence in tutorial 7.
Daniel Rice
2016-07-06
Fixed capitalization of "URL pattern".
Tim Graham
2016-07-06
Improved grammar in tutorial01.
Daniel Rice
2016-07-02
Fixed #26829 -- Simplified version detection command in tutorial
Md. Sadaf Noor
2016-06-16
Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-06-09
Fixed typo in docs/intro/tutorial07.txt
John Karahalis
2016-06-06
Documented known Python 3.5+ test failures in contributing tutorial.
Tim Graham
[next]