Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro/tutorial03.txt
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed #16169 -- Updated tutorial to match the current ↵Jannis Leidel2011-06-261-8/+8
| | | | | | project template, specifically the urls.py. Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16051 - Changed a "file" reference in the ↵Timo Graham2011-05-221-1/+1
| | | | | | tutorial to be an actual file rather than a module; thanks felix.morency for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16258 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #15057 - documented change in [14992]Luke Plant2011-01-131-3/+3
| | | | | | | | Thanks to Tai Lee for the patch. Refs #15025, #7153 git-svn-id: http://code.djangoproject.com/svn/django/trunk@15188 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14890 - Clarify poll "index" page in tutorial. ↵Timo Graham2010-12-281-1/+1
| | | | | | thanks dbaggott for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@15069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10904 -- Corrected inappropriate usage of the ↵Gabriel Hurley2010-11-071-2/+2
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14482 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14627 -- Made Tutorial 3 more explicit regarding ↵Gabriel Hurley2010-11-061-5/+28
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14432 -- Added an import statement which was ↵Gabriel Hurley2010-10-201-2/+5
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14302 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11509 -- Modified usage of "Web" to match our ↵Russell Keith-Magee2010-10-091-1/+1
| | | | | | style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14255 -- factor project name out of app imports ↵Simon Meers2010-10-091-24/+24
| | | | | | in tutorial. Thanks to adamend for the report and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #13623 - code in intro-tutorial03 missing an ↵Luke Plant2010-09-141-0/+4
| | | | | | | | | import statement Thanks to lescoutinhovr@gmail.com, AMJ for the report, and to zerok/timo for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14141: docs now use the :doc: construct for links ↵Jacob Kaplan-Moss2010-08-191-9/+7
| | | | | | | | between documents. Thanks, Ramiro Morales. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13608 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12958 -- Fixed typo I introduced in r12527. ↵Justin Bronn2010-02-241-1/+1
| | | | | | Thanks, mitchf. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12588 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12485 -- Added links to polls templates in ↵Justin Bronn2010-02-231-2/+3
| | | | | | tutorial. Thanks, gungadin for ticket and Derek Willis for patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12527 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #12585 -- Corrected typo in tutorial03. Thanks, ↵Justin Bronn2010-02-221-1/+1
| | | | | | fcsmith. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12484 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11959 -- Updated the tutorial to ensure that the ↵Russell Keith-Magee2009-10-141-7/+15
| | | | | | admin site continues to work after URLpatterns are introduced. Thanks to carljm for the report and draft patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11621 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11556 -- Clarified the argument required by ↵Russell Keith-Magee2009-07-281-2/+2
| | | | | | get_object_or_404. Thanks to rbonvall for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11469 -- Removed suspicion that Django developers ↵Russell Keith-Magee2009-07-151-1/+1
| | | | | | have trouble counting to four. Thanks to msgre for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #10978 -- Clarified that the include statement is ↵Russell Keith-Magee2009-06-181-1/+4
| | | | | | part of the urlpattern definition. Thanks to swatermasysk for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11272 -- Made some clarifications to the overview ↵Russell Keith-Magee2009-06-181-4/+4
| | | | | | and tutorial. Thanks to jjinux for the review notes. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11328 -- Added missing imports in the sample ↵Russell Keith-Magee2009-06-171-11/+14
| | | | | | urls.py from Tutorial 3. Thanks to marcalj for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11021 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added admin URLs back to the urls.py example in the ↵Simon Willison2009-05-091-0/+1
| | | | | | tutorial - had a complaint from someone following the tutorial that they got to that step and the admin stopped working and they weren't sure why git-svn-id: http://code.djangoproject.com/svn/django/trunk@10727 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a whole bunch of small docs typos, errors, and ↵Jacob Kaplan-Moss2009-04-031-2/+14
| | | | | | | | | | ommissions. Fixes #8358, #8396, #8724, #9043, #9128, #9247, #9267, #9267, #9375, #9409, #9414, #9416, #9446, #9454, #9464, #9503, #9518, #9533, #9657, #9658, #9683, #9733, #9771, #9835, #9836, #9837, #9897, #9906, #9912, #9945, #9986, #9992, #10055, #10084, #10091, #10145, #10245, #10257, #10309, #10358, #10359, #10424, #10426, #10508, #10531, #10551, #10635, #10637, #10656, #10658, #10690, #10699, #19528. Thanks to all the respective authors of those tickets. git-svn-id: http://code.djangoproject.com/svn/django/trunk@10371 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* A whole lotta documentation fixes: Fixes #8704, #8826, ↵Jacob Kaplan-Moss2009-04-011-2/+2
| | | | | | #8980, #9243, #9343, #9529, git-svn-id: http://code.djangoproject.com/svn/django/trunk@10303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #9487 -- Corrected several links into the Python ↵Karen Tracey2008-11-011-1/+1
| | | | | | docs that were broken by the recent Python docs refactor. git-svn-id: http://code.djangoproject.com/svn/django/trunk@9312 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Massive reorganization of the docs. See the new docs ↵Jacob Kaplan-Moss2008-08-241-0/+490
online at http://docs.djangoproject.com/. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8506 bcc190cf-cafb-0310-a4f2-bffc1f526a37