Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/intro
Commit message (Expand)AuthorAgeFilesLines
...
* Used the :ticket: syntax more extensivelyClaude Paroz2014-12-191-7/+4
* Removed redundant numbered parameters from str.format().Berker Peksag2014-12-031-2/+2
* Fixed #23907 -- Added admin.site.register in tutorial 2 f...Tim Graham2014-11-241-0/+2
* Fixed #23855 -- Removed unnecessary all() in tutorial 3.Tim Graham2014-11-171-1/+1
* Fixed #23588 -- Added a link in tutorial for list_display...Tim Graham2014-11-131-0/+3
* Replaced dead links to python-distribute.org.Tim Graham2014-10-251-12/+9
* Fixed #23587 -- Clarified admin template overriding in tu...Tim Graham2014-10-081-5/+12
* Removed sudo from pip commands in docs.Corey Farwell2014-09-221-1/+1
* Fixed #23535 -- Updated tutorial to account for default f...velis742014-09-221-5/+6
* Fixed #23491 -- Clarified tutorial 3.Tim Graham2014-09-171-1/+3
* Fixed #23486 -- Corrected makemigrations output in tutori...Tim Graham2014-09-161-0/+1
* Avoid the word "stupid".Aymeric Augustin2014-09-091-1/+1
* Fixed #23438 -- Added snippet & imports to docs/intro/ove...Tim Graham2014-09-061-11/+25
* Removed an admonition in the tutorial about the old proje...Tim Graham2014-09-051-7/+0
* Fixed #23362 -- Clarified "database columns as attributes...Tim Graham2014-08-261-1/+1
* Removed unnecessary code-block directives.areski2014-08-191-3/+5
* Fixed #23303 -- Added BEGIN and COMMIT statements to the ...Baptiste Mispelon2014-08-181-0/+2
* Fixed #23276 -- Deprecated passing views as strings to ur...Tim Graham2014-08-121-3/+5
* Updated links for continous integration server.Tim Graham2014-08-051-1/+1
* Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson2014-08-025-7/+13
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-4/+4
* Added warning in tutorial 4 that the regex capture group ...Rikki2014-07-221-0/+3
* Edited setup.py in reuseable apps tutorial to use a conte...Dean Silfen2014-07-161-1/+2
* Included irc link in paragraph to allow for l10nClaude Paroz2014-07-011-4/+3
* Fixed #22912 -- Warned about a common mistake in tutorial 5.Tim Graham2014-06-271-0/+2
* Fixed #22888 -- Removed some unnecessary text in tutorial 3.Tim Graham2014-06-231-2/+1
* Fixed #22836 -- Linked tutorial05 to the right section of...Maxime Turcotte2014-06-202-1/+3
* Tutorial: Consistent url syntaxCollin Anderson2014-06-171-1/+1
* Fixed #22842vagrant2014-06-151-1/+1
* Fixed #22801 -- Added 'www.' to diveintopython.net linksMaxime Turcotte2014-06-102-3/+3
* Fixed #22770 -- Removed create_superuser from post_migrat...Tim Graham2014-06-102-38/+33
* Reordered tutorial 1 so that the database is configured f...Tom2014-05-051-66/+66
* Fixed #22558 -- Added missing word in contributing docsBrenda J. Butler2014-05-021-1/+1
* Fixed #22547 -- Added some links to tutorial 2.Tim Graham2014-05-011-8/+16
* Fixed #22546 -- Removed idioms in tutorial 2.Moayad Mardini2014-05-011-1/+2
* Updated doc links to point to Python 3 documentationClaude Paroz2014-04-262-3/+3
* Fixed #22472 -- Clarified meaning of dots in tutorial 4 c...Tim Graham2014-04-181-1/+1
* Fixed #22378 -- Updated \d to [0-9]+ in urlpatterns of do...chriscauley2014-04-173-15/+15
* Fixed #22453 -- Corrected DoesNotExist message in docs.Tim Graham2014-04-162-2/+2
* Added Python 3.4 to list of supported version in docs/int...Tim Graham2014-04-081-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-033-21/+21
* Substituted 'shortcut function' for 'factory method' in t...Jeremy Dunck2014-03-091-2/+2
* Fixed some typos in the documentation.Baptiste Mispelon2014-03-021-1/+1
* Fixed spelling mistakes in docs.Tim Graham2014-03-011-3/+3
* Fixed #22129 -- Added steps for creating superusers to tu...Greg Chapple2014-02-281-5/+34
* Fixed docs typos.Szczepan Cieślik2014-02-251-1/+1
* Fixed #21939 -- Deprecated loading ssi/url tags from future.Zbigniew Siciarz2014-02-161-11/+0
* Added missing snippet to show filename in docsAlasdair Nicol2014-02-141-1/+4
* Fixed #21951 -- Updated docs to use __str__ for Python 3Alasdair Nicol2014-02-131-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-8/+1