Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro/tutorial03.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #25358 -- Improved variable name for question in ↵Alasdair Nicol2015-09-071-1/+1
| | | | tutorial.
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-081-7/+9
| | | | | | | | more distinct. Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces.
* Fixed #24732 -- Reordered tutorial to cover basics ↵João Luiz Lorencetti2015-05-281-143/+6
| | | | before bells and whistles.
* Updated tutorial to use explicit relative imports.Tim Graham2015-02-221-7/+7
|
* Fixed #24143 -- Encouraged use of Http404 messages for ↵Keryn Knight2015-01-161-1/+1
| | | | debugging.
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-6/+7
|
* Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham2014-11-171-1/+1
|
* Fixed #23491 -- Clarified tutorial 3.Tim Graham2014-09-171-1/+3
| | | | Thanks diek for the suggestion.
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-021-2/+2
|
* Fixed #22888 -- Removed some unnecessary text in tutorial 3.Tim Graham2014-06-231-2/+1
|
* Tutorial: Consistent url syntaxCollin Anderson2014-06-171-1/+1
|
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of ↵chriscauley2014-04-171-8/+8
| | | | | | docs and tests. Thanks tomwys for the suggestion.
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-12/+12
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-11/+0
|
* Added missing snippet to show filename in docsAlasdair Nicol2014-02-141-1/+4
|
* Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin2014-01-181-4/+7
| | | | Thanks Marc Tamlyn for the initial version of the patch.
* Fixed #20910 -- Added a "snippet" sphinx directive to ↵M Nasimul Haque2013-10-141-15/+52
| | | | | | allow prefixing a filename. Thanks Marc Tamlyn for the suggestion.
* Fixed #20876 -- Changed Poll model name in tutorial to ↵Rodolfo2013-09-071-61/+66
| | | | Question
* Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham2013-08-021-45/+0
| | | | Forward-port of 3493f18d78 from master.
* Fixed #20763 -- Typo in tutorial 3.Tim Graham2013-07-181-1/+1
| | | | Thanks crichard@ for the report.
* Fixed error in last commit. Thanks Simon Charette.Tim Graham2013-06-201-1/+1
|
* Modified tutorial 3 to use RequestContext in place of ↵Harm Geerts2013-06-201-3/+3
| | | | Context.
* Fixed #19875 - Added warnings regarding DEBUG=False and ↵Tim Graham2013-06-091-0/+7
| | | | empty ALLOWED_HOSTS
* Fixed #20482 - Added a file reference in tutorial 3.Tim Graham2013-05-231-1/+1
| | | | Thanks diek@ for the suggestion.
* Add missing imports to the examples in the 'First Steps'leandrafinger2013-05-181-0/+5
|
* Added missing markup to docs.Tim Graham2013-03-221-2/+2
|
* Made a small clarification in tutorial.Preston Holmes2013-02-241-1/+2
| | | refs #19889
* Changed "mysite/mytemplates/" -> "mysite/templates" in ↵Tim Graham2013-02-231-1/+1
| | | | | | tutorial. Thanks James Pic.
* Fixed #19706 - Tweaks to the tutorial.Tim Graham2013-02-071-28/+67
| | | | Thanks Daniele Procida.
* Fixed two malformed links.Tim Graham2013-01-271-1/+1
|
* Removes PHP referencesBen Longden2012-12-131-4/+4
|
* Fixed #16671 - Added a tutorial on reuseable appsTim Graham2012-10-301-0/+6
| | | | | Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews.
* Fixed #18715 - Refactored tutorial 3. Thank-you Daniel ↵Tim Graham2012-10-161-264/+258
| | | | Greenfeld!
* Fixed #18807 -- Made 404.html and 500.html optionalClaude Paroz2012-09-301-5/+4
| | | | | Thanks Aymeric Augustin for the report and Jannis Leidel for the review.
* Made a version condition less confusing.Aymeric Augustin2012-09-231-1/+1
| | | | Fixed #18762 (again).
* removed unused import from tutorial 3 documentation as ↵Nick Martini2012-09-071-3/+4
| | | | per ticket #18915
* Added a warning about the {% url %} syntax changeAymeric Augustin2012-08-181-0/+11
| | | | | | at the point where it bites most beginners. Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates.
* Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham2012-07-301-0/+17
| | | | Thanks Claude Paroz for the patch.
* Fixed #17929 -- Improved tutorial wording and ↵Claude Paroz2012-05-251-2/+2
| | | | | | capitalization. Thanks rmattb for the report and the patch.
* Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin2012-05-111-2/+3
| | | | Thanks bhp for the report.
* Made a bunch more edits up until [17418]Adrian Holovaty2012-02-031-2/+2
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17538 -- corrected the section in tutorial 3 ↵Carl Meyer2012-01-121-18/+8
| | | | | | about the handler404 default. Thanks matt at brozowski dot com for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17369 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17206 -- Fixed an outdated error message in the ↵Julien Phalip2011-11-121-2/+1
| | | | | | tutorial part 3. Thanks, rabio. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refs #17171 -- Updated tutorial sections 3 and 4 to ↵Carl Meyer2011-11-061-22/+21
| | | | | | follow the startproject template and consistently use url() function in URLconf. Thanks haimunt for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed many more ReST indentation errors, somehow ↵Luke Plant2011-10-141-30/+30
| | | | | | accidentally missed from [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Added some sphinx cross-reference links to the built-in ↵Julien Phalip2011-10-031-3/+4
| | | | | | 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. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16922 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed doc references to ↵Jannis Leidel2011-09-301-8/+8
| | | | | | `django.db.models.query.QuerySet` and converted some tabs that were introduced in r16699 to spaces. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14675 -- Completed removal of `from ↵Ramiro Morales2011-09-121-15/+15
| | | | | | | | | | | | | | django.conf.urls.default import *` usage. This applies to both our own [test] code and documentation examples. Also: * Moved the functions and handlers from `django.conf.urls.defaults` up to `django.conf.urls` deprecating the former module. * Added documentation for `handler403`. * Tweaked the URLs topic document a bit. Thanks to pupeno and cdestigter for their great work contributing patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16079: Clarified (for real this time) how ↵James Bennett2011-09-111-8/+10
| | | | | | handler404 and handler500 work, and that they only work in a root URLconf. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Converted links to external topics so they use ↵Ramiro Morales2011-09-041-3/+2
| | | | | | | | | | | intersphinx extension markup. This allows to make these links more resilent to changes in the target URLs. Thanks Jannis for the report and Aymeric Augustin for the patch. Fixes #16586. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16720 bcc190cf-cafb-0310-a4f2-bffc1f526a37