index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
intro
/
reusable-apps.txt
Age
Commit message (
Expand
)
Author
2023-03-01
[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
django-bot
2023-02-28
[4.2.x] Refs #34140 -- Corrected rst code-block and various formatting issues...
Joseph Victor Zammit
2023-02-10
[4.2.x] Refs #34140 -- Applied rst code-block to non-Python examples.
Carlton Gibson
2023-02-07
[4.2.x] Fixed #34146 -- Added 3rd-party lib tutorial step.
Tim Schilling
2022-08-15
Fixed #33778 -- Updated build-system configuration.
Youssef
2022-05-31
Fixed docs build with sphinxcontrib-spelling 7.5.0+.
Mariusz Felisiak
2022-03-29
Updated various links to HTTPS and new locations.
Mariusz Felisiak
2021-09-17
Fixed typo in docs/intro/reusable-apps.txt.
Steven Maude
2021-07-29
Fixed 32956 -- Lowercased spelling of "web" and "web framework" where appropr...
David Smith
2021-02-11
Refs #30944 -- Added pyproject.toml in reusable apps docs.
Nick Pope
2021-02-10
Fixed #32355 -- Dropped support for Python 3.6 and 3.7
Mariusz Felisiak
2020-12-15
Added python_requires/install_requires to setup.cfg example in reusable apps ...
Thomas Güttler
2020-06-02
Fixed #31643 -- Changed virtualenv doc references to Python 3 venv.
Jon Dufresne
2020-03-06
Added missing backticks in various docs.
Mariusz Felisiak
2020-01-16
Added apps.py to project from tutorials in reusable apps docs.
Anael Mobilia
2019-12-05
Fixed #31062 -- Doc'd asgi.py in tutorials and project templates.
Mariusz Felisiak
2019-11-05
Fixed #30944 -- Changed reusable apps docs to use a declarative config.
Jon Dufresne
2019-09-06
Fixed #30573 -- Rephrased documentation to avoid words that minimise the invo...
Tobias Kunze
2019-04-18
Fixed #30367 -- Changed "pip install" to "python -m pip install" in docs, com...
Ramiro Morales
2019-03-29
Fixed #30265 -- Fixed a tutorial number in Reusable App tutorial.
Abhishek Bera
2019-03-21
Fixed #30277 -- Fixed broken links to packaging.python.org.
Tim Graham
2019-01-30
Fixed #30116 -- Dropped support for Python 3.5.
Tim Graham
2018-11-15
Used auto-numbered lists in documentation.
François Freitag
2018-09-10
Refs #20910 -- Replaced snippet directive with code-block.
Curtis Maloney
2018-04-17
Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.
Brett Cannon
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-05-22
Updated various links in docs to avoid redirects
Claude Paroz
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2016-11-22
Updated doc links to virtualenv website.
Daniel Musketa
2016-06-15
Fixed broken links in docs and comments.
Ville Skyttä
2016-05-08
Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-03-28
Fixed #26416 -- Fixed references to previous tutorial numbers in docs/intro/r...
Joshua Pereyda
2016-02-15
Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Ryan Nowakowski
2016-02-04
Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
Manish Rastogi
2016-01-24
Added Django version trove classifier to reusable apps tutorial.
Tim Graham
2016-01-23
Updated Python trove classifiers in reusable apps tutorial.
Tim Graham
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-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2014-12-19
Used https for most *.python.org links
Claude Paroz
2014-10-24
Replaced dead links to python-distribute.org.
Tim Graham
2014-08-02
Fixed #23148 -- Minor tweaks in tutorial code samples
Collin Anderson
2014-07-16
Edited setup.py in reuseable apps tutorial to use a context manager for open().
Dean Silfen
2013-12-30
Assumed Python 3 throughout docs/intro.
Aymeric Augustin
2013-12-24
Updated a few doc paragraphs following the app-loading refactor.
Aymeric Augustin
2013-12-08
Updated a bunch of hyperlinks in documentation
Claude Paroz
2013-12-05
Fixed #21562 -- Warned against using the same app name as a django contrib app.
Alasdair Nicol
2013-11-19
Recommended setuptools in the reuseable app tutorial.
Dražen Lučanin
2013-10-14
Fixed #20910 -- Added a "snippet" sphinx directive to allow prefixing a filen...
M Nasimul Haque
2013-09-13
Fixed #21094 -- Updated reuseable apps tutorial to use pip for installation.
Tim Graham
[next]