Aymeric Augustin
|
c81fae6b95
Used app_label instead of appname.
|
11 роки тому |
Claude Paroz
|
50a8ab7cd1
Enabled makemessages to support several translation directories
|
11 роки тому |
Andrew Godwin
|
f8297f6323
More migration docs, and conversion of all easy syncdb references
|
11 роки тому |
Claude Paroz
|
5c53e30607
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
|
13 роки тому |
Aymeric Augustin
|
d38690796c
Removed the deprecated reset and sqlreset management commands.
|
13 роки тому |
Paul McMillan
|
5d4fb5cfea
Fix lintian error in manpages.
|
13 роки тому |
Ramiro Morales
|
09ad6d1b88
Fixed a couple of minor errors in the django-admin(1) Unix man page.
|
13 роки тому |
Jannis Leidel
|
faeee611d6
Fixed #17517 -- Added `--name` option to startproject and startapp management commands to be able to render files without a file extension. Thanks, Florian Apolloner.
|
13 роки тому |
Jannis Leidel
|
a9a0f0b03f
Fixed #17042 -- Extended startproject and startapp management commands to 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.
|
13 роки тому |
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 роки тому |
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 роки тому |
Jannis Leidel
|
33d8fcde8a
Fixed #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings.
|
14 роки тому |
Jannis Leidel
|
e9f3899b20
Refactored runserver command and moved code related to staticfiles to a subclass that is enabled if staticfiles app is installed.
|
14 роки тому |
Jannis Leidel
|
8e96584f63
Fixed #14524, #14582, #14617, #14665 and #14667 -- Tweaked staticfiles app.
|
14 роки тому |
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 роки тому |
Andrew Godwin
|
941318fcee
Fixed #14391 - Updated django-admin.1 man page to include newer commands. Thanks to laurentluce for the patch.
|
14 роки тому |
Russell Keith-Magee
|
a904e55859
Fixed #11509 -- Modified usage of "Web" to match our style guide in various documentation, comments and code. Thanks to timo and Simon Meers for the work on the patch.
|
14 роки тому |
Jannis Leidel
|
eb26c9686b
Fixed #7050 - Allow the makemessages command to optionally ignore paths when examining source code and templates for translation strings.
|
15 роки тому |
Jannis Leidel
|
fef575a7f9
Fixed #6380 - Follow symlinks when examining source code and templates for translation strings.
|
15 роки тому |
Russell Keith-Magee
|
ff60c5f9de
Fixed #1142 -- Added multiple database support.
|
15 роки тому |
Jacob Kaplan-Moss
|
23f012dbfa
Cleaned up a bunch of minor doc stuff:
|
16 роки тому |
Jacob Kaplan-Moss
|
7e06b69a3d
Removed outdated "adminindex" command -- the same behavior is now far easier and better done in a template, or perhaps a custom `AdminSite.index` function. Refs #5500.
|
16 роки тому |
Jacob Kaplan-Moss
|
97cb07c3a1
Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/.
|
16 роки тому |
Malcolm Tredinnick
|
3735f27660
Fixed #5463 -- Allow alternate file extensions on files that are translated.
|
16 роки тому |
Malcolm Tredinnick
|
3cfa3cbd07
Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into django-admin.py.
|
16 роки тому |
Malcolm Tredinnick
|
b91226027e
Added a man page for django-admin.py. Also install it correctly as part of the
|
18 роки тому |