Aymeric Augustin
|
367379581f
Fixed #18281 -- Misleading wording in the tutorial.
|
12 years ago |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 years ago |
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 years ago |
Julien Phalip
|
726f082aa9
Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. Thanks, rabio.
|
13 years ago |
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 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
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 years ago |
Jannis Leidel
|
2eadc418af
Fixed doc references to `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces.
|
13 years ago |
Ramiro Morales
|
26b8122087
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *` usage.
|
13 years ago |
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 years ago |
Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Jannis Leidel
|
8882c55496
Fixed #16169 -- Updated tutorial to match the current project template, specifically the urls.py. Thanks, aaugustin.
|
13 years ago |
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.
|
13 years ago |
Luke Plant
|
7b8c38250c
Fixed #15057 - documented change in [14992]
|
14 years ago |
Timo Graham
|
5ba961e267
Fixed #14890 - Clarify poll "index" page in tutorial. thanks dbaggott for the report.
|
14 years ago |
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 years ago |
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 years ago |
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 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 |
Luke Plant
|
76366aab18
Fixed #13623 - code in intro-tutorial03 missing an import statement
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Justin Bronn
|
c736cbe816
Fixed #12958 -- Fixed typo I introduced in r12527. Thanks, mitchf.
|
15 years ago |
Justin Bronn
|
bca753e283
Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin for ticket and Derek Willis for patch.
|
15 years ago |
Justin Bronn
|
84cffa2ece
Fixed #12585 -- Corrected typo in tutorial03. Thanks, fcsmith.
|
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
|
8708280783
Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report.
|
15 years ago |
Russell Keith-Magee
|
e114cbf3de
Fixed #11469 -- Removed suspicion that Django developers have trouble counting to four. Thanks to msgre for the report.
|
15 years ago |
Russell Keith-Magee
|
ee8cc099c0
Fixed #10978 -- Clarified that the include statement is part of the urlpattern definition. Thanks to swatermasysk for the suggestion.
|
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 |