index
:
django.git
fix-31295
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
2016-06-15
[1.9.x] Fixed broken links in docs and comments.
Ville Skyttä
2016-05-08
[1.9.x] Fixed #26483 -- Updated docs.python.org links to use Intersphinx.
Tim Graham
2016-03-28
[1.9.x] Fixed #26416 -- Fixed references to previous tutorial numbers in docs...
Joshua Pereyda
2016-02-15
[1.9.x] Fixed #26221 -- Used find_packages() in reusable apps tutorial.
Ryan Nowakowski
2016-02-04
[1.9.x] Fixed #26169 -- Fixed tutorial reference in reusable apps tutorial.
Manish Rastogi
2016-01-24
[1.9.x] Added Django version trove classifier to reusable apps tutorial.
Tim Graham
2016-01-23
[1.9.x] Updated Python trove classifiers in reusable apps tutorial.
Tim Graham
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-16
[1.9.x] 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
2013-08-28
Fixed #20983 -- Updated package classifiers in reuseable apps tutorial.
Tim Graham
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2013-07-14
Fixed #20746 -- Removed Python 2.6 specific code/docs
Tim Graham
2013-06-28
Fixed missing slash in reusable apps tutorial.
Baptiste Mispelon
2013-05-06
Fixed #20305 - Added include for polls/static to MANIFEST.in in tutorial.
Tim Graham
2013-04-24
Fixed a rST bug in the README template in the reusable apps docs.
Jannis Leidel
2013-04-24
Fixed the reusable apps docs to use a rst file extension for the README and f...
Jannis Leidel
2013-04-21
Added 'polls' sub directory under static and reorganized to more accurately r...
jktravis
2013-03-29
Fixed #19582 - Added a static files tutorial.
Tim Graham
2013-02-23
Changed "mysite/mytemplates/" -> "mysite/templates" in tutorial.
Tim Graham
2013-02-07
Fixed #19706 - Tweaks to the tutorial.
Tim Graham
2013-02-04
Simplified default project template.
Aymeric Augustin
2012-12-15
Fixed #9962 - Added a testing tutorial.
Tim Graham
2012-10-31
Fixed #19216 - Switched to user level installation in apps tutorial.
Tim Graham
2012-10-30
Fixed #16671 - Added a tutorial on reuseable apps
Tim Graham