| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-02-22 | [1.8.x] Updated tutorial to use explicit relative imports. | Tim Graham | |
| Backport of b2f331dc68ec3c5a34285f7af9614e4178e9a371 from master | |||
| 2015-01-16 | Fixed #24143 -- Encouraged use of Http404 messages for debugging. | Keryn Knight | |
| 2014-12-28 | Deprecated TEMPLATE_LOADERS. | Aymeric Augustin | |
| 2014-11-17 | Fixed #23855 -- Removed unnecessary all() in tutorial 3. | Tim Graham | |
| 2014-09-17 | Fixed #23491 -- Clarified tutorial 3. | Tim Graham | |
| Thanks diek for the suggestion. | |||
| 2014-08-02 | Fixed #23148 -- Minor tweaks in tutorial code samples | Collin Anderson | |
| 2014-06-23 | Fixed #22888 -- Removed some unnecessary text in tutorial 3. | Tim Graham | |
| 2014-06-17 | Tutorial: Consistent url syntax | Collin Anderson | |
| 2014-04-16 | Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of docs and tests. | chriscauley | |
| Thanks tomwys for the suggestion. | |||
| 2014-04-03 | Fixed #22218 -- Deprecated django.conf.urls.patterns. | Tim Graham | |
| Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews. | |||
| 2014-02-16 | Fixed #21939 -- Deprecated loading ssi/url tags from future. | Zbigniew Siciarz | |
| 2014-02-14 | Added missing snippet to show filename in docs | Alasdair Nicol | |
| 2014-01-18 | Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). | Aymeric Augustin | |
| Thanks Marc Tamlyn for the initial version of the patch. | |||
| 2013-10-14 | Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵ | M Nasimul Haque | |
| filename. Thanks Marc Tamlyn for the suggestion. | |||
| 2013-09-07 | Fixed #20876 -- Changed Poll model name in tutorial to Question | Rodolfo | |
| 2013-08-01 | Fixed #20667 - Removed discussion of DEBUG from tutorial. | Tim Graham | |
| Forward-port of 3493f18d78 from master. | |||
| 2013-07-18 | Fixed #20763 -- Typo in tutorial 3. | Tim Graham | |
| Thanks crichard@ for the report. | |||
| 2013-06-20 | Fixed error in last commit. Thanks Simon Charette. | Tim Graham | |
| 2013-06-20 | Modified tutorial 3 to use RequestContext in place of Context. | Harm Geerts | |
| 2013-06-09 | Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTS | Tim Graham | |
| 2013-05-23 | Fixed #20482 - Added a file reference in tutorial 3. | Tim Graham | |
| Thanks diek@ for the suggestion. | |||
| 2013-05-18 | Add missing imports to the examples in the 'First Steps' | leandrafinger | |
| 2013-03-22 | Added missing markup to docs. | Tim Graham | |
| 2013-02-23 | Made a small clarification in tutorial. | Preston Holmes | |
| refs #19889 | |||
| 2013-02-23 | Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial. | Tim Graham | |
| Thanks James Pic. | |||
| 2013-02-07 | Fixed #19706 - Tweaks to the tutorial. | Tim Graham | |
| Thanks Daniele Procida. | |||
| 2013-01-27 | Fixed two malformed links. | Tim Graham | |
| 2012-12-13 | Removes PHP references | Ben Longden | |
| 2012-10-30 | Fixed #16671 - Added a tutorial on reuseable apps | Tim Graham | |
| Thank-you Katie Miller and Ben Sturmfels for the initial draft, as well as Russ and Carl for the reviews. | |||
| 2012-10-15 | Fixed #18715 - Refactored tutorial 3. Thank-you Daniel Greenfeld! | Tim Graham | |
| 2012-09-30 | Fixed #18807 -- Made 404.html and 500.html optional | Claude Paroz | |
| Thanks Aymeric Augustin for the report and Jannis Leidel for the review. | |||
| 2012-09-23 | Made a version condition less confusing. | Aymeric Augustin | |
| Fixed #18762 (again). | |||
| 2012-09-07 | removed unused import from tutorial 3 documentation as per ticket #18915 | Nick Martini | |
| 2012-08-18 | Added a warning about the {% url %} syntax change | Aymeric Augustin | |
| at the point where it bites most beginners. Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates. | |||
| 2012-07-29 | Fixed #18476 - Added use of {% url %} tag to tutorial. | Tim Graham | |
| Thanks Claude Paroz for the patch. | |||
| 2012-05-25 | Fixed #17929 -- Improved tutorial wording and capitalization. | Claude Paroz | |
| Thanks rmattb for the report and the patch. | |||
| 2012-05-11 | Fixed #18281 -- Misleading wording in the tutorial. | Aymeric Augustin | |
| Thanks bhp for the report. | |||
| 2012-02-03 | Made a bunch more edits up until [17418] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17428 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-01-12 | Fixed #17538 -- corrected the section in tutorial 3 about the handler404 ↵ | Carl Meyer | |
| 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 | |||
| 2011-11-12 | Fixed #17206 -- Fixed an outdated error message in the tutorial part 3. ↵ | Julien Phalip | |
| Thanks, rabio. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17082 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-11-06 | Refs #17171 -- Updated tutorial sections 3 and 4 to follow the startproject ↵ | Carl Meyer | |
| 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 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-03 | Added some sphinx cross-reference links to the built-in template tags and ↵ | Julien Phalip | |
| 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 | |||
| 2011-09-30 | Fixed doc references to `django.db.models.query.QuerySet` and converted some ↵ | Jannis Leidel | |
| tabs that were introduced in r16699 to spaces. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16915 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-09-11 | Fixed #14675 -- Completed removal of `from django.conf.urls.default import ↵ | Ramiro Morales | |
| *` 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 | |||
| 2011-09-11 | Fixed #16079: Clarified (for real this time) how handler404 and handler500 ↵ | James Bennett | |
| 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 | |||
| 2011-09-04 | Converted links to external topics so they use intersphinx extension markup. | Ramiro Morales | |
| 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 | |||
| 2011-06-26 | Fixed #16169 -- Updated tutorial to match the current project template, ↵ | Jannis Leidel | |
| specifically the urls.py. Thanks, aaugustin. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16463 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-05-22 | Fixed #16051 - Changed a "file" reference in the tutorial to be an actual ↵ | Timo Graham | |
| 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 | |||
| 2011-01-13 | Fixed #15057 - documented change in [14992] | Luke Plant | |
| 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 | |||
