- 02 Dec, 2013 2 commits
-
-
James Tanner committed
-
James Tanner committed
-
- 22 Nov, 2013 1 commit
-
-
Steven Davidson committed
-
- 19 Oct, 2013 1 commit
-
-
This commit removes the restriction on django management commands. If a command is unknown to the django installation, there will be a concise error produced. for example: tasks: - name: invalid command django_manage: virtualenv="/valid/virtualenv" app_path="/valid/app_path" command="nowaydude" Results in: failed: [hostname] => {"cmd": "python manage.py nowaydude", "failed": true} msg: stdout: Unknown command: 'nowaydude' Type 'manage.py help' for usage. :stderr: Unknown django command: nowaydude
Patrick Michaud committed
-
- 09 Oct, 2013 1 commit
-
-
Javier Candeira committed
-
- 24 Sep, 2013 1 commit
-
-
Jake Kreider committed
-
- 11 Aug, 2013 1 commit
-
-
danxshap committed
-
- 30 Jun, 2013 1 commit
-
-
Michael DeHaan committed
-
- 19 Jun, 2013 1 commit
-
-
The django 'migrate' command should receive the --noinput command, otherwise it can block waiting for user input.
Lorin Hochstein committed
-
- 17 Jun, 2013 1 commit
-
-
Signed-off-by: Jochen Maes <jochen@sejo-it.be>
Jochen Maes committed
-
- 15 Jun, 2013 1 commit
-
-
Migrated all examples: in DOCUMENTATION=''' string to standalone EXAMPLES=''' string Added deprecation warning to moduledev.rst and remove deprecated example from it Fixed up a few typos and uppercased some acronyms. add consistency to how EXAMPLES are formatted
Jan-Piet Mens committed
-
- 13 Jun, 2013 1 commit
-
-
Lorin Hochstein committed
-
- 28 Apr, 2013 1 commit
-
-
Michael DeHaan committed
-
- 12 Mar, 2013 1 commit
-
-
Both modules seboolean and zfs have not been adapted since they defer from the default (either by having a 'null' or special state, or prefering "on"/"off" for state indication.
Dag Wieers committed
-
- 28 Feb, 2013 2 commits
-
-
Michael DeHaan committed
-
Michael DeHaan committed
-
- 27 Feb, 2013 4 commits
-
-
Scott Anderson committed
-
Scott Anderson committed
-
Add some aliases for django manage, mainly around underscores, and use the newer (easier) way to do module docs. Also add list of avail commands to docs.
Michael DeHaan committed -
Scott Anderson committed
-