summaryrefslogtreecommitdiff
path: root/docs/intro
AgeCommit message (Collapse)Author
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
Thanks gergely at polonkai.eu for the suggestion.
2013-10-14Fixed #21027 -- Updated tutorial 5 docs to link to management shell command ↵Max Vizard
page.
2013-10-04Fixed #21213 -- Added docs for Django's mailing lists.Unai Zalakain
Added docs/internals/mailing-lists.txt documenting the use of django's mailing lists. All references across docs changed to point to this page. The referencing makes use of substitution because there's no way to make a :ref: link in a non-inline fashion in Sphinx. It also makes use of rst_epilog Sphinx conf for making this substitutions across all the docs.
2013-10-01Fixed #21195 -- Clarifed usage of template_name in tutorial part 4.Tim Graham
2013-09-22Fixed #21141 -- Update Sphinx URLRogério Yokomizo
Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/.
2013-09-18Fixed #21116 -- Made usage of manage.py in docs more consistent.Tim Graham
Thanks daniel.quattro at gmail.com for the report.
2013-09-17Updated examples in the docs after eade315d.Aymeric Augustin
2013-09-13Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.Tim Graham
Thanks ylb415 at gmail.com for the suggestion.
2013-09-10Fixed #21083 - Fixed spelling in tutorial.Tim Graham
Thanks jimmy.kjaersgaard at gmail.com for the report.
2013-09-09Fixed #19885 -- cleaned up the django.test namespaceKevin Christopher Henry
* override_settings may now be imported from django.test * removed Approximate from django.test * updated documentation for things importable from django.test Thanks akaariai for the suggestion.
2013-09-07Fixed #20876 -- Changed Poll model name in tutorial to QuestionRodolfo
2013-08-28Fixed #20983 -- Updated package classifiers in reuseable apps tutorial.Tim Graham
Thanks Cloudream for the report.
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: docs/ref/django-admin.txt
2013-08-15Fixed #20891 -- Removed part of the tutorial that requires pytzTim Graham
Thanks AtomicSpark for the report.
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
Conflicts: django/core/management/commands/flush.py django/core/management/commands/syncdb.py django/db/models/loading.py docs/internals/deprecation.txt docs/ref/django-admin.txt docs/releases/1.7.txt
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
Sphinx generates left single quotes for apostrophes after code markup, when right single quotes are required. The easiest way to fix this is just by inserting the unicode character for a right single quote. Instances of the problem were found by looking for ">‘" in the generated HTML.
2013-08-04Fixed #20858 -- Removed erroneous import in tutorial 2.Tim Graham
Thanks AtomicSpark.
2013-08-01Fixed #20667 - Removed discussion of DEBUG from tutorial.Tim Graham
Forward-port of 3493f18d78 from master.
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-18Fixed #20763 -- Typo in tutorial 3.Tim Graham
Thanks crichard@ for the report.
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-07-09Fixed #18261 -- Clarified 'project root directory'SusanTan
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
Thanks Marc Tamlyn and Tim Graham for the review.
2013-07-01Bumped minimum Python version requirement to 2.7 in Django 1.7.Aymeric Augustin
2013-07-01Stopped branding Python 3 support as experimental.Aymeric Augustin
Forward-port of 0de21a6 from stable/1.6.x.
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-06-20Fixed error in last commit. Thanks Simon Charette.Tim Graham
2013-06-20Modified tutorial 3 to use RequestContext in place of Context.Harm Geerts
2013-06-09Fixed #19875 - Added warnings regarding DEBUG=False and empty ALLOWED_HOSTSTim Graham
2013-05-23Fixed #20482 - Added a file reference in tutorial 3.Tim Graham
Thanks diek@ for the suggestion.
2013-05-19Added some links in /docs/intro/overview.txtTim Graham
Thanks Claes Ström for the patch.
2013-05-19Merge pull request #1129 from frog32/masterMarc Tamlyn
Add needed Imports to the Documentation
2013-05-18Fixed #20004 -- Moved non DB-related assertions to SimpleTestCase.Ramiro Morales
Thanks zalew for the suggestion and work on a patch. Also updated, tweaked and fixed testing documentation.
2013-05-18Add missing imports to the examples in the 'First Steps'leandrafinger
2013-05-11Fixed #20249 - Removed a "feature" in the tutorial that doesn't actually work.Tim Graham
Thanks bmispelon for the report and draft patch.
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
Thanks to Preston Timmons for the bulk of the work on the patch, especially updating Django's own test suite to comply with the requirements of the new runner. Thanks also to Jannis Leidel and Mahdi Yusuf for earlier work on the patch and the discovery runner. Refs #11077, #17032, and #18670.
2013-05-07Fixed Sphinx error in tutorial 1.Carl Meyer
2013-05-07Fixed inconsistent punctuation in tutorial 5.Carl Meyer
2013-05-06Fixed #20177 - Corrected docs for django.test.utils.setup_test_environment.Tim Graham
Thanks vlad.london.uk@ for the report.
2013-05-06Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham
Thanks monuszko for the report.
2013-04-29Fixed #20330 -- Normalized spelling of "web server".Aymeric Augustin
Thanks Baptiste Mispelon for the report.
2013-04-28Pointed to the docs version switcher in tutorial 1.Aymeric Augustin
Refs #20324. Thanks dwisehart for the suggestion.
2013-04-24Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
2013-04-24Fixed the reusable apps docs to use a rst file extension for the README and ↵Jannis Leidel
follow PEP8 a bit more.
2013-04-23Fixed #20307 -- Word repeated in tutorial.Thomas Thurman
Replaced "the the" in the tutorial with "the".
2013-04-22Fixed #19211 -- Adapted tutorial for Python 3Claude Paroz
2013-04-21Added 'polls' sub directory under static and reorganized to more accurately ↵jktravis
represent the project; compared using 'tree' command.
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
Refs #20104.
2013-04-20Updated tutorial INSTALLED_APPS section (removed contrib.sites)Claude Paroz