summaryrefslogtreecommitdiff
path: root/docs/faq.txt
AgeCommit message (Expand)Author
2006-07-28Added 'Where can I find Django developers for hire?' to the FAQAdrian Holovaty
2006-07-27Added FAQ question 'I submitted a bug fix in the ticket system several weeks ...Adrian Holovaty
2006-07-24Added link to Luke Plant's current-user hack from docs/faq.txtAdrian Holovaty
2006-07-24Fixed adverse -> averse typo in docs/faq.txtAdrian Holovaty
2006-07-20Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore ...Jacob Kaplan-Moss
2006-06-29Added 'How do I add database-specific options to my CREATE TABLE statements, ...Adrian Holovaty
2006-06-26Added links to FastCGI docs from various placesAdrian Holovaty
2006-06-20Fixed ReST error in [3158]. I think.Adrian Holovaty
2006-06-20Added 'Why is Django leaking memory?' to docs/faq.txtAdrian Holovaty
2006-06-18Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. T...Adrian Holovaty
2006-06-17Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model'sMalcolm Tredinnick
2006-06-16Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands toMalcolm Tredinnick
2006-06-08Added 'Is Django a content-management-system?' to the faqAdrian Holovaty
2006-06-05Updated my URL in the FAQ doc.Wilson Miner
2006-05-03Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Goo...Adrian Holovaty
2006-05-02MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompa...Adrian Holovaty
2006-03-16Updated 1.0 date in docs/faq.txtAdrian Holovaty
2006-02-22Added 'Which sites use Django?' to the FAQAdrian Holovaty
2006-02-03Made small clarification to docs/faq.txtAdrian Holovaty
2006-02-02Clarified wording in docs/faq.txt. Thanks, Mike ColemanAdrian Holovaty
2006-01-31Added 'Does Django support multiple-column primary keys?' to FAQAdrian Holovaty
2006-01-30Added 'When will you release Django 1.0?' to FAQAdrian Holovaty
2006-01-24Added 'My admin-site CSS and images showed up fine using the development serv...Adrian Holovaty
2006-01-23Added 'How do I automatically set a field's value to the user who last edited...Adrian Holovaty
2006-01-23Added 'How can I download the Django documentation to read it offline?' to do...Adrian Holovaty
2006-01-20Added link to washingtonpost.com from docs/faq.txtAdrian Holovaty
2006-01-12Changed answer to 'Do you have any of those nifty screencast things?' in docs...Adrian Holovaty
2006-01-06Made some small changes to the Django FAQAdrian Holovaty
2005-11-20Added 'Should I use the official version or development version?' question to...Adrian Holovaty
2005-11-15Followup faq change to [1237]Adrian Holovaty
2005-11-15Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ ...Adrian Holovaty
2005-10-19Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...Adrian Holovaty
2005-09-20Added ManyToManyField filter doesn't display question to FAQAdrian Holovaty
2005-09-20Added 'Why did you write all of Django from scratch' FAQ questionAdrian Holovaty
2005-09-20Changed my bio to reflect my job changeAdrian Holovaty
2005-09-01Added clarification to [594]Adrian Holovaty
2005-09-01Added 'If I make changes to a model, how do I update the database?' to the FAQAdrian Holovaty
2005-08-25Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...Adrian Holovaty
2005-08-16Fixed #1 -- Added anonymous session support via middleware and request.sessio...Adrian Holovaty
2005-08-02Changed faq to say explicitly that db.queries includes all SQL statementsAdrian Holovaty
2005-08-02Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt CroydonAdrian Holovaty
2005-08-02Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espenAdrian Holovaty
2005-08-01Added 'Can I use Django with a pre-existing database?' to the FAQAdrian Holovaty
2005-07-25Cleaned up FAQ changes from [303]Adrian Holovaty
2005-07-24Added formfields/manipulators docs; added a few notes to the FAQJacob Kaplan-Moss
2005-07-22Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...Jacob Kaplan-Moss
2005-07-21Rolled comments on faq into the FAQJacob Kaplan-Moss
2005-07-20Added 'How can I customize the functionality of the admin interface?' to FAQAdrian Holovaty
2005-07-19Added 'How can I see the raw SQL queries Django is running?' to the FAQAdrian Holovaty
2005-07-18Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...Adrian Holovaty