summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
AgeCommit message (Expand)Author
2008-08-23Massive reorganization of the docs. See the new docs online at http://docs.dj...Jacob Kaplan-Moss
2008-08-08Fixed #5463 -- Allow alternate file extensions on files that are translated.Malcolm Tredinnick
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-07-06Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d...Malcolm Tredinnick
2008-06-19Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ...Russell Keith-Magee
2008-06-16Fixed #6980 -- Removed duplicate stuff in docs/django-admin.txt. Thanks, Evan...Adrian Holovaty
2008-06-12Fixed #7194 -- Fixed typo in django-admin.txt. Thanks, jhlywaAdrian Holovaty
2008-06-12Various documentation edits from the past few changesetsAdrian Holovaty
2008-06-11Fixed #7254 -- Added an '--exclude' option to dumpdata, allowing specific app...Russell Keith-Magee
2008-06-11Fixed #7397: corrected order of command names in docs/django-admin.txtJames Bennett
2008-06-08Added a note about manage.py createsuperuser requiring django.contrib.auth. T...Jacob Kaplan-Moss
2008-06-08Move "createsuperuser" docs down one slot to maintain alphabetical ordering o...James Bennett
2008-06-08Add documentation for the creatsuperuser target (added in [7590]) to doc/djan...James Bennett
2008-02-15Made a bunch of tiny documentation formatting and typo fixes.Malcolm Tredinnick
2008-01-02Fixed #6252 -- Clarified the --settings option in docs/django-admin.txt. Than...Adrian Holovaty
2007-12-17Typo fix.Malcolm Tredinnick
2007-12-17Fixed #6155 -- Fixed dumpdata to work with the default model manager (necessaryMalcolm Tredinnick
2007-11-29Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out byMalcolm Tredinnick
2007-11-29Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris.Malcolm Tredinnick
2007-10-23Edited docs/django-admin.txt changes from [6400]. (I'm behind on editing!)Adrian Holovaty
2007-09-21Fixed #5516 -- Added the ability for applications to define their own managem...Russell Keith-Magee
2007-09-16FIxed #5376 -- Fixed typo in testserver docsAdrian Holovaty
2007-09-14Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t...Adrian Holovaty
2007-09-09Fixed broken link in docs/django-admin.txtAdrian Holovaty
2007-09-09Improved 'Examples of using different ports and addresses' section in docs/dj...Adrian Holovaty
2007-09-09Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc...Adrian Holovaty
2007-09-05Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin...Russell Keith-Magee
2007-09-04Fixed #5212, #5222 -- Added the ability for users to register their own comma...Russell Keith-Magee
2007-08-25Added note to docs/django-admin.txt section on 'testserver' that the server d...Adrian Holovaty
2007-08-25Fixed #5086 -- The 'flush' and 'sqlflush' management commands no longer touch...Adrian Holovaty
2007-08-18Rolled out [5923]-[5925] due to breaking call_command().Russell Keith-Magee
2007-08-18Added some initial documentation on adding customized commands to django-admi...Russell Keith-Magee
2007-08-16Added 'django-admin.py testserver' command and docsAdrian Holovaty
2007-07-14Fixed #4869 -- Added a note that syncdb does not alter existing tables. Thanks,Malcolm Tredinnick
2007-07-01Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.Adrian Holovaty
2007-06-02Fixed #4455 -- Small typo fix.Malcolm Tredinnick
2007-06-01Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks,Malcolm Tredinnick
2007-04-20Changed all references to tutorial1/ to be tutorial01/ (and similarly forMalcolm Tredinnick
2007-04-13Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro M...Adrian Holovaty
2007-04-09Fixed #3909 -- Added a couple of small clarifications to django-admin.pyMalcolm Tredinnick
2007-04-09Added note to docs/django-admin.txt about the examples using django-admin.txt...Adrian Holovaty
2007-04-06Fixed #3790 -- Fixed a problem with sequence resetting during fixture loads w...Russell Keith-Magee
2007-03-25Fixed typo in docs/django-admin.txt. Refs #3786Adrian Holovaty
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-03-16Fixed small typo in docs/django-admin.txt. Thanks, CortAdrian Holovaty
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-28Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda.Jacob Kaplan-Moss
2007-02-26Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, ...Jacob Kaplan-Moss
2007-02-11Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows'Adrian Holovaty