summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Collapse)Author
2017-03-28[1.9.x] Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
Backport of ea36e7454c267aab933e92481288e1eab636cd62 from master
2016-06-15[1.9.x] Fixed broken links in docs and comments.Ville Skyttä
Backport of 96f97691ad5e1483263cea3bb4e4021b4c8dcc41 from master
2016-05-03[1.9.x] Added --noinput in migrate commmand's docs.Arthur Vuillard
Backport of 72ea289ab7f3a0c2c6dca7b2eb73f3117409f8f0 from master
2016-03-14[1.9.x] Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
Backport of 5695c142d282f4681a8d43bb55ec49f11f3fc40e from master
2016-02-01[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.Tim Graham
Backport of a6ef025dfb2a1d1bd23893408eef6d066fb506d9 from master
2016-02-01[1.9.x] Fixed #23868 -- Added support for non-unique django-admin-options in ↵Tim Graham
docs. Also documented missing short command line options to fix #24134. This bumps the minimum sphinx version required to build the docs to 1.3.4. Thanks Simon Charette for review. Backport of e519aab43a419589e92fe284e4ce2f2e034aec6a from master
2016-01-25[1.9.x] Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
Debian packages unconditionally byte-compile .py files on installation and do not silence errors by design. Therefore, we need a way of shipping these invalid .py files without a .py extension but ensuring that when we template them, they end up as .py. We don't special-case .py files so that the all the TemplateCommand command-line options (eg. extra_files and extensions) still work entirely as expected and it may even be useful for other formats too. Backport of abc0777b63057e2ff97eee2ff184356051e14c47 from master
2016-01-12[1.9.x] Removed an unncessary docs cross-reference for call_command().Tim Graham
Backport of a7752780d9e78e12d0bd7bd2dcf920d304e039bc from master
2016-01-12[1.9.x] Made CommandError use the exception directive in docs.Tim Graham
Backport of 555f8e9d5c640373d2bd30ec1212b341c859f828 from master
2015-12-24[1.9.x] Discouraged use of /tmp with predictable names.Chris Lamb
The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs. Backport of 77b8d8cb6d6d6345f479c68c4892291c1492ba7e from master
2015-12-22[1.9.x] Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham
Backport of d52b0c5b38cce633a75420a703a15f03aabd70dd from master
2015-11-25[1.9.x] Fixed man page by ensuring ".pot" doesn't render unescaped.Tim Graham
See https://github.com/sphinx-doc/sphinx/issues/2131 Backport of 0cfe589f9563f283cbffd03d95c7f9e8e63345b9 from master
2015-11-23[1.9.x] Corrected doc'd differences between django-admin and manage.py.Stephane Angel (Twidi)
Backport of 8091e8c5c61fb0a6bd15e92bea1f9fdfa21c047f from master
2015-11-18[1.9.x] Refs #25526 -- Documented some missing termcolors.Tim Graham
Backport of 5f7f3b46853c958789361a7defda8ca3c3c2be53 from master
2015-10-21[1.9.x] Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
Backport of 230d8c7301281176a31443a2f4f425828291e46d from master
2015-10-06[1.9.x] Fixed #25516 -- Documented that parallel test excution doesn't work ↵Tim Graham
with pdb. Backport of cb15ceb5555de0799210a0ce37e744fd4f284b36 from master
2015-09-19Fixed #25390 -- Allowed specifying a start migration in squashmigrationsMarkus Holtermann
Thanks Tim Graham for the review.
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
This reduces the time spent cloning databases. Thanks Tim for the suggestion.
2015-09-09Test parallelization isn't implemented on Oracle.Aymeric Augustin
2015-09-09Acknoweldeged a limitation of the parallel test runner.Aymeric Augustin
Notably it will fail to report a Model.DoesNotExist exceptions because the class itself isn't pickleable. (Django has specific code to make its instances pickleable.)
2015-09-09Allowed a port range for the liveserver by default.Aymeric Augustin
This is required for running tests in parallel.
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
Thanks Gwildor Sok for the report and Tim Graham for the review.
2015-06-30Fixed #25038 -- Reverted incorrect documentation about inspectdb ↵Tim Graham
introspecting views. This reverts commit bd691f4586c8ad45bd059ff9d3621cbf8afdcdce (refs #24177).
2015-06-22Fixed #24970 -- Added --managers and --admins options to the sendtestemail ↵Rolo
management command.
2015-06-16Fixed #24971 -- Made startapp generate an apps.pyMounir Messelmeni
2015-06-04Fixed #24159 -- Made compilemessages run across all apps.Matthew Somerville
Updated the command to match the documentation, which states it runs over all .po files.
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
Thanks Tim Graham for the review.
2015-03-20Fixed #24419 -- Added sendtestemail management commandLoek van Gent
2015-03-08Fixed #23407 -- Extended coverage of makemigrations --noinput option.Marten Kenbeek
Changed --noinput option in makemigrations to suppress all user prompts, not just when combined with --merge.
2015-02-22Fixed #24358 -- Corrected code-block directives for console sessions.Sean Wang
2015-02-13Fixed #24184 -- Prevented automatic soft-apply of migrationsMarkus Holtermann
Previously Django only checked for the table name in CreateModel operations in initial migrations and faked the migration automatically. This led to various errors and unexpected behavior. The newly introduced --fake-initial flag to the migrate command must be passed to get the same behavior again. With this change Django will bail out in with a "duplicate relation / table" error instead. Thanks Carl Meyer and Tim Graham for the documentation update, report and review.
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
Kept support for creating models without migrations when running tests (especially for Django's test suite).
2015-01-17Removed dumpdata --natural option and serializers use_natural_keys parameter.Tim Graham
Per deprecation timeline; refs #13252.
2015-01-17Removed usage of deprecated dumpdata options in docs.Tim Graham
2015-01-17Removed the validate management command per deprecation timeline.Tim Graham