summaryrefslogtreecommitdiff
path: root/docs/ref/django-admin.txt
AgeCommit message (Expand)Author
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-25More migration docs, and conversion of all easy syncdb referencesAndrew Godwin
2013-07-25Small start to migrations documentationAndrew Godwin
2013-07-24Fixed #20766 -- Deprecated FastCGI support.Tim Graham
2013-07-18Fixed typo in inspectdb docsAlasdair Nicol
2013-07-12Fixed #20653 -- Renamed checksetup -> check missed in [03465639]Tim Graham
2013-06-28Removed 'cleanup' management command as per deprecation TL.Ramiro Morales
2013-06-15Adjusted the docs to reflect when the checksetup command was added.Daniel Lindsley
2013-06-14Added missing docs for the checksetup command.Daniel Lindsley
2013-05-28Fixed #20525 -- Added versionadded for clearsessions.Tim Graham
2013-05-19Fixed #16330 -- added --pks option in dumpdata commandPreston Holmes
2013-05-11Fixed #20136 - Fixed and expanded the docs for loaddata and model signals.Tim Graham
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-04-12Fixed #20248 - Clarified manage.py vs. django-admin.pyTim Graham
2013-03-30Fixed #18277 - Clarified startproject documentation.Tim Graham
2013-03-29Fixed #19897 - Updated static files howto.Tim Graham
2013-03-22Added missing markup to docs.Tim Graham
2013-03-18Fixed #17037 -- Added a --all option to diffsettings.Aymeric Augustin
2013-03-09Fixed #19923 -- Display tracebacks for non-CommandError exceptionsClaude Paroz
2013-02-24Added missing versionadded for sqldropindexes command docsClaude Paroz
2013-02-24Fixed minor rst formatting glitch.Aymeric Augustin
2013-02-24Made changes asked in review by HonzaKralTomasz Rybak
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-01-25Revert "Patch by Claude for #16084."Ramiro Morales
2013-01-25Patch by Claude for #16084.Ramiro Morales
2013-01-24Fixed #6682 -- Made shell's REPL actually execute $PYTHONSTARTUP and `~/.pyth...Ramiro Morales
2013-01-17Made (make|compile)messages commands accept multiple locales at once.Craig Blaszczyk
2013-01-16Fixed #17008 -- Added makemessages option to not remove .pot files.Ramiro Morales
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-12-28Fixed #19498 -- refactored auth documentationPreston Holmes
2012-12-21Fixed #19497 -- Refactored testing docs.Ramiro Morales
2012-11-21Added examples of using startproject/app with URLsPreston Holmes
2012-11-07Fixed #19115 -- Documented stdout/stderr options for call_commandClaude Paroz
2012-10-28Fixed #18194 -- Expiration of file-based sessionsAymeric Augustin
2012-10-27Fixed #18978 -- Moved cleanup command to sessions.Aymeric Augustin
2012-09-30Fixed #9279 -- Added ignorenonexistent option to loaddataPreston Holmes
2012-09-27Fixed a typo in runserver docsTim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-08-05Fixed a rst error introduced in f2abfe1e.Aymeric Augustin
2012-07-17Adds interpreter option to shell command as per ticket #18639Mike Grouchy
2012-07-07Fixed #18164 -- Precised startapp template context contentClaude Paroz
2012-07-05Fixed #17997 - Documented that the debug server is now multithreaded by default.Tim Graham
2012-06-27Fixed #17511 - Removed reference to deprecated "reset" management command in ...Tim Graham
2012-06-07fix bad locale namesjakul
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-06-05Fixed #15926 -- Added option --no-initial-data to syncdb and flush.Honza Kral
2012-05-03Fixed broken URLs introduced in 1adc87cd32.Ramiro Morales
2012-05-03Updated some URLs in the documentation to point to the new repository.Ramiro Morales