summaryrefslogtreecommitdiff
path: root/docs/faq.txt
AgeCommit message (Collapse)Author
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a ↵Adrian Holovaty
middleware. See BackwardsIncompatibleChanges for a full list of changes and information on how to update your code. git-svn-id: http://code.djangoproject.com/svn/django/trunk@948 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20Added ManyToManyField filter doesn't display question to FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20Added 'Why did you write all of Django from scratch' FAQ questionAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-20Changed my bio to reflect my job changeAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01Added clarification to [594]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-09-01Added 'If I make changes to a model, how do I update the database?' to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to ↵Adrian Holovaty
use fieldname=FieldClass() syntax. See ModelSyntaxChangeInstructions for important information on how to change your models git-svn-id: http://code.djangoproject.com/svn/django/trunk@549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-16Fixed #1 -- Added anonymous session support via middleware and ↵Adrian Holovaty
request.session. Removed the former request.session, which wasn't being used anyway. Removed auth.Session model. See the BackwardsIncompatibleChanges wiki page for IMPORTANT notes on code you'll have to change and a DB table you'll have to create. git-svn-id: http://code.djangoproject.com/svn/django/trunk@518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02Changed faq to say explicitly that db.queries includes all SQL statementsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@394 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt CroydonAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espenAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01Added 'Can I use Django with a pre-existing database?' to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-25Cleaned up FAQ changes from [303]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@305 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-24Added formfields/manipulators docs; added a few notes to the FAQJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@303 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% ↵Jacob Kaplan-Moss
perfect. git-svn-id: http://code.djangoproject.com/svn/django/trunk@288 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-21Rolled comments on faq into the FAQJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20Added 'How can I customize the functionality of the admin interface?' to FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-19Added 'How can I see the raw SQL queries Django is running?' to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-18Changed tutorial2 to use 'django-admin runserver' instead of mod_python. ↵Adrian Holovaty
Also updated WSGI mentions in the docs, now that we're WSGI-friendly. git-svn-id: http://code.djangoproject.com/svn/django/trunk@187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Added an example to one of the FAQ answers from [132]Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Added two admin login-related questions to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-17Changed FAQ 'Who's behind this' to give our locationsAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@131 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Copy-edited docs/faq.txtAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@114 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Rolled comments from template page into FAQJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@112 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-16Rolled comments from install and faq pages into those docs.Jacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@111 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Yes yes yes -- more documentation improvementsJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@67 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Linked-up Apache, Python and PostgreSQL in the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@63 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Fixed typo in FAQ -- Thanks, nathancolgateAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@61 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Changed faq to add 'What does Django mean'Adrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@58 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Fixed line length in faqAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@52 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Made some changes to the FAQAdrian Holovaty
git-svn-id: http://code.djangoproject.com/svn/django/trunk@51 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-15Made a bunch of doc improvementsJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@41 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-13Added basic structure for django repositoryJacob Kaplan-Moss
git-svn-id: http://code.djangoproject.com/svn/django/trunk@5 bcc190cf-cafb-0310-a4f2-bffc1f526a37