summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial04.txt
Commit message (Expand)AuthorAgeFilesLines
* [1.8.x] Updated tutorial to use explicit relative imports.Tim Graham2015-02-221-3/+3
* Avoid the word "stupid".Aymeric Augustin2014-09-091-1/+1
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-021-0/+1
* Added warning in tutorial 4 that the regex capture group name has changed.Rikki2014-07-221-0/+3
* Fixed #22836 -- Linked tutorial05 to the right section of tutorial04.Maxime Turcotte2014-06-201-0/+2
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-261-2/+2
* Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block.Tim Graham2014-04-181-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests.chriscauley2014-04-161-4/+4
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-3/+3
* Fixed #21613 -- Removed a hardcoded input id from the tutorial.Tim Graham2013-12-181-1/+2
* Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...M Nasimul Haque2013-10-141-7/+24
* Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham2013-10-011-1/+1
* Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo2013-09-071-37/+40
* Add missing imports to the examples in the 'First Steps'leandrafinger2013-05-181-0/+2
* Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham2013-05-111-28/+42
* Fixed #19706 - Tweaks to the tutorial.Tim Graham2013-02-071-4/+11
* Fixed #19516 - Fixed remaining broken links.Tim Graham2013-01-021-4/+4
* Fixed broken links, round 3. refs #19516Tim Graham2012-12-261-3/+4
* Fixed #9962 - Added a testing tutorial.Tim Graham2012-12-151-10/+2
* Fixed #16671 - Added a tutorial on reuseable appsTim Graham2012-10-301-2/+7
* Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld!Tim Graham2012-10-151-87/+21
* remove unused import in tutorial 4 addition to #18915 (closed)Enrico Ehrhardt2012-09-071-2/+2
* Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham2012-07-291-7/+16
* Fixed #18451 -- Vastly improved class based view documentation.Jannis Leidel2012-06-111-1/+1
* Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz2012-05-251-2/+2
* Fixed #18033 -- Removed function-based generic views, as per official depreca...Claude Paroz2012-04-251-1/+1
* Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject t...Carl Meyer2011-11-061-7/+7
* Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant2011-10-141-87/+87
* Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip2011-10-031-6/+6
* Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales2011-09-111-5/+5
* Fixed #16169 -- Updated tutorial to match the current project template, speci...Jannis Leidel2011-06-261-2/+2
* Fixed #15153 - removed obsolete sentence in tutorial; thanks LeSphinx for the...Timo Graham2011-01-261-5/+0
* Fixed #14988 - Remove renaming step in tutorial that's no longer applicable d...Timo Graham2010-12-291-4/+2
* Fixed #6550 - Changed generic view portion of the tutorial so it's equivalent...Timo Graham2010-12-271-1/+1
* Corrected some typos in the tutorial, thanks to Brandon Height for the report.Alex Gaynor2010-10-261-3/+3
* Fixed #14519 -- corrected a type in the tutorial, thanks buriy for the report...Alex Gaynor2010-10-211-1/+1
* Fixed #14494 -- Cleanup and typo in tutorial 4, introduced by class-based vie...Russell Keith-Magee2010-10-191-5/+1
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-77/+81
* Fixed #14255 -- factor project name out of app imports in tutorial. Thanks to...Simon Meers2010-10-091-6/+6
* Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss2010-08-191-12/+10
* Fixed #12485 -- Added links to polls templates in tutorial. Thanks, gungadin...Justin Bronn2010-02-231-0/+2
* Fixed #12350 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty2010-01-101-6/+6
* Fixed #12326 -- Fixed typo in tutorial04. Thanks, mortenseAdrian Holovaty2010-01-101-1/+1
* Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...Luke Plant2009-10-261-1/+25
* Fixed #11959 -- Updated the tutorial to ensure that the admin site continues ...Russell Keith-Magee2009-10-141-2/+3
* Fixed #10801 -- Reverted a portion of [10371]. Practicality beats purity in t...Russell Keith-Magee2009-06-101-10/+10
* Fixed a whole bunch of small docs typos, errors, and ommissions.Jacob Kaplan-Moss2009-04-031-8/+18
* Fixed #9944 -- Fixed a URL in tutorial four that was changed in the "Decoupli...Gary Wilson Jr2009-03-301-3/+3
* Fixed #9097 -- Fixed typo in tutorial04.txt. Thanks, zheAdrian Holovaty2008-09-161-1/+1
* Fixed #9059: Corrected some markup in tutorial 4 that incorrectly identified ...Russell Keith-Magee2008-09-141-2/+2