index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
man
/
django-admin.1
Age
Commit message (
Expand
)
Author
2021-04-06
[3.2.x] Updated manpage for Django 3.2 final.
Carlton Gibson
2021-01-14
Updated django-admin man page for Django 3.2.
Carlton Gibson
2020-05-12
Updated man page for Django 3.1 alpha.
Mariusz Felisiak
2019-09-10
Updated man page for 3.0 alpha release.
Carlton Gibson
2019-04-01
Updated man page for 2.2 final.
Carlton Gibson
2019-01-17
Updated man page for Django 2.2 alpha.
Carlton Gibson
2018-05-17
Updated man page for Django 2.1 alpha.
Tim Graham
2017-09-22
Updated man page for Django 2.0 alpha.
Tim Graham
2015-12-24
Discouraged use of /tmp with predictable names.
Chris Lamb
2015-12-22
Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.
Tim Graham
2015-10-21
Fixed #25578 -- Corrected the casing of "GitHub".
Yusuke Miyazaki
2015-09-23
Updated man page for Django 1.9 alpha.
Tim Graham
2015-03-10
Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpage
Erik Romijn
2015-01-18
Removed support for syncing apps without migrations per deprecation timeline.
Tim Graham
2015-01-17
Removed the validate management command per deprecation timeline.
Tim Graham
2015-01-17
Removed support for custom SQL per deprecation timeline.
Tim Graham
2015-01-17
Removed FastCGI support per deprecation timeline; refs #20766.
Tim Graham
2014-11-18
Fixed #18714 -- Added 'fuzzy' compilemessages option
Anton Baklanov
2014-07-31
Replaced django-admin.py with django-admin in the man page.
Florian Apolloner
2014-07-30
Fixed #23067 -- Updated docs to use django-admin
Christoph Heer
2014-05-11
Completed long overdue sqlinitialdata deprecation.
Ramiro Morales
2014-05-02
Fixed clash caused by the newly introduced -e shorthand for makemessages --ex...
Loic Bistuer
2014-04-26
Fixed #22328 -- Added --exclude option to compilemessages and makemessages.
Ana Krivokapic
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-11-30
Enabled makemessages to support several translation directories
Claude Paroz
2013-07-25
More migration docs, and conversion of all easy syncdb references
Andrew Godwin
2012-04-08
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official depreca...
Claude Paroz
2012-03-31
Removed the deprecated reset and sqlreset management commands.
Aymeric Augustin
2012-03-25
Fix lintian error in manpages.
Paul McMillan
2012-02-06
Fixed a couple of minor errors in the django-admin(1) Unix man page.
Ramiro Morales
2012-02-04
Fixed #17517 -- Added `--name` option to startproject and startapp management...
Jannis Leidel
2011-12-22
Fixed #17042 -- Extended startproject and startapp management commands to bet...
Jannis Leidel
2011-06-17
Fixed #16099 -- Enabled threading for the runserver management command and ad...
Jannis Leidel
2010-11-26
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ma...
Jannis Leidel
2010-11-17
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusio...
Jannis Leidel
2010-11-13
Refactored runserver command and moved code related to staticfiles to a subcl...
Jannis Leidel
2010-11-11
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
Jannis Leidel
2010-11-04
Fixed #6476 -- Added option to makemessages management command to disable wra...
Jannis Leidel
2010-10-10
Fixed #14391 - Updated django-admin.1 man page to include newer commands. Tha...
Andrew Godwin
2010-10-09
Fixed #11509 -- Modified usage of "Web" to match our style guide in various d...
Russell Keith-Magee
2010-02-16
Fixed #7050 - Allow the makemessages command to optionally ignore paths when ...
Jannis Leidel
2010-02-16
Fixed #6380 - Follow symlinks when examining source code and templates for tr...
Jannis Leidel
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2008-09-02
Cleaned up a bunch of minor doc stuff:
Jacob Kaplan-Moss
2008-08-25
Removed outdated "adminindex" command -- the same behavior is now far easier ...
Jacob Kaplan-Moss
2008-08-23
Massive reorganization of the docs. See the new docs online at http://docs.dj...
Jacob Kaplan-Moss
2008-08-08
Fixed #5463 -- Allow alternate file extensions on files that are translated.
Malcolm Tredinnick
2008-07-06
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...
Malcolm Tredinnick
2007-06-10
Added a man page for django-admin.py. Also install it correctly as part of the
Malcolm Tredinnick