| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-11-17 | [1.5.X] Fixed #16779 - Added a contributing tutorial | Tim Graham | |
| Thank-you Taavi Taijala for the draft patch! Backport of 7058b595b6 from master | |||
| 2012-11-14 | [1.5.X] Fixed #19289 - Removed an out of place sentence in tutorial 2. | Tim Graham | |
| Thanks colinnkeenan for the report. Backport of 2dbfa66f4d from master | |||
| 2012-11-13 | [1.5.X] Fixed #19260 - Added a comment to tutorial 1. | Tim Graham | |
| Thanks terwey for the suggestion. Backport of a72b8a2247 from master | |||
| 2012-10-31 | [1.5.X] Fixed #19216 - Switched to user level installation in apps tutorial. | Tim Graham | |
| Thanks Nick Coghlan for the suggestion. Backport of dd0d2c0be5 from master | |||
| 2012-10-30 | [1.5.X] 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. Backport of 08cf54990a from master | |||
| 2012-10-25 | [1.5.X] Fixed #19180 - Clarified policy regarding older versions of the docs. | Tim Graham | |
| Backport of 5c143cb340 from master | |||
| 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-10 | Removed an obsolete documentation page about admin style customization. | Julien Phalip | |
| 2012-09-08 | Avoided mixing dates and datetimes in the examples. | Aymeric Augustin | |
| Refs #16023. | |||
| 2012-09-07 | Merge pull request #351 from 1ntrud3r/patch-1 | Tim Graham | |
| Remove unused imports in tutorial 4. refs #18915 | |||
| 2012-09-07 | Merge pull request #341 from nmartini/master | Tim Graham | |
| Updated text in tutorial 3 regarding removing unused import; refs #18915 | |||
| 2012-09-07 | Updated install docs to reflect Python 3 status. | Aymeric Augustin | |
| Closes #17452. | |||
| 2012-09-07 | remove unused import in tutorial 4 addition to #18915 (closed) | Enrico Ehrhardt | |
| After submitting ticket #18915, I noticed 2 additional occurrences of the issue. | |||
| 2012-09-07 | removed unused import from tutorial 3 documentation as per ticket #18915 | Nick Martini | |
| 2012-09-07 | remove unused import in decoupling URLs tutorial, closes #18915 | Dan Loewenherz | |
| The `include` function isn't used in polls/urls.py. | |||
| 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-08-04 | Moved a note about django-admin.py errors from Tutorial Part 1 to a new FAQ ↵ | Angeline Tan | |
| Troubleshooting page. This is to avoid confusion for beginners. | |||
| 2012-08-02 | Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ↵ | Tim Graham | |
| for the draft patch. | |||
| 2012-07-29 | Fixed #18476 - Added use of {% url %} tag to tutorial. | Tim Graham | |
| Thanks Claude Paroz for the patch. | |||
| 2012-07-28 | Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London. | Tim Graham | |
| 2012-07-13 | Fixed #18601 -- Specified that Python minimum version is 2.6.5 | Preston Holmes | |
| This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments. | |||
| 2012-07-06 | Fixed #18576 -- Added missing import in tutorial02 | Claude Paroz | |
| Thanks jaaruiz at yahoo.com for the report. | |||
| 2012-07-01 | Fixed #18493 - Added instructions to locate the Django source files to the t | Tim Graham | |
| Thanks Claude Paroz for the draft patch. | |||
| 2012-06-30 | Fixed #17705 - Updated TabularInline image and doc in tutorial 2. | Tim Graham | |
| Thanks xbito for the draft patch. | |||
| 2012-06-30 | Fixed #17024 -- Added import statements in tutorial code sample | Claude Paroz | |
| 2012-06-28 | Updated obsolete links in the documentation | Claude Paroz | |
| 2012-06-11 | Fixed #18451 -- Vastly improved class based view documentation. | Jannis Leidel | |
| Many thanks to Daniel Greenfeld, James Aylett, Marc Tamlyn, Simon Williams, Danilo Bargen and Luke Plant for their work on this. | |||
| 2012-06-07 | Fixed #17933 -- Added a missing label to the docs. | Aymeric Augustin | |
| 2012-06-06 | Added alt attribute to img tags in docs. | Aymeric Augustin | |
| This is a good practice for accessibility. Thanks Jessica McKellar for the report. | |||
| 2012-05-25 | Fixed #17929 -- Improved tutorial wording and capitalization. | Claude Paroz | |
| Thanks rmattb for the report and the patch. | |||
| 2012-05-22 | Fixed #18167 -- Gave advice on checking Django version in the tutorial. | Claude Paroz | |
| Thanks smuss for the initial patch. | |||
| 2012-05-11 | Fixed #18281 -- Misleading wording in the tutorial. | Aymeric Augustin | |
| Thanks bhp for the report. | |||
| 2012-04-30 | Replaced print statement by print function (forward compatibility syntax). | Claude Paroz | |
| 2012-04-27 | Updated docs/intro/whatsnext.txt to reference Git instead of SVN | Adrian Holovaty | |
| 2012-04-25 | Fixed #18033 -- Removed function-based generic views, as per official ↵ | Claude Paroz | |
| deprecation timeline. Rest in peace! Thanks Anssi Kääriäinen for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17937 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-21 | Reworded the 'Set up a database' section of the installation docs. | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17922 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-20 | Fixed #10494 -- Added kwargs to QuerySet.get() error message in the case no ↵ | Anssi Kääriäinen | |
| objects were found. Thanks brondsem for the report, Szymon Pyzalski for the patch and oinopion for review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17917 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-31 | Fixed #17965 -- Definitely dropped support for Python 2.5. Thanks jonash for ↵ | Claude Paroz | |
| the initial patch and Aymeric Augustin for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17834 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-23 | Bump the version in a docs example. | Alex Gaynor | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17801 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-13 | Replaced http by https in djangoproject.com links | Claude Paroz | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-03 | Fixed #9995 -- Updated the installation instructions to recommend pip. Also ↵ | Aymeric Augustin | |
| fixed ReST errors. Refs #9112. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17636 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-02 | Edited stuff from [17543] to [17629] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17630 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-26 | Fixed #17715 -- Updated the tutorial for time zone support, plus a few other ↵ | Aymeric Augustin | |
| improvements. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17591 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-24 | Fixed #17757 - Typo in docs/intro/overview.txt; thanks kaushik1618. | Timo Graham | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17584 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-18 | Fixed #17706 - Improved short description example in Tutorial 2; thanks ↵ | Timo Graham | |
| xbito and claudep. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17550 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-18 | Fixed #16618 -- Corrected the admin interface's breadcrumbs in the ↵ | Julien Phalip | |
| tutorials' screenshots. Many thanks to Claude Paroz. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17543 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 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 | |||
