summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2019-10-08[2.2.x] Fixed #28790 -- Doc'd how to avoid running certain test classes in pa...Caio Ariede
2019-09-30[2.2.x] Doc'd that migrate commmand accepts a unique migration name prefix.David Vaz
2019-09-27[2.2.x] Fixed #30597 -- Clarified how to unapply migrations.David Vaz
2019-09-27[2.2.x] Refs #30597 -- Added a warning about dependent apps when unapplying m...David Vaz
2019-07-11[2.2.x] Doc'd --no-input option for createsuperuser.Hasan Ramezani
2019-07-09[2.2.x] Fixed typos in docs/ref/django-admin.txt.Mariusz Felisiak
2019-05-07[2.2.x] Fixed typo in docs/ref/django-admin.txt.Daniel Musketa
2019-04-26[2.2.x] Fixed #30361 -- Increased the default timeout of watchman client to 5...Jacob Green
2019-03-28[2.2.x] Used extlinks for Django's source code.Tim Graham
2019-02-06[2.2.x] Refs #15372 -- Removed obsolete docs about manage.py setting sys.path.Andy Chosak
2019-01-13Fixed #27685 -- Added watchman support to the autoreloader.Tom Forbes
2018-12-19Fixed #30031 -- Added --no-header option to makemigrations/squashmigrations.Dakota Hawkins
2018-11-26Refs #29722 -- Added introspection of materialized views for Oracle.Mariusz Felisiak
2018-11-19Refs #29722 -- Added introspection of partitions for PostgreSQL.Nick Pope
2018-11-15Used auto-numbered lists in documentation.François Freitag
2018-10-23Fixed #29831 -- Added validation for makemigrations --name.Prabakaran Kumaresshan
2018-10-23Refs #29877 -- Made diveinto.org URLs HTTPS.Jon Dufresne
2018-10-23Fixed #29877 -- Replaced diveintopython3.net with diveinto.org/python3/.za
2018-10-15Fixed #29817 -- Deprecated settings.FILE_CHARSET.Jon Dufresne
2018-10-02Refs #29722 -- Added introspection of materialized views for PostgreSQL.Nick Pope
2018-10-02Fixed #29719 -- Added introspection of foreign tables for PostgreSQL.Nick Pope
2018-10-02Removed docs for obsolete limitations of inspectdb.Tim Graham
2018-09-11Fixed #29560 -- Added --force-color management command option.Hasan Ramezani
2018-08-03Fixed #29198 -- Added migrate --plan option.Calvin DeBoer
2018-05-17Removed versionadded/changed annotations for 2.0.Tim Graham
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