Anssi Kääriäinen
|
d5b93d3281
Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no objects were found.
|
13 years ago |
Claude Paroz
|
23d3459761
Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for the initial patch and Aymeric Augustin for the review.
|
13 years ago |
Adrian Holovaty
|
2ade1e916f
Edited stuff from [17543] to [17629]
|
13 years ago |
Aymeric Augustin
|
e0d78f898f
Fixed #17715 -- Updated the tutorial for time zone support, plus a few other improvements.
|
13 years ago |
Aymeric Augustin
|
8af9084495
Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid unexpected string concatenation when adding another app.
|
13 years ago |
Timo Graham
|
068dcbddb9
Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.
|
13 years ago |
Aymeric Augustin
|
1adf8d4386
Fixed #17240 -- Replaced links to the online version of the docs by internal references.
|
13 years ago |
Carl Meyer
|
145a77edc9
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Carl Meyer
|
38f1fe3b35
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
|
13 years ago |
Gabriel Hurley
|
7bca049f1c
Fixed #16782 -- Corrected a broken cross-reference to the database engine setting in the tutorial. Thanks to mjumbewu for the report and patch.
|
13 years ago |
Julien Phalip
|
6feb611c7b
Fixed #16669 -- Made the startproject instruction formatting easier to read and more consistent with other formatting in the tutorial part 1. Thanks to Daniel Lawrence and Aymeric Augustin.
|
13 years ago |
Simon Meers
|
5ecb88c146
Fixed #16014 -- numerous documentation typos -- thanks psmith.
|
13 years ago |
Timo Graham
|
00fb22d836
Fixed #15257 - Add a link about field lookups to the tutorial; thanks dwillis.
|
14 years ago |
Timo Graham
|
9af06cbb63
Fixed #14863 - Add contrib.messages and staticfiles to list of default INSTALLED_APPS in tutorial. thanks tgm for report and adamv for patch.
|
14 years ago |
Carl Meyer
|
261aee26c1
Fixed #14728 -- Broadened warning about django-admin.py missing .py suffix to include more than just Ubuntu, since at least Fedora also does this. Thanks to giallu for the report.
|
14 years ago |
Chris Beaven
|
3e9d2f81c5
Remove an obsolete admonition in tutorial one (referencing 0.96 functionality)
|
14 years ago |
Adrian Holovaty
|
2380584783
Small rewording of tutorial01.txt changes from [14066]
|
14 years ago |
Carl Meyer
|
2623f2b744
Fixed typo in tutorial 01.
|
14 years ago |
Gabriel Hurley
|
06bad9e37e
Fixed #13927 -- Advises that the Ubuntu package manager drops the .py extension from django-admin.py. Thanks to islands for the report and d0ugal for the patch.
|
14 years ago |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 years ago |
Simon Meers
|
d81faf356c
Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to adamend for the report and initial patch.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
6e030e7d1e
Fixed #12114 -- Clarified the existence of the reverse relation _set in the tutorial. Thanks to panfist for the suggestion, and dwillis for the patch.
|
15 years ago |
James Bennett
|
e0dd8a930b
Fixed #12745: The maxlength -> max_length change happened in 2007, we can probably stop mentioning it in the tutorial now.
|
15 years ago |
Gary Wilson Jr
|
adb74a8f2e
Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427).
|
15 years ago |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 years ago |
Russell Keith-Magee
|
f14833ee67
Fixed #11959 -- Updated the tutorial to ensure that the admin site continues to work after URLpatterns are introduced. Thanks to carljm for the report and draft patch.
|
15 years ago |
Russell Keith-Magee
|
77c64c69cf
Fixed #11628 -- Corrected the tutorial, removing instructions to update the year where that isn't required. Thanks to tommstein for the report.
|
15 years ago |
Russell Keith-Magee
|
457a1f9a03
Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks to jjinux for the review notes.
|
15 years ago |