Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/docs/ref/django-admin.txt
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25604 -- Added makemigrations --check option.Jon Dufresne2015-10-241-0/+11
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-211-2/+2
* Fixed #25516 -- Documented that parallel test excution do...Tim Graham2015-10-061-0/+4
* Fixed #25500 -- Added --fail-level option to check command.Jon Dufresne2015-10-051-0/+10
* Removed versionadded/changed annotations for 1.8.Tim Graham2015-09-241-37/+0
* Refs #23359 -- Removed the migrate --list option per depr...Tim Graham2015-09-241-5/+0
* Fixed #25390 -- Allowed specifying a start migration in s...Markus Holtermann2015-09-191-2/+9
* Made assorted improvements to the Oracle documentation.Mariusz Felisiak2015-09-181-3/+4
* Documented that the parallel test runner doesn't work on ...Aymeric Augustin2015-09-101-1/+2
* Avoided running more test processes than necessary.Aymeric Augustin2015-09-101-0/+4
* Test parallelization isn't implemented on Oracle.Aymeric Augustin2015-09-091-0/+2
* Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin2015-09-091-0/+11
* Allowed a port range for the liveserver by default.Aymeric Augustin2015-09-091-1/+5
* Cloned databases for running tests in parallel.Aymeric Augustin2015-09-091-0/+4
* Implemented a parallel test runner.Aymeric Augustin2015-09-091-0/+20
* Fixed #25350 -- Added alias --no-input for --noinput to m...Raphael Michel2015-09-081-1/+6
* Fixed #24857 -- Added "python -m django" entry point.Ryan Hiebert2015-09-081-1/+7
* Fixed #25144 -- Allowed migrate to create tables for apps...Tim Graham2015-09-041-0/+8
* Moved misplaced versionadded annotation.Tim Graham2015-09-031-2/+2
* Fixed #22258 -- Added progress status for dumpdata when o...Claude Paroz2015-07-241-0/+6
* Fixed #25038 -- Reverted incorrect documentation about in...Tim Graham2015-06-301-10/+5
* Fixed #24970 -- Added --managers and --admins options to ...Rolo2015-06-221-0/+12
* Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni2015-06-161-0/+5
* Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville2015-06-051-0/+5
* Cosmetic edits and minor corrections to docs/ref/django-a...garwoodpr2015-05-221-16/+16
* Removed initial data from flush docs since it's removed; ...Tim Graham2015-04-271-2/+5
* Fixed #24704 -- Clarified system check interaction with r...Tim Graham2015-04-251-3/+3
* Fixed #24560 -- Added a --dry-run mode to the createcache...Adam Chainz2015-04-091-0/+7
* Fixed #24550 -- Added migration operation description to ...Markus Holtermann2015-03-301-0/+6
* Fixed #24419 -- Added sendtestemail management commandLoek van Gent2015-03-201-0/+12
* Fixed #23407 -- Extended coverage of makemigrations --noi...Marten Kenbeek2015-03-081-3/+6
* Fixed #24358 -- Corrected code-block directives for conso...Sean Wang2015-02-221-1/+1
* Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann2015-02-131-0/+13
* Removed docs about unmigrated apps as they are not suppor...Tim Graham2015-02-091-2/+1
* Removed versionadded/changed notes for 1.7.Tim Graham2015-02-021-57/+5
* Fixed #24177 -- Added documentation about database view s...Fabio C. Barrionuevo da Luz2015-01-201-5/+10
* Removed support for syncing apps without migrations per d...Tim Graham2015-01-181-57/+0
* Removed dumpdata --natural option and serializers use_nat...Tim Graham2015-01-181-9/+0
* Removed usage of deprecated dumpdata options in docs.Tim Graham2015-01-181-4/+4
* Removed the validate management command per deprecation t...Tim Graham2015-01-181-11/+0
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-27/+0
* Removed support for initial_data fixtures per deprecation...Tim Graham2015-01-171-6/+0
* Removed the syncdb command per deprecation timeline.Tim Graham2015-01-171-17/+0
* Removed FastCGI support per deprecation timeline; refs #2...Tim Graham2015-01-171-127/+0
* Fixed #24118 -- Added --debug-sql option for tests.Marc Tamlyn2015-01-121-0/+8
* Fixed #23359 -- Added showmigrations command to list migr...Markus Holtermann2014-12-311-8/+29
* Moved version directives to the bottom of the loaddata se...Berker Peksag2014-12-191-5/+5
* Fixed #23728 -- Added the --exit option to makemigrations.Tim Heap2014-11-281-0/+8
* Fixed typo in docs/ref/django-admin.txtRichard Olsson2014-11-251-1/+1
* Fixed #23742 -- Added an option to reverse tests order.wrwrwr2014-11-251-0/+9