summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2018-04-17Fixed #29334 -- Updated pypi.python.org URLs to pypi.org.Brett Cannon
2018-03-22Fixed #29250 -- Added 'django_version' context to startapp/project docs.Graham Ullrich
2018-02-12Fixed #24270 -- Doc'd that django_bash_completion is only in the source distr...Carlton Gibson
2018-01-27Fixed #29004 -- Added inspectdb --include-views option.bquinn
2018-01-24Fixed #28784 -- Clarified how migrate --fake works.Senthil
2018-01-23Fixed "template tag" spelling in docs.Tim Graham
2018-01-20Fixed #28343 -- Add an OS chooser for docs command line examples.Ramiro Morales
2018-01-20Refs #25604 -- Removed docs for makemigrations --exit.Chris Jerdonek
2017-09-22Removed versionadded/changed annotations for 1.11.Tim Graham
2017-09-09Refs #24928 -- Added introspection support for PostgreSQL JSONFieldClaude Paroz
2017-07-26Fixed #28363 -- Allowed naming the migration generated by squashmigrations.Melvyn Sopacua
2017-06-19Fixed #27858 -- Prevented read-only management commands from creating the dja...Marti Raudsepp
2017-05-30Refs #26294 -- Fixed typo in docs/ref/django-admin.txt.René Fleschenberg
2017-05-27Fixed #27881 -- Added diffsettings --output option.Chris Lamb
2017-05-26Fixed #27978 -- Allowed loaddata to read data from stdin.Pavel Kulikov
2017-05-22Updated various links in docs to avoid redirectsClaude Paroz
2017-05-22Fixed #28015 -- Added makemessages --add-location option.Ling-Xiao Yang
2017-05-20Pointed Dive into Python links to python3 siteMichiel Beijen
2017-04-01Fixed #28004 -- Doc'd how to create migrations for an app without a migration...Tim Graham
2017-03-28Fixed #27988 -- Fixed typo in docs/ref/django-admin.txt.Tim Graham
2017-01-27Fixed #27769 -- Documented option naming differences between django-admin and...Andrew Nester
2017-01-17Removed versionadded/changed annotations for 1.10.Tim Graham
2017-01-17Refs #25838 -- Removed the deprecated shell --plain option.Tim Graham
2017-01-17Refs #25604 -- Removed makemigrations --exit option per deprecation timeline.Tim Graham
2017-01-06Fixed #27432 -- Made app_label arguments limit showmigrations --plan output.Sebastian Spiegel
2016-12-21Fixed #27600 -- Suppressed the REPL during shell's reading from stdin.jpic
2016-11-10Fixed #27438 -- Added the diffsettings --default option.Paweł Marczewski
2016-10-01Refs #26940 -- Re-allowed makemessages without settingsClaude Paroz
2016-09-06Fixed #24865 -- Added remove_stale_contenttypes management command.Tim Graham
2016-08-12Fixed #27008 -- Added --debug-mode option to DiscoverRunner.Chris Jerdonek
2016-06-23Fixed #26791 -- Replaced LiveServerTestCase port ranges with binding to port 0.Tim Graham
2016-06-15Fixed broken links in docs and comments.Ville Skyttä
2016-06-09Fixed #20468 -- Added loaddata --exclude option.Berker Peksag
2016-05-20Removed versionadded/changed annotations for 1.9.Tim Graham
2016-05-03Added --noinput in migrate commmand's docs.Arthur Vuillard
2016-03-18Fixed #25658 -- Allowed inspectdb to inspect a specific set of tables.José Tomás Tocino
2016-03-14Fixed #26294 -- Clarified call_command()'s handling of args and options.Tim Graham
2016-03-05Fixed #26315 -- Allowed call_command() to accept a Command object as the firs...Jon Dufresne
2016-02-23Fixed #26190 -- Returned handle() result from call_commandClaude Paroz
2016-02-17Fixed #25735 -- Added support for test tags to DiscoverRunner.Jakub Paczkowski
2016-02-01Fixed #26124 -- Added missing code formatting to docs headers.rowanv
2016-01-25Fixed #25968 -- Changed project/app templates to use a "py-tpl" suffix.Chris Lamb
2016-01-14Fixed #23868 -- Added support for non-unique django-admin-options in docs.Tim Graham
2016-01-13Refs #25769 -- Updated docs to reflect get_version() uses PEP 0440.Tim Graham
2016-01-12Removed an unncessary docs cross-reference for call_command().Tim Graham
2016-01-12Made CommandError use the exception directive in docs.Tim Graham
2016-01-11Fixed #25684 -- Made runserver use logging for request/response output.Flavio Curella
2016-01-06Fixed #25680 -- Added django-admin shell --command option.Niels Van Och
2015-12-24Discouraged use of /tmp with predictable names.Chris Lamb
2015-12-22Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham