Preston Holmes
|
e7723683dc
Fixed #9279 -- Added ignorenonexistent option to loaddata
|
12 vuotta sitten |
Tim Graham
|
e44bedd13f
Fixed a typo in runserver docs
|
12 vuotta sitten |
Tim Graham
|
837425b425
Fixed #18934 - Removed versionadded/changed annotations for Django 1.3
|
12 vuotta sitten |
Aymeric Augustin
|
9a3026a920
Fixed a rst error introduced in f2abfe1e.
|
12 vuotta sitten |
Mike Grouchy
|
f2abfe1e48
Adds interpreter option to shell command as per ticket #18639
|
12 vuotta sitten |
Claude Paroz
|
249c445446
Fixed #18164 -- Precised startapp template context content
|
12 vuotta sitten |
Tim Graham
|
e4a1407a9c
Fixed #17997 - Documented that the debug server is now multithreaded by default.
|
12 vuotta sitten |
Tim Graham
|
c8928b91b5
Fixed #17511 - Removed reference to deprecated "reset" management command in FAQ; thanks voxpuibr@ for the report.
|
12 vuotta sitten |
jakul
|
0e36948f62
fix bad locale names
|
13 vuotta sitten |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
13 vuotta sitten |
Honza Kral
|
fedac99c85
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
|
13 vuotta sitten |
Ramiro Morales
|
e9a56606e7
Fixed broken URLs introduced in 1adc87cd32.
|
13 vuotta sitten |
Ramiro Morales
|
1adc87cd32
Updated some URLs in the documentation to point to the new repository.
|
13 vuotta sitten |
Claude Paroz
|
5c53e30607
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
|
13 vuotta sitten |
Ramiro Morales
|
b4a9827133
Fixed #18074 -- Fixed description of dumpdata command --database option.
|
13 vuotta sitten |
Aymeric Augustin
|
d38690796c
Removed the deprecated reset and sqlreset management commands.
|
13 vuotta sitten |
Adrian Holovaty
|
dd246a62c7
Edited some docs and docstrings until [17685]
|
13 vuotta sitten |
Ramiro Morales
|
c4527b1df7
Fixed Sphinx warnings when building docs introduced in r17665.
|
13 vuotta sitten |
Chris Beaven
|
8c9b032ea0
Fixes #17327 -- Add --database option to createsuperuser and change password management commands
|
13 vuotta sitten |
Adrian Holovaty
|
2ade1e916f
Edited stuff from [17543] to [17629]
|
13 vuotta sitten |
Carl Meyer
|
3ed0b6ed64
Fixed #17799 - Documented that the execute() method of a management command is not suitable for calling the command from code; call_command should be used instead. Thanks kacah222 for the report and claudep for the patch.
|
13 vuotta sitten |
Aymeric Augustin
|
0fe4218427
Fixed #17573 -- Documented MySQL's switch to InnoDB as default storage engine. Thanks Lenz Hirsch for the report and Claude Paroz for the patch.
|
13 vuotta sitten |
Adrian Holovaty
|
7981efe04f
Documentation (and some small source code) edits from [17432] - [17537]
|
13 vuotta sitten |
Aymeric Augustin
|
f9ec6bd3df
Documented the new version numbering scheme introduced in r17357.
|
13 vuotta sitten |
Aymeric Augustin
|
175e6d77df
Fixed #11745 -- Grouped commands by application in the output of `manage.py help`. Made 'version' consistent with 'help' while I was in the area, and added tests. Thanks Jannis for the feedback and review.
|
13 vuotta sitten |
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 vuotta sitten |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 vuotta sitten |
Adrian Holovaty
|
f950a99acb
Edited django-admin.txt changes from [17340]
|
13 vuotta sitten |
Chris Beaven
|
b5d0cc9091
Add a mention in the startproject docs section that --template can take a URL
|
13 vuotta sitten |
Carl Meyer
|
bc63ba700a
Fixed #17503 -- A destination directory passed to startproject or startapp as optional second argument is now reused as the project/app directory, rather than a new project/app directory created within it. Refs #17042.
|
13 vuotta sitten |