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