summaryrefslogtreecommitdiff
path: root/docs/man
Commit message (Collapse)AuthorAgeFilesLines
* Updated man page for Django 4.2 alpha.Mariusz Felisiak2023-01-171-292/+142
|
* Updated man page for Django 4.1 alpha.Carlton Gibson2022-05-171-22/+76
|
* Rewrote strip_tags test file to lorem ipsum.Adam Johnson2022-03-081-4/+4
|
* Rewrote some references to "master".Adam Johnson2022-03-081-4/+4
| | | | Following d9a266d657f66b8c4fa068408002a4e3709ee669.
* Updated man page for Django 4.0 alpha.Mariusz Felisiak2021-09-201-35/+76
|
* Updated django-admin man page for Django 3.2.Carlton Gibson2021-01-141-42/+116
|
* Updated man page for Django 3.1 alpha.Mariusz Felisiak2020-05-121-28/+124
|
* Updated man page for 3.0 alpha release.Carlton Gibson2019-09-101-21/+126
|
* Updated man page for 2.2 final.Carlton Gibson2019-04-011-18/+11
|
* Updated man page for Django 2.2 alpha.Carlton Gibson2019-01-171-28/+91
|
* Updated man page for Django 2.1 alpha.Tim Graham2018-05-171-110/+108
|
* Updated man page for Django 2.0 alpha.Tim Graham2017-09-221-631/+765
|
* Discouraged use of /tmp with predictable names.Chris Lamb2015-12-241-1/+1
| | | | | The use of predictable filenames in /tmp often leads to symlink attacks so remove the most obvious use of them in the docs.
* Fixed #25965 -- Added removal of sql* commands to 1.9 release notes.Tim Graham2015-12-221-1/+1
|
* Fixed #25578 -- Corrected the casing of "GitHub".Yusuke Miyazaki2015-10-211-2/+2
|
* Updated man page for Django 1.9 alpha.Tim Graham2015-09-231-53/+200
|
* Fixed #23903 -- Configured Sphinx to autogenerate django-admin manpageErik Romijn2015-03-101-151/+2210
|
* Removed gather_profile_stats.pyTim Graham2015-02-061-26/+0
| | | | | This script uses the unmaintained hotshot module (gone on Python 3) and doesn't seem to be Django specific in any way.
* Removed support for syncing apps without migrations per deprecation timeline.Tim Graham2015-01-181-15/+1
| | | | | Kept support for creating models without migrations when running tests (especially for Django's test suite).
* Removed the validate management command per deprecation timeline.Tim Graham2015-01-171-3/+0
|
* Removed support for custom SQL per deprecation timeline.Tim Graham2015-01-171-3/+0
|
* Removed FastCGI support per deprecation timeline; refs #20766.Tim Graham2015-01-171-5/+0
|
* Fixed #18714 -- Added 'fuzzy' compilemessages optionAnton Baklanov2014-11-181-1/+1
|
* Replaced django-admin.py with django-admin in the man page.Florian Apolloner2014-07-311-2/+2
|
* Fixed #23067 -- Updated docs to use django-adminChristoph Heer2014-07-301-4/+3
|
* Completed long overdue sqlinitialdata deprecation.Ramiro Morales2014-05-111-3/+0
|
* Fixed clash caused by the newly introduced -e shorthand for makemessages ↵Loic Bistuer2014-05-021-1/+1
| | | | | | --exclude. This fixes a regression caused by 0707b82. Refs #22328.
* Fixed #22328 -- Added --exclude option to compilemessages and makemessages.Ana Krivokapic2014-04-261-2/+5
|
* Removed a man page for a command that was removedAlex Gaynor2014-01-101-34/+0
|
* Used app_label instead of appname.Aymeric Augustin2013-12-281-12/+12
| | | | | | | The last component of the dotted path to the application module is consistently referenced as the application "label". For instance it's AppConfig.label. appname could be confused with AppConfig.name, which is the full dotted path.
* Enabled makemessages to support several translation directoriesClaude Paroz2013-11-301-1/+2
| | | | | | Thanks Rémy Hubscher, Ramiro Morales, Unai Zalakain and Tim Graham for the reviews. Also fixes #16084.
* More migration docs, and conversion of all easy syncdb referencesAndrew Godwin2013-07-251-5/+4
|
* Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official ↵Claude Paroz2012-04-081-4/+1
| | | | | | deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Removed the deprecated reset and sqlreset management commands.Aymeric Augustin2012-03-311-9/+0
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17842 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fix lintian error in manpages.Paul McMillan2012-03-251-1/+1
| | | | | | | | | | | Fixes a lintian I: message about improper use of minus instead of a hyphen. The Debian/Ubuntu maintainers have been keeping this as a diff, and couldn't be bothered to contribute it upstream. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Replaced http by https in djangoproject.com linksClaude Paroz2012-03-131-1/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17703 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed a couple of minor errors in the django-admin(1) Unix man page.Ramiro Morales2012-02-061-11/+15
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@17461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17517 -- Added `--name` option to startproject and startapp ↵Jannis Leidel2012-02-041-3/+6
| | | | | | management commands to be able to render files without a file extension. Thanks, Florian Apolloner. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17432 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #17042 -- Extended startproject and startapp management commands to ↵Jannis Leidel2011-12-221-7/+9
| | | | | | | | | | better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. * Added ability to pass the project or app directory path as the second argument * Added ``--template`` option for specifying custom project and app templates * Cleaned up admin_scripts tests a little while I was there git-svn-id: http://code.djangoproject.com/svn/django/trunk@17246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #16099 -- Enabled threading for the runserver management command and ↵Jannis Leidel2011-06-171-1/+4
| | | | | | added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively. git-svn-id: http://code.djangoproject.com/svn/django/trunk@16427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver ↵Jannis Leidel2010-11-261-1/+4
| | | | | | management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14711 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14693, #14709 -- Backwards incompatible change to rectify the ↵Jannis Leidel2010-11-171-1/+1
| | | | | | | | | | | | | | | | confusion around the STATICFILES_URL and STATICFILES_ROOT settings. * Two new global settings that will be used by -- **but are not limited to** -- the staticfiles app: STATIC_ROOT and STATIC_URL. * Moving the 'django.contrib.staticfiles.templatetags.staticfiles' template tag to the core ('django.templatetags.static') and renaming it to 'get_static_prefix'. * Moving the context processor 'django.contrib.staticfiles.context_processors.staticfiles' to the core ('django.core.context_processors.static') and renaming it to 'static'. * Paths in media definitions will use STATIC_URL as the prefix if the value is not None, and falls back to the previously used MEDIA_URL. Thanks again to the community for constructive criticism and Carl and Russ for sanity-inducing discussions on IRC. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14592 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Refactored runserver command and moved code related to staticfiles to a ↵Jannis Leidel2010-11-131-0/+6
| | | | | | subclass that is enabled if staticfiles app is installed. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.Jannis Leidel2010-11-111-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Updated StaticFilesHandler and AdminMediaHandler to make use of the 404 handler if needed. * Updated runserver management command to serve static files only in DEBUG mode (or if specified the --insecure option) and if the staticfiles app is in INSTALLED_APPS. Also added an option to disable serving completely (--nostatic). * Added check in debug mode if STATICFILES_* settings are different to MEDIA_* settings. * Removed a faulty PendingDeprecationWarning in AdminMediaHandler that is triggered every time runserver is used. * Fixed an issue with the modification time checks when running collectstatic. * Extended and refined documentation. Thanks to everyone for input, especially to Carl Meyer, Ted Kaemming and Adam Vandenberg for patches. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6476 -- Added option to makemessages management command to disable ↵Jannis Leidel2010-11-041-1/+4
| | | | | | wrapping of long lines. Thanks to pytechd for the initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14454 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #14391 - Updated django-admin.1 man page to include newer commands. ↵Andrew Godwin2010-10-101-4/+38
| | | | | | Thanks to laurentluce for the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #11509 -- Modified usage of "Web" to match our style guide in various ↵Russell Keith-Magee2010-10-093-3/+3
| | | | | | documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7050 - Allow the makemessages command to optionally ignore paths when ↵Jannis Leidel2010-02-161-1/+8
| | | | | | examining source code and templates for translation strings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12444 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6380 - Follow symlinks when examining source code and templates for ↵Jannis Leidel2010-02-161-1/+5
| | | | | | translation strings. git-svn-id: http://code.djangoproject.com/svn/django/trunk@12443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #1142 -- Added multiple database support.Russell Keith-Magee2009-12-221-2/+2
| | | | | | | | | | | | | | | | | This monster of a patch is the result of Alex Gaynor's 2009 Google Summer of Code project. Congratulations to Alex for a job well done. Big thanks also go to: * Justin Bronn for keeping GIS in line with the changes, * Karen Tracey and Jani Tiainen for their help testing Oracle support * Brett Hoerner, Jon Loyens, and Craig Kimmerer for their feedback. * Malcolm Treddinick for his guidance during the GSoC submission process. * Simon Willison for driving the original design process * Cal Henderson for complaining about ponies he wanted. ... and everyone else too numerous to mention that helped to bring this feature into fruition. git-svn-id: http://code.djangoproject.com/svn/django/trunk@11952 bcc190cf-cafb-0310-a4f2-bffc1f526a37