summaryrefslogtreecommitdiff
path: root/docs/intro/reusable-apps.txt
AgeCommit message (Collapse)Author
2021-02-10Fixed #32355 -- Dropped support for Python 3.6 and 3.7Mariusz Felisiak
2020-12-15Added python_requires/install_requires to setup.cfg example in reusable apps ↵Thomas Güttler
docs.
2020-06-02Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.Jon Dufresne
2020-03-06Added missing backticks in various docs.Mariusz Felisiak
2020-01-16Added apps.py to project from tutorials in reusable apps docs.Anael Mobilia
2019-12-05Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.Mariusz Felisiak
2019-11-05Fixed #30944 -- Changed reusable apps docs to use a declarative config.Jon Dufresne
2019-09-06Fixed #30573 -- Rephrased documentation to avoid words that minimise the ↵Tobias Kunze
involved difficulty. This patch does not remove all occurrences of the words in question. Rather, I went through all of the occurrences of the words listed below, and judged if they a) suggested the reader had some kind of knowledge/experience, and b) if they added anything of value (including tone of voice, etc). I left most of the words alone. I looked at the following words: - simply/simple - easy/easier/easiest - obvious - just - merely - straightforward - ridiculous Thanks to Carlton Gibson for guidance on how to approach this issue, and to Tim Bell for providing the idea. But the enormous lion's share of thanks go to Adam Johnson for his patient and helpful review.
2019-04-18Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, ↵Ramiro Morales
comments and hints.
2019-03-29Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.Abhishek Bera
2019-03-21Fixed #30277 -- Fixed broken links to packaging.python.org.Tim Graham
2019-01-30Fixed #30116 -- Dropped support for Python 3.5.Tim Graham
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-09-10Refs #20910 -- Replaced snippet directive with code-block.Curtis Maloney
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2017-09-20Fixed #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-05-22Updated various links in docs to avoid redirectsClaude Paroz
Thanks Tim Graham and Mariusz Felisiak for review and completion.
2017-01-18Refs #23919 -- Removed Python 2 notes in docs.Tim Graham
2016-11-22Updated doc links to virtualenv website.Daniel Musketa
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-05-08Fixed #26483 -- Updated docs.python.org links to use Intersphinx.Tim Graham
2016-03-28Fixed #26416 -- Fixed references to previous tutorial numbers in ↵Joshua Pereyda
docs/intro/reusable-apps.txt.
2016-02-15Fixed #26221 -- Used find_packages() in reusable apps tutorial.Ryan Nowakowski
Otherwise the migrations package won't be included in the tarball.
2016-02-04Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.Manish Rastogi
2016-01-24Added Django version trove classifier to reusable apps tutorial.Tim Graham
2016-01-23Updated Python trove classifiers in reusable apps tutorial.Tim Graham
2015-12-01Fixed #25778 -- Updated docs links to use https when available.Jon Dufresne
2015-11-16Fixed #25755 -- Unified spelling of "website".Agnieszka Lasyk
2015-02-03Fixed #24149 -- Normalized tuple settings to lists.darkryder
2014-12-19Used https for most *.python.org linksClaude Paroz
2014-10-24Replaced dead links to python-distribute.org.Tim Graham
2014-08-02Fixed #23148 -- Minor tweaks in tutorial code samplesCollin Anderson
2014-07-16Edited setup.py in reuseable apps tutorial to use a context manager for open().Dean Silfen
2013-12-30Assumed Python 3 throughout docs/intro.Aymeric Augustin
Various small fixes while I was proof-reading.
2013-12-24Updated a few doc paragraphs following the app-loading refactor.Aymeric Augustin
2013-12-08Updated a bunch of hyperlinks in documentationClaude Paroz
2013-12-05Fixed #21562 -- Warned against using the same app name as a django contrib app.Alasdair Nicol
Thanks yourcelf for the report.
2013-11-19Recommended setuptools in the reuseable app tutorial.Dražen Lučanin
setuptools has merged with distribute.
2013-10-14Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a ↵M Nasimul Haque
filename. Thanks Marc Tamlyn for the suggestion.
2013-09-13Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.Tim Graham
Thanks ylb415 at gmail.com for the suggestion.
2013-08-28Fixed #20983 -- Updated package classifiers in reuseable apps tutorial.Tim Graham
Thanks Cloudream for the report.
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-14Fixed #20746 -- Removed Python 2.6 specific code/docsTim Graham
2013-06-28Fixed missing slash in reusable apps tutorial.Baptiste Mispelon
2013-05-06Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.Tim Graham
Thanks monuszko for the report.
2013-04-24Fixed a rST bug in the README template in the reusable apps docs.Jannis Leidel
2013-04-24Fixed the reusable apps docs to use a rst file extension for the README and ↵Jannis Leidel
follow PEP8 a bit more.
2013-04-21Added 'polls' sub directory under static and reorganized to more accurately ↵jktravis
represent the project; compared using 'tree' command.
2013-03-29Fixed #19582 - Added a static files tutorial.Tim Graham
Thanks James Pic.
2013-02-23Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.Tim Graham
Thanks James Pic.