~ubuntu-branches/debian/squeeze/python-django/squeeze

« back to all changes in this revision

Viewing changes to docs/ref/django-admin.txt

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb, Chris Lamb, David Spreen, Sandro Tosi
  • Date: 2008-11-19 21:31:00 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081119213100-gp0lqhxl1qxa6dgl
Tags: 1.0.2-1
[ Chris Lamb ]
* New upstream bugfix release. Closes: #505783
* Add myself to Uploaders with ACK from Brett.

[ David Spreen ]
* Remove python-pysqlite2 from Recommends because Python 2.5 includes
  sqlite library used by Django. Closes: 497886

[ Sandro Tosi ]
* debian/control
  - switch Vcs-Browser field to viewsvn

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
.. django-admin-option:: --help
53
53
 
54
 
In Django 0.96, run ``django-admin.py --help`` to display a help message that
55
 
includes a terse list of all available subcommands and options.
56
 
 
57
 
In the Django development version, run ``django-admin.py help`` to display a
58
 
list of all available subcommands. Run ``django-admin.py help <subcommand>``
59
 
to display a description of the given subcommand and a list of its available
60
 
options.
 
54
Run ``django-admin.py help`` to display a list of all available subcommands.
 
55
Run ``django-admin.py help <subcommand>`` to display a description of the
 
56
given subcommand and a list of its available options.
61
57
 
62
58
App names
63
59
---------
246
242
post-synchronization handlers will be re-executed, and the ``initial_data``
247
243
fixture will be re-installed.
248
244
 
249
 
The behavior of this command has changed in the Django development version.
250
 
Previously, this command cleared *every* table in the database, including any
251
 
table that Django didn't know about (i.e., tables that didn't have associated
252
 
models and/or weren't in ``INSTALLED_APPS``). Now, the command only clears
253
 
tables that are represented by Django models and are activated in
254
 
``INSTALLED_APPS``.
255
 
 
256
245
.. django-admin-option:: --noinput
257
246
 
258
247
    Use the ``--noinput`` option to suppress all user prompting, such as "Are
385
374
------------
386
375
 
387
376
.. versionchanged:: 1.0
388
 
   Before 1.0 this was the "bin/make-messages.py" command.
 
377
   Before 1.0 this was the ``bin/make-messages.py`` command.
389
378
 
390
379
Runs over the entire source tree of the current directory and pulls out all
391
380
strings marked for translation. It creates (or updates) a message file in the