summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2013-01-02[1.5.x] Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-28[1.5.x] Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-22[1.5.x] Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-11-21[1.5.x] Added examples of using startproject/app with URLsPreston Holmes
2012-11-07[1.5.x] Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
2012-10-28[1.5.x] Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27[1.5.x] Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-27Fixed a typo in runserver docsTim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-08-05Fixed a rst error introduced in f2abfe1e.Aymeric Augustin
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-07Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-05Fixed #17997 - Documented that the debug server is now multithreaded by default.Tim Graham
2012-06-27Fixed #17511 - Removed reference to deprecated "reset" management command in ...Tim Graham
2012-06-07fix bad locale namesjakul
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-04-06Fixed #18074 -- Fixed description of dumpdata command --database option.Ramiro Morales
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-12Edited some docs and docstrings until [17685]Adrian Holovaty
2012-03-10Fixed Sphinx warnings when building docs introduced in r17665.Ramiro Morales
2012-03-05Fixes #17327 -- Add --database option to createsuperuser and change password ...Chris Beaven
2012-03-02Edited stuff from [17543] to [17629]Adrian Holovaty
2012-03-02Fixed #17799 - Documented that the execute() method of a management command i...Carl Meyer
2012-02-19Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine...Aymeric Augustin
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-09Documented the new version numbering scheme introduced in r17357.Aymeric Augustin
2012-02-07Fixed #11745 -- Grouped commands by application in the output of `manage.py h...Aymeric Augustin
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