summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-11-21Added examples of using startproject/app with URLsPreston Holmes
2012-11-07Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Fixed #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