Ramiro Morales
|
932b1b8d6d
Converted links to external topics so they use intersphinx extension markup.
|
13 years ago |
Malcolm Tredinnick
|
5994a7442d
Trivial documentation typo fix.
|
13 years ago |
Jannis Leidel
|
63f9b67129
Added '.txt' to list of file extensions that the makemessages management command automatically scans. Refs #12202.
|
13 years ago |
Jannis Leidel
|
ce165f7bbf
Fixed #16099 -- Enabled threading for the runserver management command and added a --nothreading option to disable it if needed. This should help Google Chrome users because it opens more than one connection speculatively.
|
13 years ago |
Jannis Leidel
|
9f3d76a921
Fixed docs render warning.
|
13 years ago |
Russell Keith-Magee
|
046ffa483e
Fixed #16185, #15675 -- Added the ability for test runners to define custom options, and to specify a custom test runner at the command line. Thanks to Dmitry Jemerov and Mikołaj Siedlarek for the patch.
|
13 years ago |
Jannis Leidel
|
49f57a5d28
Fixed #15992 -- Added more references to settings. Thanks, aaugustin.
|
13 years ago |
Adrian Holovaty
|
519534bf03
Fixed #15846 -- Fixed unfinished sentence in django-admin.txt. Thanks, follower
|
14 years ago |
Adrian Holovaty
|
94af19c43f
Changed e-mail to email throughout documentation and codebase. The one exception is translation strings, which I didn't want to disrupt
|
14 years ago |
Timo Graham
|
6eacbfd411
Fixed "the the" typos.
|
14 years ago |
Jannis Leidel
|
aaa76ca1b3
Fixed #14978 -- Added versionchanged directive to --adminmedia docs clarifying why it's not working with staticfiles (deprecation of AdminMediaHandler).
|
14 years ago |
Timo Graham
|
8b4e39bc2e
Fixed #15088 - Missing dash in documentation. Thanks Aryeh Leib Taurog for the report.
|
14 years ago |
Russell Keith-Magee
|
d7fa33af78
Fixed #14928 -- Ensure that a fully qualified domain name can be used for runserver. Thanks to Karmel Allison for the report, Łukasz Rekucki for the patch, and claudep for the tests.
|
14 years ago |
Timo Graham
|
2ea93f9327
Fixed #14000 - remove versionadded/changed tags for Django 1.0 and 1.1
|
14 years ago |
Jannis Leidel
|
05eb53603c
Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck.
|
14 years ago |
Jannis Leidel
|
a03a8adb3e
Fixed #14268 -- Start the deprecation of the reset and sqlreset management command. Thanks, Carl.
|
14 years ago |
Timo Graham
|
097072aee4
Fixed #12407 - Document 'call_command' - thanks UloPe for the suggestion and adamv for the patch.
|
14 years ago |
Jannis Leidel
|
6a32e253f6
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches.
|
14 years ago |
Jannis Leidel
|
33d8fcde8a
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings.
|
14 years ago |
Jannis Leidel
|
e9f3899b20
Refactored runserver command and moved code related to staticfiles to a subclass that is enabled if staticfiles app is installed.
|
14 years ago |
Jannis Leidel
|
1ed62706e7
Fixed a few typos introduced in r14533.
|
14 years ago |
Jannis Leidel
|
8e96584f63
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
|
14 years ago |
Jannis Leidel
|
efc5384a32
Fixed #6476 -- Added option to makemessages management command to disable wrapping of long lines. Thanks to pytechd for the initial patch.
|
14 years ago |
Ramiro Morales
|
4239bb0f35
Documented options accepted by the runfcgi management command.
|
14 years ago |
Ramiro Morales
|
b874549807
Fixed #14173 -- Added sections about contrib apps-provided commands to django-admin.py docs.
|
14 years ago |
Luke Plant
|
5deb3e5a62
Fixed #14162 - Dumpdata needs an option to use the base manager instead of the default manager
|
14 years ago |
Russell Keith-Magee
|
a323fd3c5e
Fixed #14112 -- Various Markup fixes for the docs. Thanks to ramiro for the patch.
|
14 years ago |
Jacob Kaplan-Moss
|
728effcfbd
Fixed #14141: docs now use the :doc: construct for links between documents.
|
14 years ago |
Russell Keith-Magee
|
72dc12ed06
Rationalized the verbosity levels (including introducing a new super-verbose level) for syncdb, test and loaddata.
|
14 years ago |
Russell Keith-Magee
|
0c37f8d81f
Fixed #12775 -- Modified the --exclude argument to dumpdata to allow exclusion of individual models. Thanks to emulbreh for the suggestion, and Joshua Ginsberg for the patch.
|
14 years ago |