summaryrefslogtreecommitdiff
path: root/docs/intro
Commit message (Expand)AuthorAgeFilesLines
* Fixed #26554 -- Updated docs URLs to readthedocs.ioTim Graham2016-04-281-1/+1
* Fixed #26485 -- Fixed typo in docs/intro/tutorial07.Denis Afonso2016-04-101-1/+1
* Fixed #26448 -- Added details for running tests with a different database bac...krishbharadwaj2016-04-051-1/+4
* Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/r...Joshua Pereyda2016-03-281-2/+2
* Fixed #26255 -- Fixed orphaned include() reference following tutorial reorder...Tim Graham2016-03-092-23/+19
* Fixed #26339 -- Updated Question.was_published_recently() in tutorial 7 to re...Tim Graham2016-03-091-1/+2
* Refs #26312 -- Reworded tutorial 2 to avoid spelling "error".Tim Graham2016-03-051-1/+1
* Fixed #26312 -- Documented "create database" requirement in tutorial 2.Bob McDonald2016-03-051-4/+9
* Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski2016-02-151-2/+2
* Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi2016-02-041-1/+1
* Clarified "same as above" tutorial comment.KimberleyLawrence2016-02-011-1/+1
* Fixed #26150 -- Sorted app_labels in migrate command outputMarkus Holtermann2016-01-291-1/+1
* Added Django version trove classifier to reusable apps tutorial.Tim Graham2016-01-241-0/+1
* Updated Python trove classifiers in reusable apps tutorial.Tim Graham2016-01-231-3/+3
* Fixed #26020 -- Normalized header stylings in docs.Elif T. Kus2016-01-222-6/+8
* Added a missing import in tutorial 3.Mahendra Yadav2016-01-021-0/+2
* Fixed #26013 -- Moved django.core.urlresolvers to django.urls.Marten Kenbeek2015-12-313-7/+7
* Refs #21927 -- Added note about include() to tutorial.Marten Kenbeek2015-12-311-0/+5
* Fixed #25854 -- Removed deprecated usage of template.render() with RequestCon...Alasdair Nicol2015-12-231-7/+7
* Fixed #25063 -- Added path to makemigration's output of migration file.Niels Van Och2015-12-181-1/+1
* Fixed #25934 -- Added missing app_name in tutorial 4's urls.py.Tim Graham2015-12-141-0/+1
* Fixed #21221 -- Made form Media and static template tag use staticfiles if in...Johannes Hoppe2015-12-102-5/+3
* Clarified a docstring in tutorial05.Qile Wang2015-12-071-2/+2
* Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne2015-12-014-6/+6
* Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk2015-11-166-6/+6
* Optimized docs images and documented the process.Curtis Maloney2015-10-2414-0/+0
* Clarified that the test client response content attribute is bytes.薛丞宏2015-10-231-2/+2
* Fixed #25508 -- Modified QuerySet.__repr__() to disambiguate it from a list.Tim Graham2015-10-063-15/+14
* Made a couple tutorial corrections for Django 1.9.Tim Graham2015-10-011-2/+4
* Removed an old note (Django 1.4-era) from the tutorial.Tim Graham2015-10-011-13/+0
* Fixed #25462 -- Removed Model.__unicode__() in favor of @python_2_unicode_com...Tim Graham2015-09-251-19/+5
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-2/+3
* Fixed #25356 -- Removed default_app_config from startapp template.Tim Graham2015-09-071-3/+3
* Fixed #25200 -- Updated tutorial screenshots for new admin theme.elky2015-09-0714-0/+0
* Fixed #25358 -- Improved variable name for question in tutorial.Alasdair Nicol2015-09-072-6/+6
* Fixed #25153 -- Moved 'polls' first in tutorial's INSTALLED_APPS.Tim Graham2015-08-191-1/+1
* Updated Wikipedia links to use httpsClaude Paroz2015-08-084-5/+5
* Fixed #25175 -- Renamed the postgresql_psycopg2 database backend to postgresql.Caio Ariede2015-08-071-1/+1
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-272-3/+3
* Fixed #25161 -- Encouraged users to install the latest release in docsAlasdair Nicol2015-07-241-4/+7
* Removed a confusing sentence in tutorial 5.Tim Graham2015-07-081-4/+1
* Removed support for Python 3.3.Tim Graham2015-06-182-4/+4
* Fixed #24943 -- Updated contributing tutorial to use virtualenvMarkus Amalthea Magnuson2015-06-151-32/+106
* Fixed #21927 -- Made application and instance namespaces more distinct.Marten Kenbeek2015-06-082-12/+14
* Fixed #24907 -- Updated contributing tutorial with a more recent example ticket.Markus Amalthea Magnuson2015-06-061-210/+213
* Fixed #7060 -- Added a note about race conditions to the tutorialRaphael Michel2015-06-041-0/+13
* Added migrations directory to file structure in tutorialEdin Sarajlic2015-06-041-0/+2
* Optimise tutorial imagesCurtis2015-05-2914-0/+0
* Fixed #24732 -- Reordered tutorial to cover basics before bells and whistles.João Luiz Lorencetti2015-05-2816-1152/+1150
* Made minor edits to docs/intro/tutorial01.textI am Clinton2015-05-191-9/+9