jakul
|
0e36948f62
fix bad locale names
|
12 years ago |
Aymeric Augustin
|
c28e700c7e
Removed references to changes made in 1.2.
|
12 years ago |
Honza Kral
|
fedac99c85
Fixed #15926 -- Added option --no-initial-data to syncdb and flush.
|
12 years ago |
Ramiro Morales
|
e9a56606e7
Fixed broken URLs introduced in 1adc87cd32.
|
13 years ago |
Ramiro Morales
|
1adc87cd32
Updated some URLs in the documentation to point to the new repository.
|
13 years ago |
Claude Paroz
|
5c53e30607
Fixed #18035 -- Removed deprecated AdminMediaHandler, as per official deprecation timeline. Thanks Jannis Leidel and Ramiro Morales for the review.
|
13 years ago |
Ramiro Morales
|
b4a9827133
Fixed #18074 -- Fixed description of dumpdata command --database option.
|
13 years ago |
Aymeric Augustin
|
d38690796c
Removed the deprecated reset and sqlreset management commands.
|
13 years ago |
Adrian Holovaty
|
dd246a62c7
Edited some docs and docstrings until [17685]
|
13 years ago |
Ramiro Morales
|
c4527b1df7
Fixed Sphinx warnings when building docs introduced in r17665.
|
13 years ago |
Chris Beaven
|
8c9b032ea0
Fixes #17327 -- Add --database option to createsuperuser and change password management commands
|
13 years ago |
Adrian Holovaty
|
2ade1e916f
Edited stuff from [17543] to [17629]
|
13 years ago |
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 years ago |
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 years ago |
Adrian Holovaty
|
7981efe04f
Documentation (and some small source code) edits from [17432] - [17537]
|
13 years ago |
Aymeric Augustin
|
f9ec6bd3df
Documented the new version numbering scheme introduced in r17357.
|
13 years ago |
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 years ago |
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 years ago |
Adrian Holovaty
|
6ecadcbdd2
Made a bunch more edits up until [17418]
|
13 years ago |
Adrian Holovaty
|
f950a99acb
Edited django-admin.txt changes from [17340]
|
13 years ago |
Chris Beaven
|
b5d0cc9091
Add a mention in the startproject docs section that --template can take a URL
|
13 years ago |
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 years ago |
Adrian Holovaty
|
de697769b7
Edited doc changes from [17246]
|
13 years ago |
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 years ago |
Julien Phalip
|
2f02a05ffb
Fixed #2879 -- Added support for the integration with Selenium and other in-browser testing frameworks. Also added the first Selenium tests for `contrib.admin`. Many thanks to everyone for their contributions and feedback: Mikeal Rogers, Dirk Datzert, mir, Simon G., Almad, Russell Keith-Magee, Denis Golomazov, devin, robertrv, andrewbadr, Idan Gazit, voidspace, Tom Christie, hjwp2, Adam Nelson, Jannis Leidel, Anssi Kääriäinen, Preston Holmes, Bruno Renié and Jacob Kaplan-Moss.
|
13 years ago |
Timo Graham
|
9b8e211dd3
Fixed #17028 - Changed diveintopython.org -> diveintopython.net
|
13 years ago |
Julien Phalip
|
c3df840c20
Fixed #16903 -- Added `--no-location` option to the `makemessages` command to not write '#: filename:line' comment lines in language files. Thanks to alpar for the suggestion and patch.
|
13 years ago |
Carl Meyer
|
145a77edc9
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
13 years ago |
Luke Plant
|
d1e5c55258
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
|
13 years ago |
Carl Meyer
|
38f1fe3b35
Fixed #15372 -- Switched to a startproject default layout that allows us to avoid sys.path hacks.
|
13 years ago |