index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
faq.txt
Age
Commit message (
Expand
)
Author
2005-10-19
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a middl...
Adrian Holovaty
2005-09-20
Added ManyToManyField filter doesn't display question to FAQ
Adrian Holovaty
2005-09-20
Added 'Why did you write all of Django from scratch' FAQ question
Adrian Holovaty
2005-09-20
Changed my bio to reflect my job change
Adrian Holovaty
2005-09-01
Added clarification to [594]
Adrian Holovaty
2005-09-01
Added 'If I make changes to a model, how do I update the database?' to the FAQ
Adrian Holovaty
2005-08-25
Fixed #122 -- BIG, BACKWARDS-INCOMPATIBLE CHANGE. Changed model syntax to use...
Adrian Holovaty
2005-08-16
Fixed #1 -- Added anonymous session support via middleware and request.sessio...
Adrian Holovaty
2005-08-02
Changed faq to say explicitly that db.queries includes all SQL statements
Adrian Holovaty
2005-08-02
Fixed #252 -- Updated shared-hosting FAQ. Thanks, Matt Croydon
Adrian Holovaty
2005-08-02
Fixed #249 -- Added our IRC nicks to docs/faq.txt. Good idea, espen
Adrian Holovaty
2005-08-01
Added 'Can I use Django with a pre-existing database?' to the FAQ
Adrian Holovaty
2005-07-25
Cleaned up FAQ changes from [303]
Adrian Holovaty
2005-07-24
Added formfields/manipulators docs; added a few notes to the FAQ
Jacob Kaplan-Moss
2005-07-22
Added sqlite3 database backend -- somewhat tested, but probably not 100% perf...
Jacob Kaplan-Moss
2005-07-21
Rolled comments on faq into the FAQ
Jacob Kaplan-Moss
2005-07-20
Added 'How can I customize the functionality of the admin interface?' to FAQ
Adrian Holovaty
2005-07-19
Added 'How can I see the raw SQL queries Django is running?' to the FAQ
Adrian Holovaty
2005-07-18
Changed tutorial2 to use 'django-admin runserver' instead of mod_python. Also...
Adrian Holovaty
2005-07-17
Added an example to one of the FAQ answers from [132]
Adrian Holovaty
2005-07-17
Added two admin login-related questions to the FAQ
Adrian Holovaty
2005-07-17
Changed FAQ 'Who's behind this' to give our locations
Adrian Holovaty
2005-07-16
Copy-edited docs/faq.txt
Adrian Holovaty
2005-07-16
Rolled comments from template page into FAQ
Jacob Kaplan-Moss
2005-07-16
Rolled comments from install and faq pages into those docs.
Jacob Kaplan-Moss
2005-07-15
Yes yes yes -- more documentation improvements
Jacob Kaplan-Moss
2005-07-15
Linked-up Apache, Python and PostgreSQL in the FAQ
Adrian Holovaty
2005-07-15
Fixed typo in FAQ -- Thanks, nathancolgate
Adrian Holovaty
2005-07-15
Changed faq to add 'What does Django mean'
Adrian Holovaty
2005-07-15
Fixed line length in faq
Adrian Holovaty
2005-07-15
Made some changes to the FAQ
Adrian Holovaty
2005-07-15
Made a bunch of doc improvements
Jacob Kaplan-Moss
2005-07-13
Added basic structure for django repository
Jacob Kaplan-Moss