summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
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
2015-01-17Removed support for custom SQL per deprecation timeline.Tim Graham
2015-01-17Removed support for initial_data fixtures per deprecation timeline.Tim Graham
2015-01-17Removed the syncdb command per deprecation timeline.Tim Graham
2015-01-17Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham
2015-01-12Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn
2014-12-31Fixed #23359 -- Added showmigrations command to list migrations and plan.Markus Holtermann
2014-12-19Moved version directives to the bottom of the loaddata section.Berker Peksag
2014-11-28Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap
2014-11-25Fixed typo in docs/ref/django-admin.txtRichard Olsson
2014-11-24Fixed #23742 -- Added an option to reverse tests order.wrwrwr
2014-11-24Fixed spelling in docs/ref/django-admin.txt.Tim Graham