summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2014-01-20Added a missing command to the command line examples for check.Russell Keith-Magee
2014-01-20Corrected documentation typo.Russell Keith-Magee
2014-01-20Corrected minor typo.Russell Keith-Magee
2014-01-20Fixed #16905 -- Added extensible checks (nee validation) frameworkRussell Keith-Magee
2013-12-30Stopped populating the app registry as a side effect.Aymeric Augustin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-25Unified listing of shell commands/codeYaroslav Halchenko
2013-12-02Fixed #13476 -- Added support for color in console output under Windows.Ramiro Morales
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-11-23Fixed #21488 -- Multiple locales treatment in i18n commands.Ramiro Morales
2013-11-18Added more internal links in the management command documentation.Baptiste Mispelon
2013-11-02Django should be capitalized in textBouke Haarsma
2013-11-02Fixed #9523 -- Restart runserver after translation MO files changeBouke Haarsma
2013-10-30Fixed #9722 - used pyinotify as change detection system when availableUnai Zalakain
2013-10-14Fixed #21210 -- Documented when runserver doesn't auto-restart.Bouke Haarsma
2013-10-14Fixed #15888 -- Made tablename argument of createcachetable optionalClaude Paroz
2013-10-11Fixed #13252 -- Added ability to serialize with natural primary keys.Tai Lee
2013-09-10Fixed #21075 - Improved doc for calling call_command with arguments.oz123
2013-09-06Adding 'sqlmigrate' command and quote_parameter to support it.Andrew Godwin
2013-09-05Fixed #21035 -- Changed docs to treat the acronym SQL phonetically.Eric Boersma
2013-08-19Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-10Docs tweaks (thanks timgraham)Andrew Godwin
2013-08-09Merge remote-tracking branch 'core/master' into schema-alterationAndrew Godwin
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-04Fixed a small formatting issue.Julien Phalip
2013-07-30Fixed #19877 -- Added `--no-color` option to `BaseCommand` to avoid using out...Jose L. Patino
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-25Small start to migrations documentationAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-18Fixed typo in inspectdb docsAlasdair Nicol
2013-07-12Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-15Adjusted the docs to reflect when the checksetup command was added.Daniel Lindsley
2013-06-14Added missing docs for the checksetup command.Daniel Lindsley
2013-05-28Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
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