summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2017-03-28[1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
2016-05-03[1.9.x] Added --noinput in migrate commmand's docs.Arthur Vuillard
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ...Tim Graham
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-22[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
2015-11-25[1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.Tim Graham
2015-11-23[1.9.x] Corrected doc'd differences between django-admin and manage.py.Stephane Angel (Twidi)
2015-11-18[1.9.x] Refs #25526 -- Documented some missing termcolors.Tim Graham
2015-10-21[1.9.x] Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-10-06[1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work w...Tim Graham
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
2015-09-18Made assorted improvements to the Oracle documentation.Mariusz Felisiak
2015-09-10Documented that the parallel test runner doesn't work on Windows.Aymeric Augustin
2015-09-10Avoided running more test processes than necessary.Aymeric Augustin
2015-09-09Test parallelization isn't implemented on Oracle.Aymeric Augustin
2015-09-09Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
2015-09-09Cloned databases for running tests in parallel.Aymeric Augustin
2015-09-09Implemented a parallel test runner.Aymeric Augustin
2015-09-08Fixed #25350 -- Added alias --no-input for --noinput to management commands.Raphael Michel
2015-09-07Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert
2015-09-04Fixed #25144 -- Allowed migrate to create tables for apps without migrations.Tim Graham
2015-09-03Moved misplaced versionadded annotation.Tim Graham
2015-07-24Fixed #22258 -- Added progress status for dumpdata when outputting to fileClaude Paroz
2015-06-30Fixed #25038 -- Reverted incorrect documentation about inspectdb introspectin...Tim Graham
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ma...Rolo
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
2015-05-21Cosmetic edits and minor corrections to docs/ref/django-admin.txt.garwoodpr
2015-04-27Removed initial data from flush docs since it's removed; refs #24711.Tim Graham
2015-04-25Fixed #24704 -- Clarified system check interaction with runserver.Tim Graham
2015-04-09Fixed #24560 -- Added a --dry-run mode to the createcachetable command.Adam Chainz
2015-03-30Fixed #24550 -- Added migration operation description to sqlmigrate outputMarkus Holtermann
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
2015-02-09Removed docs about unmigrated apps as they are not supported in Django 1.9.Tim Graham
2015-02-01Removed versionadded/changed notes for 1.7.Tim Graham
2015-01-20Fixed #24177 -- Added documentation about database view support in inspectdbFabio C. Barrionuevo da Luz
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.Tim Graham
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
2015-01-17Removed usage of deprecated dumpdata options in docs.Tim Graham
2015-01-17Removed the validate management command per deprecation timeline.Tim Graham