Django

Code

root/django/trunk/docs/django-admin.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7844 [7844] 07/06/08 01:39:44 mtredinnick Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup …
(edit) @7704 [7704] 06/19/08 08:24:39 russellm Fixed #6719 -- Added a --traceback option to syncdb to provide a stack …
(edit) @7648 [7648] 06/15/08 22:37:57 adrian Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, …
(edit) @7621 [7621] 06/11/08 22:56:41 adrian Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywa
(edit) @7619 [7619] 06/11/08 22:36:48 adrian Various documentation edits from the past few changesets
(edit) @7615 [7615] 06/11/08 09:01:35 russellm Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific …
(edit) @7614 [7614] 06/10/08 23:34:03 ubernostrum Fixed #7397: corrected order of command names in docs/django-admin.txt
(edit) @7599 [7599] 06/08/08 13:38:36 jacob Added a note about manage.py createsuperuser requiring …
(edit) @7594 [7594] 06/08/08 02:24:00 ubernostrum Move "createsuperuser" docs down one slot to maintain alphabetical …
(edit) @7593 [7593] 06/08/08 02:23:05 ubernostrum Add documentation for the creatsuperuser target (added in [7590]) to …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7119 [7119] 02/15/08 05:38:53 mtredinnick Made a bunch of tiny documentation formatting and typo fixes. Thanks, …
(edit) @6983 [6983] 01/01/08 23:08:25 adrian Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. …
(edit) @6938 [6938] 12/17/07 05:11:34 mtredinnick Typo fix.
(edit) @6932 [6932] 12/17/07 03:09:08 mtredinnick Fixed #6155 -- Fixed dumpdata to work with the default model manager …
(edit) @6747 [6747] 11/29/07 13:30:42 mtredinnick Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out …
(edit) @6743 [6743] 11/29/07 12:15:38 mtredinnick Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?.
(edit) @6602 [6602] 10/23/07 14:11:15 adrian Edited docs/django-admin.txt changes from [6400]. (I'm behind on editing!)
(edit) @6400 [6400] 09/21/07 11:19:20 russellm Fixed #5516 -- Added the ability for applications to define their own …
(edit) @6363 [6363] 09/16/07 11:01:25 adrian FIxed #5376 -- Fixed typo in testserver docs
(edit) @6204 [6204] 09/14/07 14:17:15 adrian Fixed #5376 -- Added --addrport option to the 'testserver' command. …
(edit) @6077 [6077] 09/09/07 17:01:33 adrian Fixed broken link in docs/django-admin.txt
(edit) @6076 [6076] 09/09/07 17:00:30 adrian Improved 'Examples of using different ports and addresses' section in …
(edit) @6075 [6075] 09/09/07 16:57:59 adrian Fixed #5369 -- Refactored the django-admin.py help system, allowing each …
(edit) @6050 [6050] 09/05/07 09:01:31 russellm Refs #5343 -- Reverted [6047]. Loading custom commands was causing the …
(edit) @6047 [6047] 09/04/07 07:59:49 russellm Fixed #5212, #5222 -- Added the ability for users to register their own …
(edit) @6017 [6017] 08/25/07 18:56:33 adrian Added note to docs/django-admin.txt section on 'testserver' that the …
(edit) @6013 [6013] 08/25/07 14:32:30 adrian Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer …
(edit) @5929 [5929] 08/18/07 00:58:59 russellm Rolled out [5923]-[5925] due to breaking call_command().
(edit) @5925 [5925] 08/18/07 00:10:31 russellm Added some initial documentation on adding customized commands to …
(edit) @5912 [5912] 08/16/07 18:05:00 adrian Added 'django-admin.py testserver' command and docs
(edit) @5692 [5692] 07/14/07 00:27:22 mtredinnick Fixed #4869 -- Added a note that syncdb does not alter existing tables. …
(edit) @5571 [5571] 06/30/07 20:00:23 adrian Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
(edit) @5418 [5418] 06/02/07 03:00:11 mtredinnick Fixed #4455 -- Small typo fix.
(edit) @5405 [5405] 06/01/07 05:11:43 mtredinnick Fixed #4370 -- Clarified how syncdb searches for initial data files. …
(edit) @5039 [5039] 04/20/07 04:15:30 mtredinnick Changed all references to tutorial1/ to be tutorial01/ (and similarly …
(edit) @5004 [5004] 04/12/07 20:01:57 adrian Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, …
(edit) @4978 [4978] 04/09/07 07:11:19 mtredinnick Fixed #3909 -- Added a couple of small clarifications to …
(edit) @4964 [4964] 04/08/07 20:44:26 adrian Added note to docs/django-admin.txt about the examples using …
(edit) @4937 [4937] 04/05/07 21:25:58 russellm Fixed #3790 -- Fixed a problem with sequence resetting during fixture …
(edit) @4818 [4818] 03/25/07 13:09:43 adrian Fixed typo in docs/django-admin.txt. Refs #3786
(edit) @4804 [4804] 03/23/07 15:45:30 ubernostrum Remove notes about things added/removed in development version, since the …
(edit) @4742 [4742] 03/16/07 10:02:21 adrian Fixed small typo in docs/django-admin.txt. Thanks, Cort
(edit) @4661 [4661] 03/01/07 20:28:44 russellm Added option to pretty-print dumped fixture output
(edit) @4659 [4659] 03/01/07 07:11:08 russellm Fixes #2333 -- Added test fixtures framework.
(edit) @4651 [4651] 02/28/07 16:11:45 jacob Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda.
(edit) @4623 [4623] 02/26/07 15:36:14 jacob Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. …
(edit) @4484 [4484] 02/10/07 22:39:23 adrian Made negligible change to docs/django-admin.txt -- 'MS Windows' to …
(edit) @4481 [4481] 02/10/07 03:07:54 mtredinnick Fixed #3159 -- documented how to work around a lack of symlinking …
(edit) @4425 [4425] 01/24/07 18:53:30 adrian Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of …
(edit) @4420 [4420] 01/24/07 14:08:47 adrian Fixed #3333 -- Docs now use relative links, not hard-coded …
(edit) @3841 [3841] 09/25/06 12:50:36 adrian Proofread new django-admin 'adminmedia' option from [3811] and [3812]
(edit) @3812 [3812] 09/24/06 03:22:52 mtredinnick Documented the change in r3811. Refs #2600.
(edit) @3763 [3763] 09/15/06 04:30:35 russellm Clarified development stream status of some of the django-admin command …
(edit) @3689 [3689] 08/31/06 09:29:47 russellm Refs #2333 - Added more documentation for testing framework, and clarified …
(edit) @3678 [3678] 08/29/06 13:04:09 jacob Added a rough cut of a document on using the new testing framework.
(edit) @3357 [3357] 07/17/06 09:58:39 adrian Added 'Turning off auto-reload' section to docs/django-admin.txt
(edit) @3285 [3285] 07/06/06 23:06:00 adrian Fixed #2272 -- Improved SQLite database introspection. Thanks, …
(edit) @3062 [3062] 06/02/06 00:40:31 adrian Fixed #1638 -- Documented shortcomings of development server in …
(edit) @2950 [2950] 05/21/06 15:20:47 adrian Fixed #1957 -- Added docs for 'version' to docs/django-admin.txt
(edit) @2945 [2945] 05/19/06 00:07:33 adrian Small cleanups to docs/model-api.txt and docs/django-admin.txt
(edit) @2944 [2944] 05/18/06 23:12:16 mtredinnick Fixed #1886 -- documented the syncdb option.
(edit) @2943 [2943] 05/18/06 22:47:59 mtredinnick Documented that the development server does not, by default handle …
(edit) @2942 [2942] 05/18/06 22:37:50 mtredinnick Fixed #981 -- documented the SQL initial data insert files.
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2349 [2349] 02/18/06 16:04:52 adrian Implemented get_indexes() for Postgres backend, which means 'inspectdb' …
(edit) @2346 [2346] 02/18/06 15:26:28 adrian Fixed #1286 -- Improved 'inspectdb' so that it introspects …
(edit) @2271 [2271] 02/04/06 14:08:30 adrian Fixed #1328 -- Improved 'inspectdb' to handle Python reserved words as …
(edit) @1930 [1930] 01/12/06 14:56:10 adrian Fixed #1202 -- Changed 'manage.py shell' to use IPython if present. Also …
(edit) @1905 [1905] 01/10/06 23:54:13 adrian Fixed typo in docs/django-admin.py
(edit) @1903 [1903] 01/10/06 22:56:24 adrian Fixed typo in docs/django-admin.txt
(edit) @1901 [1901] 01/10/06 20:06:27 adrian Updated tutorials 1-4 to use manage.py instead of django-admin.py, new …
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1518 [1518] 12/01/05 00:32:25 adrian Fixed #971 -- inspectdb for SQLite now introspects field types.
(edit) @1484 [1484] 11/28/05 20:05:32 adrian Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. …
(edit) @1474 [1474] 11/27/05 20:57:38 adrian Fixed #798 and #715 -- Added optional arguments to createsuperuser, for …
(edit) @1107 [1107] 11/06/05 17:02:54 adrian Fixed #723 -- Documented 'django-admin installperms'
(edit) @948 [948] 10/18/05 20:09:05 adrian Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a …
(edit) @900 [900] 10/17/05 08:05:55 adrian Added note to docs/django-admin.txt about 127.0.0.1 not being accessible …
(edit) @795 [795] 10/06/05 12:29:59 adrian Fixed ReST formatting for docs/django-admin.txt
(edit) @794 [794] 10/06/05 12:27:13 adrian Changed docs/django-admin.txt to add a link to diveintopython's …
(edit) @793 [793] 10/06/05 12:22:23 adrian Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for …
(edit) @692 [692] 09/25/05 17:03:30 jacob Added a database-backed cache backend, along with a tool in django-admin …
(edit) @612 [612] 09/02/05 14:05:51 adrian Fixed ReST bugs in docs/django-admin.txt
(edit) @607 [607] 09/02/05 13:26:16 adrian Fixed #454 -- Clarified django-admin '--help' output to use 'modelmodule' …
(edit) @539 [539] 08/19/05 16:23:56 adrian Fixed #360 -- runserver now takes optional 'ip:port' in addition to …
(edit) @535 [535] 08/17/05 23:50:09 adrian Clarified docs/django-admin.txt to say 'runserver' runs the model …
(edit) @533 [533] 08/17/05 23:12:01 adrian Added docs/legacy_databases.txt
(edit) @505 [505] 08/15/05 10:24:56 adrian Fixed #322 -- Development server now calls validate() again. Thanks, rmunn
(edit) @475 [475] 08/10/05 16:02:07 adrian Changed docs/django-admin.txt to add note about which databases …
(edit) @473 [473] 08/10/05 15:30:30 adrian Fixed another ReST bug in docs/django-admin.txt
(edit) @472 [472] 08/10/05 15:29:55 adrian Added 'Available options' section to docs/django-admin.txt, and fixed the …
(add) @471 [471] 08/10/05 15:24:51 adrian Added docs/django-admin.txt
Note: See TracRevisionLog for help on using the revision log.