summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2012-09-07removed unused import from tutorial 3 documentation as per ticket #18915Nick Martini
2012-09-07remove unused import in decoupling URLs tutorial, closes #18915Dan Loewenherz
The `include` function isn't used in polls/urls.py.
2012-08-18Added a warning about the {% url %} syntax changeAymeric Augustin
at the point where it bites most beginners. Refs #18787, #18762, #18756, #18723, #18705, #18689 and several duplicates.
2012-08-04Moved 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-02Fixed #17704 - Updated the StackedInline section in Tutorial 2; thanks xbito ↵Tim Graham
for the draft patch.
2012-07-29Fixed #18476 - Added use of {% url %} tag to tutorial.Tim Graham
Thanks Claude Paroz for the patch.
2012-07-28Fixed #18630 -- Updated version in docs/intro/install.txt; thanks Kevin London.Tim Graham
2012-07-13Fixed #18601 -- Specified that Python minimum version is 2.6.5Preston Holmes
This is due to a bug in previous Python 2.6 versions related to unicode keyword arguments.
2012-07-06Fixed #18576 -- Added missing import in tutorial02Claude Paroz
Thanks jaaruiz at yahoo.com for the report.
2012-07-01Fixed #18493 - Added instructions to locate the Django source files to the tTim Graham
Thanks Claude Paroz for the draft patch.
2012-06-30Fixed #17705 - Updated TabularInline image and doc in tutorial 2.Tim Graham
Thanks xbito for the draft patch.
2012-06-30Fixed #17024 -- Added import statements in tutorial code sampleClaude Paroz
2012-06-28Updated obsolete links in the documentationClaude Paroz
2012-06-11Fixed #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-07Fixed #17933 -- Added a missing label to the docs.Aymeric Augustin
2012-06-06Added alt attribute to img tags in docs.Aymeric Augustin
This is a good practice for accessibility. Thanks Jessica McKellar for the report.
2012-05-25Fixed #17929 -- Improved tutorial wording and capitalization.Claude Paroz
Thanks rmattb for the report and the patch.
2012-05-22Fixed #18167 -- Gave advice on checking Django version in the tutorial.Claude Paroz
Thanks smuss for the initial patch.
2012-05-11Fixed #18281 -- Misleading wording in the tutorial.Aymeric Augustin
Thanks bhp for the report.
2012-04-30Replaced print statement by print function (forward compatibility syntax).Claude Paroz
2012-04-27Updated docs/intro/whatsnext.txt to reference Git instead of SVNAdrian Holovaty
2012-04-25Fixed #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-21Reworded 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-20Fixed #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-31Fixed #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-23Bump 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-13Replaced http by https in djangoproject.com linksClaude Paroz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2012-03-03Fixed #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-02Edited 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-26Fixed #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-24Fixed #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-18Fixed #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-18Fixed #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-03Made 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-12Fixed #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
2012-01-02Fixed #17490 -- Added a trailing comma in INSTALLED_APPS, to avoid ↵Aymeric Augustin
unexpected string concatenation when adding another app. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-12-31Fixed #11986 - Added sudo to Mac OS permissions note in tutorial.Timo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17115 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-16Fixed #17240 -- Replaced links to the online version of the docs by internal ↵Aymeric Augustin
references. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-11-12Fixed #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-06Refs #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-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled ↵Carl Meyer
internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17022 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-14Fixed 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-13Added note to tutorial part #2 about possible mismatch with the Django ↵Ramiro Morales
version being used regarding changes in location of django.conf.urls[.defaults] symbols. Thansk Carl for the suggestion. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16970 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to ↵Carl Meyer
avoid sys.path hacks. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16964 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2011-10-03Added 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-30Fixed 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-11Fixed #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-11Fixed #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-09Fixed #16782 -- Corrected a broken cross-reference to the database engine ↵Gabriel Hurley
setting in the tutorial. Thanks to mjumbewu for the report and patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16754 bcc190cf-cafb-0310-a4f2-bffc1f526a37