summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2012-02-03Made a bunch more edits up until [17418]Adrian Holovaty
2012-02-03Edited django-admin.txt changes from [17340]Adrian Holovaty
2012-01-29Add a mention in the startproject docs section that --template can take a URLChris Beaven
2012-01-04Fixed #17503 -- A destination directory passed to startproject or startapp as...Carl Meyer
2011-12-30Edited doc changes from [17246]Adrian Holovaty
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-12-22Fixed #2879 -- Added support for the integration with Selenium and other in-b...Julien Phalip
2011-11-19Fixed #17028 - Changed diveintopython.org -> diveintopython.netTimo Graham
2011-11-11Fixed #16903 -- Added `--no-location` option to the `makemessages` command to...Julien Phalip
2011-10-22Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled int...Carl Meyer
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fixed #15372 -- Switched to a startproject default layout that allows us to a...Carl Meyer
2011-09-04Converted links to external topics so they use intersphinx extension markup.Ramiro Morales
2011-08-22Trivial documentation typo fix.Malcolm Tredinnick
2011-06-19Added '.txt' to list of file extensions that the makemessages management comm...Jannis Leidel
2011-06-17Fixed #16099 -- Enabled threading for the runserver management command and ad...Jannis Leidel
2011-06-12Fixed docs render warning.Jannis Leidel
2011-06-10Fixed #16185, #15675 -- Added the ability for test runners to define custom o...Russell Keith-Magee
2011-05-29Fixed #15992 -- Added more references to settings. Thanks, aaugustin.Jannis Leidel
2011-04-20Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, followerAdrian Holovaty
2011-04-01Changed e-mail to email throughout documentation and codebase. The one except...Adrian Holovaty
2011-02-14Fixed "the the" typos.Timo Graham
2011-01-30Fixed #14978 -- Added versionchanged directive to --adminmedia docs clarifyin...Jannis Leidel
2011-01-15Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for th...Timo Graham
2011-01-15Fixed #14928 -- Ensure that a fully qualified domain name can be used for run...Russell Keith-Magee
2010-12-26Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1Timo Graham
2010-12-12Fixed #14187 -- Added support for bpython to shell management command. Thanks...Jannis Leidel
2010-12-12Fixed #14268 -- Start the deprecation of the reset and sqlreset management co...Jannis Leidel
2010-12-04Fixed #12407 - Document 'call_command' - thanks UloPe for the suggestion and ...Timo Graham
2010-11-26Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-13Fixed a few typos introduced in r14533.Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel
2010-10-27Documented options accepted by the runfcgi management command.Ramiro Morales
2010-10-23Fixed #14173 -- Added sections about contrib apps-provided commands to django...Ramiro Morales
2010-08-30Fixed #14162 - Dumpdata needs an option to use the base manager instead of th...Luke Plant
2010-08-23Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the p...Russell Keith-Magee
2010-08-19Fixed #14141: docs now use the :doc: construct for links between documents.Jacob Kaplan-Moss
2010-08-07Rationalized the verbosity levels (including introducing a new super-verbose ...Russell Keith-Magee
2010-08-06Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusio...Russell Keith-Magee
2010-06-21Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to...Russell Keith-Magee
2010-03-03Fixed #12969: Use versionadded directive for the new --symlinks option to the...James Bennett
2010-02-23Fixed #12800 -- Clarified the text describing the palettes available to djang...Russell Keith-Magee
2010-02-16Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...Jannis Leidel
2010-02-16Fixed #6380 - Follow symlinks when examining source code and templates for tr...Jannis Leidel
2010-01-25Fixed #12672 -- Added the ability to configure which applications are availab...Russell Keith-Magee
2010-01-23Added color configuration for HTTP 304, since it doesn't require as much atte...Russell Keith-Magee