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
/
overview.txt
Age
Commit message (
Expand
)
Author
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
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
2012-02-24
Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618.
Timo Graham
2011-10-14
Fixed many more ReST indentation errors, somehow accidentally missed from [16...
Luke Plant
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2010-10-19
Fixed #14426 -- Removed "mysite" import statements from examples that might t...
Gabriel Hurley
2010-08-19
Fixed #14141: docs now use the :doc: construct for links between documents.
Jacob Kaplan-Moss
2009-06-18
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks...
Russell Keith-Magee
2008-08-28
Fixed #8406: Corrected some expected output to use repr format. Thanks to ari...
Russell Keith-Magee
2008-08-26
Fixed #8150 -- Updated a reference to creating an admin class in the overview
Malcolm Tredinnick
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss