| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-20 | Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201. | Sjoerd Job Postmus | |
| Thanks Aymeric Augustin for shepherding the DEP and patch review. Thanks Marten Kenbeek and Tim Graham for contributing to the code. Thanks Tom Christie, Shai Berger, and Tim Graham for the docs. | |||
| 2017-08-07 | Fixed #28457 -- Updated the design of the 'Congrats' page for new Django ↵ | Timothy Allen | |
| projects. Developed by Timothy Allen and Chad Whitman of The Wharton School with shepherding from Aymeric Augustin and Collin Anderson. | |||
| 2017-02-21 | Used "0" ip shortcut for runserver example. | Timothy Allen | |
| 2017-02-09 | Explained the shell's $ prefix in tutorial 1. | Tim Graham | |
| Thanks Luke Sneeringer for the suggestion. | |||
| 2016-07-06 | Fixed capitalization of "URL pattern". | Tim Graham | |
| 2016-07-06 | Improved grammar in tutorial01. | Daniel Rice | |
| 2016-07-02 | Fixed #26829 -- Simplified version detection command in tutorial | Md. Sadaf Noor | |
| 2016-05-08 | Fixed #26483 -- Updated docs.python.org links to use Intersphinx. | Tim Graham | |
| 2016-03-09 | Fixed #26255 -- Fixed orphaned include() reference following tutorial ↵ | Tim Graham | |
| reordering. | |||
| 2015-12-31 | Refs #21927 -- Added note about include() to tutorial. | Marten Kenbeek | |
| 2015-12-01 | Fixed #25778 -- Updated docs links to use https when available. | Jon Dufresne | |
| 2015-11-16 | Fixed #25755 -- Unified spelling of "website". | Agnieszka Lasyk | |
| 2015-10-01 | Made a couple tutorial corrections for Django 1.9. | Tim Graham | |
| 2015-08-08 | Updated Wikipedia links to use https | Claude Paroz | |
| 2015-06-18 | Removed support for Python 3.3. | Tim Graham | |
| 2015-06-08 | Fixed #21927 -- Made application and instance namespaces more distinct. | Marten Kenbeek | |
| Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces. | |||
| 2015-06-04 | Added migrations directory to file structure in tutorial | Edin Sarajlic | |
| 2015-05-28 | Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles. | João Luiz Lorencetti | |
| 2015-05-19 | Made minor edits to docs/intro/tutorial01.text | I am Clinton | |
| 2015-03-30 | Fixed #24550 -- Added migration operation description to sqlmigrate output | Markus Holtermann | |
| Thanks Tim Graham for the review. | |||
| 2015-02-27 | Improved wording in tutorial 1. | Alex Shaindlin | |
| 2015-02-22 | Corrected sqlmigrate output in tutorial 1. | Tim Graham | |
| 2015-02-22 | Fixed #24371 -- Cautioned against trying to switch databases. | Tim Graham | |
| 2015-02-22 | Fixed #24358 -- Corrected code-block directives for console sessions. | Sean Wang | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2015-01-18 | Removed support for syncing apps without migrations per deprecation timeline. | Tim Graham | |
| Kept support for creating models without migrations when running tests (especially for Django's test suite). | |||
| 2015-01-17 | Removed support for custom SQL per deprecation timeline. | Tim Graham | |
| 2015-01-17 | Removed compatibility with Python 3.2. | Tim Graham | |
| 2014-12-25 | Fixed typo in docs/intro/tutorial01.txt. | Brian Scoles | |
| 2014-12-19 | Used https for most *.python.org links | Claude Paroz | |
| 2014-09-15 | Fixed #23486 -- Corrected makemigrations output in tutorial 1. | Tim Graham | |
| Thanks nmarler for the report. | |||
| 2014-09-05 | Removed an admonition in the tutorial about the old project layout. | Tim Graham | |
| There are no supported versions that use the old layout (<=1.3). | |||
| 2014-08-26 | Fixed #23362 -- Clarified "database columns as attributes" in tutorial. | Tim Graham | |
| 2014-08-19 | Removed unnecessary code-block directives. | areski | |
| 2014-08-18 | Fixed #23303 -- Added BEGIN and COMMIT statements to the output of sqlmigrate. | Baptiste Mispelon | |
| 2014-08-02 | Fixed #23148 -- Minor tweaks in tutorial code samples | Collin Anderson | |
| 2014-07-30 | Fixed #23067 -- Updated docs to use django-admin | Christoph Heer | |
| 2014-07-01 | Included irc link in paragraph to allow for l10n | Claude Paroz | |
| Translators may want to change the irc link pointing to a language-specific channel. | |||
| 2014-06-10 | Fixed #22770 -- Removed create_superuser from post_migrate signals. | Tim Graham | |
| Moved logic to syncdb command for backwards compatibility. | |||
| 2014-05-05 | Reordered tutorial 1 so that the database is configured first. | Tom | |
| This change is required after the introduction of SessionAuthenticationMiddleware to the default middleware | |||
| 2014-04-26 | Updated doc links to point to Python 3 documentation | Claude Paroz | |
| 2014-04-16 | Fixed #22453 -- Corrected DoesNotExist message in docs. | Tim Graham | |
| Thanks Eugenio Cano-Manuel. | |||
| 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-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. | |||
| 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. | |||
