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
/
overview.txt
Age
Commit message (
Expand
)
Author
2025-08-25
Refs #36485 -- Rewrapped docs to 79 columns line length.
David Smith
2024-10-30
Added missing lang attributes to html elements in docs.
Johanan-Ayadata
2024-10-09
Fixed #35502 -- Removed duplication of "mysite" directory name in intro docs.
Meta
2023-03-01
Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-10
Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2020-11-02
Updated {% static %} tag examples in docs to use single quotes where appropri...
Nikita Sobolev
2019-12-23
Removed unnecessary code-block directives in various docs.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-07-15
Fixed explanation of how to automatically create tables in database.
Frank Wiles
2019-04-14
Corrected wording in docs/intro/overview.txt.
gnl
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-05-12
Alphabetized imports in various docs.
Mariusz Felisiak
2018-01-21
Fixed #29038 -- Removed closing slash from HTML void tags.
Jon Dufresne
2018-01-20
Fixed #28343 -- Add an OS chooser for docs command line examples.
Ramiro Morales
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-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-11-16
Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-10-06
Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.
Tim Graham
2015-08-08
Updated Wikipedia links to use https
Claude Paroz
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-02-22
Fixed #24358 -- Corrected code-block directives for console sessions.
Sean Wang
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-09-06
Fixed #23438 -- Added snippet & imports to docs/intro/overview.txt.
Tim Graham
2014-08-12
Fixed #23276 -- Deprecated passing views as strings to url().
Tim Graham
2014-04-16
Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.
chriscauley
2014-04-16
Fixed #22453 -- Corrected DoesNotExist message in docs.
Tim Graham
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2013-12-30
Assumed Python 3 throughout docs/intro.
Aymeric Augustin
2013-09-18
Fixed #21116 -- Made usage of manage.py in docs more consistent.
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
2013-05-19
Added some links in /docs/intro/overview.txt
Tim Graham
2013-05-18
Add missing imports to the examples in the 'First Steps'
leandrafinger
2013-03-29
Fixed #19897 - Updated static files howto.
Tim Graham
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-01-29
Fixed typos in docs and comments
Tim Graham
2013-01-15
Fixed #19605 - Removed unused url imports from doc examples.
Tim Graham
2012-12-13
Removes PHP references
Ben Longden
2012-09-08
Avoided mixing dates and datetimes in the examples.
Aymeric Augustin
2012-06-06
Added alt attribute to img tags in docs.
Aymeric Augustin
2012-04-20
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no o...
Anssi Kääriäinen
2012-03-13
Replaced http by https in djangoproject.com links
Claude Paroz
[next]