summaryrefslogtreecommitdiff
path: root/docs/django-admin.txt
AgeCommit message (Expand)Author
2008-02-16queryset-refactor: Merged from trunk up to [7122].Malcolm Tredinnick
2008-01-09queryset-refactor: Merged from trunk up to [7002].Malcolm Tredinnick
2007-12-19queryset-refactor: Merged from trunk up to [6953].Malcolm Tredinnick
2007-11-29queryset-refactor: Merged from trunk up to [6752].Malcolm Tredinnick
2007-11-03queryset-refactor: Merged from trunk up to [6623].Malcolm Tredinnick
2007-10-08queryset-refactor: Merged changed from trunk up to [6463].Malcolm Tredinnick
2007-09-20queryset-refactor: Merged to [6381]Adrian Holovaty
2007-09-15queryset-refactor: Merged to [6220]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
2007-02-10Fixed #3159 -- documented how to work around a lack of symlinking functionalityMalcolm Tredinnick
2007-01-25Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in...Adrian Holovaty
2007-01-24Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty
2006-09-25Proofread new django-admin 'adminmedia' option from [3811] and [3812]Adrian Holovaty
2006-09-24Documented the change in r3811. Refs #2600.Malcolm Tredinnick
2006-09-15Clarified development stream status of some of the django-admin command line ...Russell Keith-Magee
2006-08-31Refs #2333 - Added more documentation for testing framework, and clarified so...Russell Keith-Magee
2006-08-29Added a rough cut of a document on using the new testing framework.Jacob Kaplan-Moss
2006-07-17Added 'Turning off auto-reload' section to docs/django-admin.txtAdrian Holovaty
2006-07-07Fixed #2272 -- Improved SQLite database introspection. Thanks, dne@mayonnaise...Adrian Holovaty
2006-06-02Fixed #1638 -- Documented shortcomings of development server in docs/django-a...Adrian Holovaty
2006-05-21Fixed #1957 -- Added docs for 'version' to docs/django-admin.txtAdrian Holovaty
2006-05-19Small cleanups to docs/model-api.txt and docs/django-admin.txtAdrian Holovaty
2006-05-19Fixed #1886 -- documented the syncdb option.Malcolm Tredinnick
2006-05-19Documented that the development server does not, by default handle staticMalcolm Tredinnick