| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2014-05-05 | [1.7.x] Reordered tutorial 1 so that the database is configured first. | Tom | |
| This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware Backport of 6923fdbbf1 from master | |||
| 2014-05-02 | [1.7.x] Fixed #22558 -- Added missing word in contributing docs | Brenda J. Butler | |
| Backport of c8d257e81 from master. | |||
| 2014-04-30 | [1.7.x] Fixed #22547 -- Added some links to tutorial 2. | Tim Graham | |
| Thanks bjb at sourcer.ca for the suggestion. Backport of b0d032f9fc from master | |||
| 2014-04-30 | [1.7.x] Fixed #22546 -- Removed idioms in tutorial 2. | Moayad Mardini | |
| Thanks bjb at sourcerer.ca for the suggestion. Backport of 927245ccd8 from master | |||
| 2014-04-26 | [1.7.x] Updated doc links to point to Python 3 documentation | Claude Paroz | |
| Backport of 680a0f08b from master. | |||
| 2014-04-18 | [1.7.x] Fixed #22472 -- Clarified meaning of dots in tutorial 4 code block. | Tim Graham | |
| Backport of 6b2ce38c49 from master | |||
| 2014-04-16 | [1.7.x] Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. Backport of eefad142de from master | |||
| 2014-04-08 | [1.7.x] Added Python 3.4 to list of supported version in docs/intro/install.txt | Tim Graham | |
| Backport of a1fa6fcabc from master | |||
| 2014-03-09 | Substituted 'shortcut function' for 'factory method' in tutorial | Jeremy Dunck | |
| Many newbies don't know what a factory method is, nor is it pertinent to the information the tutorial hopes to convey. | |||
| 2014-03-02 | Fixed some typos in the documentation. | Baptiste Mispelon | |
| Thanks to Rodolfo Carvalho and Piotr Kasprzyk for the patch. | |||
| 2014-02-28 | Fixed spelling mistakes in docs. | Tim Graham | |
| 2014-02-28 | Fixed #22129 -- Added steps for creating superusers to tutorial. | Greg Chapple | |
| 2014-02-25 | Fixed docs typos. | Szczepan Cieślik | |
| 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-02-13 | Fixed #21951 -- Updated docs to use __str__ for Python 3 | Alasdair Nicol | |
| Thanks Tim Graham for the report and recommendations | |||
| 2014-01-25 | Fixed #21829 -- Added default AppConfigs. | Aymeric Augustin | |
| Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion. | |||
| 2014-01-20 | Fixed #16905 -- Added extensible checks (nee validation) framework | Russell Keith-Magee | |
| This is the result of Christopher Medrela's 2013 Summer of Code project. Thanks also to Preston Holmes, Tim Graham, Anssi Kääriäinen, Florian Apolloner, and Alex Gaynor for review notes along the way. Also: Fixes #8579, fixes #3055, fixes #19844. | |||
| 2014-01-18 | Fixed #21712 -- Moved autodiscover() to AdminConfig.ready(). | Aymeric Augustin | |
| Thanks Marc Tamlyn for the initial version of the patch. | |||
| 2014-01-03 | Fixed #21728 -- Corrected an inadvertent path change in ↵ | Tianyi Wang | |
| docs/intro/contributing.txt. | |||
| 2013-12-31 | Fixed #21701 -- Improved testing doc titles and added testing/tools.txt. | Tim Graham | |
| Thanks cjerdonek for the suggestion. | |||
| 2013-12-30 | Fixed a broken link in docs/intro/tutorial01.txt. | Tim Graham | |
| 2013-12-30 | Stopped populating the app registry as a side effect. | Aymeric Augustin | |
| Since it triggers imports, it shouldn't be done lightly. This commit adds a public API for doing it explicitly, django.setup(), and does it automatically when using manage.py and wsgi.py. | |||
| 2013-12-30 | Assumed Python 3 throughout docs/intro. | Aymeric Augustin | |
| Various small fixes while I was proof-reading. | |||
| 2013-12-25 | Unified listing of shell commands/code | Yaroslav Halchenko | |
| - use code-block:: bash - prefix the command with $ | |||
| 2013-12-24 | Updated a few doc paragraphs following the app-loading refactor. | Aymeric Augustin | |
| 2013-12-18 | Fixed #21613 -- Removed a hardcoded input id from the tutorial. | Tim Graham | |
| Thanks Bruno Brouard for the report. | |||
| 2013-12-14 | Fixed link text for "Testing in Django" in tutorial 5. | Chris Jerdonek | |
| 2013-12-08 | Updated a bunch of hyperlinks in documentation | Claude Paroz | |
| 2013-12-05 | Fixed #21562 -- Warned against using the same app name as a django contrib app. | Alasdair Nicol | |
| Thanks yourcelf for the report. | |||
| 2013-11-27 | Update tutorial part 1 to discuss migrations properly | Andrew Godwin | |
| 2013-11-21 | Fixed #21479 -- Favor 'migrate' over 'syncdb' in the docs. | Loic Bistuer | |
| 2013-11-19 | Recommended setuptools in the reuseable app tutorial. | Dražen Lučanin | |
| setuptools has merged with distribute. | |||
| 2013-11-10 | Fixed typo in tutorial 2; refs #21418. | Tim Graham | |
| 2013-11-09 | Fixed doc typo. | Tim Graham | |
| 2013-11-09 | Fixed #21378 -- Updated tutorial02 for how to override admin site header. | Vajrasky Kok | |
| 2013-10-22 | Fixed indentation of example in tutuorial 2. | Phil Elson | |
| 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-10-14 | Fixed #21210 -- Documented when runserver doesn't auto-restart. | Bouke Haarsma | |
| Thanks gergely at polonkai.eu for the suggestion. | |||
| 2013-10-14 | Fixed #21027 -- Updated tutorial 5 docs to link to management shell command ↵ | Max Vizard | |
| page. | |||
| 2013-10-04 | Fixed #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-01 | Fixed #21195 -- Clarifed usage of template_name in tutorial part 4. | Tim Graham | |
| 2013-09-22 | Fixed #21141 -- Update Sphinx URL | Rogério Yokomizo | |
| Updated Sphinx URL from http://sphinx.pocoo.org/ to http://sphinx-doc.org/. | |||
| 2013-09-18 | Fixed #21116 -- Made usage of manage.py in docs more consistent. | Tim Graham | |
| Thanks daniel.quattro at gmail.com for the report. | |||
| 2013-09-17 | Updated examples in the docs after eade315d. | Aymeric Augustin | |
| 2013-09-13 | Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation. | Tim Graham | |
| Thanks ylb415 at gmail.com for the suggestion. | |||
| 2013-09-10 | Fixed #21083 - Fixed spelling in tutorial. | Tim Graham | |
| Thanks jimmy.kjaersgaard at gmail.com for the report. | |||
| 2013-09-09 | Fixed #19885 -- cleaned up the django.test namespace | Kevin 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-07 | Fixed #20876 -- Changed Poll model name in tutorial to Question | Rodolfo | |
| 2013-08-28 | Fixed #20983 -- Updated package classifiers in reuseable apps tutorial. | Tim Graham | |
| Thanks Cloudream for the report. | |||
