Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro
Commit message (Collapse)AuthorAgeFilesLines
* Optimized docs images and documented the process.Curtis Maloney2015-10-2414-0/+0
|
* Clarified that the test client response content ↵薛丞宏2015-10-231-2/+2
| | | | attribute is bytes.
* Fixed #25508 -- Modified QuerySet.__repr__() to ↵Tim Graham2015-10-063-15/+14
| | | | disambiguate it from a list.
* 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 ↵Tim Graham2015-09-251-19/+5
| | | | @python_2_unicode_compatible.
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-2/+3
|
* Fixed #25356 -- Removed default_app_config from startapp ↵Tim Graham2015-09-071-3/+3
| | | | | | template. Also discouraged its use outside the intended use case.
* Fixed #25200 -- Updated tutorial screenshots for new ↵elky2015-09-0714-0/+0
| | | | admin theme.
* Fixed #25358 -- Improved variable name for question in ↵Alasdair Nicol2015-09-072-6/+6
| | | | tutorial.
* Fixed #25153 -- Moved 'polls' first in tutorial's ↵Tim Graham2015-08-201-1/+1
| | | | INSTALLED_APPS.
* Updated Wikipedia links to use httpsClaude Paroz2015-08-084-5/+5
|
* Fixed #25175 -- Renamed the postgresql_psycopg2 database ↵Caio Ariede2015-08-071-1/+1
| | | | backend to postgresql.
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-282-3/+3
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #25161 -- Encouraged users to install the latest ↵Alasdair Nicol2015-07-241-4/+7
| | | | release in docs
* 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 ↵Markus Amalthea Magnuson2015-06-161-32/+106
| | | | virtualenv
* Fixed #21927 -- Made application and instance namespaces ↵Marten Kenbeek2015-06-082-12/+14
| | | | | | | | more distinct. 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.
* Fixed #24907 -- Updated contributing tutorial with a ↵Markus Amalthea Magnuson2015-06-061-210/+213
| | | | more recent example ticket.
* Fixed #7060 -- Added a note about race conditions to the ↵Raphael Michel2015-06-041-0/+13
| | | | tutorial
* 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 ↵João Luiz Lorencetti2015-05-2816-1152/+1150
| | | | before bells and whistles.
* Made minor edits to docs/intro/tutorial01.textI am Clinton2015-05-191-9/+9
|
* Updated the Python shell example to use generic version ↵Kamran Mackey2015-05-161-3/+3
| | | | numbers.
* Added link to the code of conduct from contributing guides.Jacob Kaplan-Moss2015-04-181-0/+6
| | | | | | This is inspired by Angluar.js (https://github.com/angular/angular/blob/master/CONTRIBUTING.md), among others. Thanks to Jeff Triplett for the prod.
* Fixed typo in docs/intro/tutorial02.txtMarios Zindilis2015-04-071-1/+1
|
* Fixed #24550 -- Added migration operation description to ↵Markus Holtermann2015-03-301-1/+10
| | | | | | sqlmigrate output Thanks Tim Graham for the review.
* Fixed #24519 -- Clarified location of templates ↵Tim Graham2015-03-271-4/+4
| | | | directory in tutorial 2.
* Added missing punctuation in some comments in tutorial 5.HerHde2015-03-161-4/+4
|
* Simplified command to display path to Django source files.saschalalala2015-03-111-5/+1
| | | | Python 3 always returns an absolute path.
* Improved wording in tutorial 1.Alex Shaindlin2015-02-271-2/+2
|
* Updated tutorial to use explicit relative imports.Tim Graham2015-02-224-17/+24
|
* Corrected sqlmigrate output in tutorial 1.Tim Graham2015-02-221-14/+11
|
* Fixed #24371 -- Cautioned against trying to switch ↵Tim Graham2015-02-221-1/+3
| | | | databases.
* Fixed #24358 -- Corrected code-block directives for ↵Sean Wang2015-02-224-18/+18
| | | | console sessions.
* Added cross references to contributing docs.Riccardo Magliocchetti2015-02-051-0/+6
|
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-032-4/+4
|
* Removed support for syncing apps without migrations per ↵Tim Graham2015-01-181-7/+4
| | | | | | | deprecation timeline. Kept support for creating models without migrations when running tests (especially for Django's test suite).
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-2/+0
|
* Removed compatibility with Python 3.2.Tim Graham2015-01-172-4/+4
|
* Fixed #24143 -- Encouraged use of Http404 messages for ↵Keryn Knight2015-01-161-1/+1
| | | | debugging.
* Fixed #24124 -- Changed context_processors in the ↵Collin Anderson2015-01-121-4/+1
| | | | default settings.py
* Wrote main documentation for templates.Aymeric Augustin2015-01-101-1/+1
|
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-282-11/+29
|
* Deprecated TEMPLATE_LOADERS.Aymeric Augustin2014-12-281-6/+7
|
* Clarified custom header instructions in tutorial 2.Collin Anderson2014-12-271-1/+3
|
* Fixed typo in docs/intro/tutorial01.txt.Brian Scoles2014-12-251-1/+1
|
* Used https for most *.python.org linksClaude Paroz2014-12-196-7/+7
|