Tim Graham
|
aa85ccf8ce
Fixed #19706 - Tweaks to the tutorial.
|
12 éve |
Tim Graham
|
14d1d504d5
Fixed two malformed links.
|
12 éve |
Ben Longden
|
55a2d5b577
Removes PHP references
|
12 éve |
Tim Graham
|
08cf54990a
Fixed #16671 - Added a tutorial on reuseable apps
|
12 éve |
Tim Graham
|
07abb7a6b7
Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!
|
12 éve |
Claude Paroz
|
8bd7b598b6
Fixed #18807 -- Made 404.html and 500.html optional
|
12 éve |
Aymeric Augustin
|
98b6ce60f4
Made a version condition less confusing.
|
12 éve |
Nick Martini
|
9ce58906af
removed unused import from tutorial 3 documentation as per ticket #18915
|
12 éve |
Aymeric Augustin
|
4da1d0fd65
Added a warning about the {% url %} syntax change
|
12 éve |
Tim Graham
|
690ed57946
Fixed #18476 - Added use of {% url %} tag to tutorial.
|
12 éve |
Claude Paroz
|
45284a90a5
Fixed #17929 -- Improved tutorial wording and capitalization.
|
13 éve |
Aymeric Augustin
|
367379581f
Fixed #18281 -- Misleading wording in the tutorial.
|
13 éve |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 éve |
Carl Meyer
|
4c16e77230
Fixed #17538 -- corrected the section in tutorial 3 about the handler404 default. Thanks matt at brozowski dot com for the report.
|
13 éve |
Julien Phalip
|
726f082aa9
Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. Thanks, rabio.
|
13 éve |
Carl Meyer
|
7f658a5429
Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject template and consistently use url() function in URLconf. Thanks haimunt for the report.
|
13 éve |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 éve |
Julien Phalip
|
c2b9f6496e
Added some sphinx cross-reference links to the built-in template tags and filters in multiple areas of the documentation. Also fixed a few minor inconsistencies and did a little PEP8 cleanup while I was at it.
|
13 éve |
Jannis Leidel
|
2eadc418af
Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces.
|
13 éve |
Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
13 éve |
James Bennett
|
94524fbfef
Fixed #16079: Clarified (for real this time) how handler404 and handler500 work, and that they only work in a root URLconf.
|
13 éve |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 éve |
Jannis Leidel
|
8882c55496
Fixed #16169 -- Updated tutorial to match the current project template, specifically the urls.py. Thanks, aaugustin.
|
13 éve |
Timo Graham
|
80d6089029
Fixed #16051 - Changed a "file" reference in the tutorial to be an actual file rather than a module; thanks felix.morency for the suggestion.
|
14 éve |
Luke Plant
|
7b8c38250c
Fixed #15057 - documented change in [14992]
|
14 éve |
Timo Graham
|
5ba961e267
Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.
|
14 éve |
Gabriel Hurley
|
7f2b36050e
Fixed #10904 -- Corrected inappropriate usage of the term "absolute URL" throughout the docs. Replaced with the (RFC 2396-compliant) terms "absolute path reference" or "absolute path" as appropriate for the context. Thanks to sharan666 for the report, and Malcolm, Chris, and dwillis for their work in supplying a solution and patch.
|
14 éve |
Gabriel Hurley
|
f6824840a2
Fixed #14627 -- Made Tutorial 3 more explicit regarding the transformations the URLconf undergoes in the final two sections, and gave an example of concatenating two patterns() in the process. Thanks to filmer for the report.
|
14 éve |
Gabriel Hurley
|
d1a632f9f9
Fixed #14432 -- Added an import statement which was previously implied in tutorial 3's URLconf to make it as explicit as possible for new users. Thanks to gorus for the report and andrews for the patch.
|
14 éve |
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 éve |