summaryrefslogtreecommitdiff
path: root/docs/man
AgeCommit message (Expand)Author
2025-09-17Updated man page for Django 6.0 alpha 1.Natalia
2025-04-16Americanized some spellings.Adam Johnson
2025-01-15Updated man page for Django 5.2 alpha.Sarah Boyce
2024-05-22Updated man page for Django 5.1 alpha.Natalia
2023-09-18Updated man page for Django 5.0 alpha.Natalia
2023-01-17Updated man page for Django 4.2 alpha.Mariusz Felisiak
2022-05-17Updated man page for Django 4.1 alpha.Carlton Gibson
2022-03-08Rewrote strip_tags test file to lorem ipsum.Adam Johnson
2022-03-08Rewrote some references to "master".Adam Johnson
2021-09-20Updated man page for Django 4.0 alpha.Mariusz Felisiak
2021-01-14Updated django-admin man page for Django 3.2.Carlton Gibson
2020-05-12Updated man page for Django 3.1 alpha.Mariusz Felisiak
2019-09-10Updated man page for 3.0 alpha release.Carlton Gibson
2019-04-01Updated man page for 2.2 final.Carlton Gibson
2019-01-17Updated man page for Django 2.2 alpha.Carlton Gibson
2018-05-17Updated man page for Django 2.1 alpha.Tim Graham
2017-09-22Updated man page for Django 2.0 alpha.Tim Graham
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
2015-10-21Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki
2015-09-23Updated man page for Django 1.9 alpha.Tim Graham
2015-03-10Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpageErik Romijn
2015-02-06Removed gather_profile_stats.pyTim Graham
2015-01-18Removed support for syncing apps without migrations per deprecation timeline.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 FastCGI support per deprecation timeline; refs #20766.Tim Graham
2014-11-18Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov
2014-07-31Replaced django-admin.py with django-admin in the man page.Florian Apolloner
2014-07-30Fixed #23067 -- Updated docs to use django-adminChristoph Heer
2014-05-11Completed long overdue sqlinitialdata deprecation.Ramiro Morales
2014-05-02Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...Loic Bistuer
2014-04-26Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic
2014-01-10Removed a man page for a command that was removedAlex Gaynor
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-11-30Enabled makemessages to support several translation directoriesClaude Paroz
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2012-04-08Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...Claude Paroz
2012-03-31Removed the deprecated reset and sqlreset management commands.Aymeric Augustin
2012-03-25Fix lintian error in manpages.Paul McMillan
2012-03-13Replaced http by https in djangoproject.com linksClaude Paroz
2012-02-06Fixed a couple of minor errors in the django-admin(1) Unix man page.Ramiro Morales
2012-02-04Fixed #17517 -- Added `--name` option to startproject and startapp management...Jannis Leidel
2011-12-22Fixed #17042 -- Extended startproject and startapp management commands to bet...Jannis Leidel
2011-06-17Fixed #16099 -- Enabled threading for the runserver management command and ad...Jannis Leidel
2010-11-26Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...Jannis Leidel
2010-11-17Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...Jannis Leidel
2010-11-13Refactored runserver command and moved code related to staticfiles to a subcl...Jannis Leidel
2010-11-11Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel
2010-11-04Fixed #6476 -- Added option to makemessages management command to disable wra...Jannis Leidel