Boulder Sprinters
|
61bef9bbfd
|
boulder-oracle-sprint: Merged to [5078]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5079 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-25 18:20:25 +00:00 |
|
Boulder Sprinters
|
172d4ba33b
|
boulder-oracle-sprint: Merged to [5045]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-20 17:42:30 +00:00 |
|
Boulder Sprinters
|
31b1e3aa04
|
boulder-oracle-sprint: Updated docs to mention Oracle and cx_Oracle where needed.
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5032 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-19 18:56:51 +00:00 |
|
Boulder Sprinters
|
a9b2c0686d
|
boulder-oracle-sprint: Merged to [4934].
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-05 16:17:35 +00:00 |
|
Boulder Sprinters
|
a3053273c8
|
boulder-oracle-sprint: Merged to [4905].
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4906 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-04-02 15:36:31 +00:00 |
|
Boulder Sprinters
|
e17f755514
|
boulder-oracle-sprint: Merged to trunk [4455].
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@4456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2007-02-02 17:35:55 +00:00 |
|
Russell Keith-Magee
|
c65cd1be99
|
Fixes #2950 -- Removed reference to a 'Summer 2006' release of v1.0
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-23 23:53:24 +00:00 |
|
Malcolm Tredinnick
|
fa8a1d252a
|
Fixed #2845 -- Corrected a few spelling errors in the docs and changed a
couple of correctly spelt words to their North American counterparts for
consistency. Thanks, treborhudson@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3883 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-29 02:30:42 +00:00 |
|
Adrian Holovaty
|
ad14446780
|
Added 'Do I lose anything by using Python 2.3 versus newer Python versions, such as Python 2.5?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3871 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-26 21:57:46 +00:00 |
|
Adrian Holovaty
|
cea1fcc0d1
|
Fixed ReST error in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-31 23:16:25 +00:00 |
|
Adrian Holovaty
|
0a770a0d92
|
Added 'How can I get started contributing code to Django?' to the FAQ, and beefed up 'Why does this project exist?'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-23 23:15:09 +00:00 |
|
Wilson Miner
|
df20bf52b0
|
Updated my bio in the FAQ.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3612 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-18 19:10:46 +00:00 |
|
Adrian Holovaty
|
69de69d86a
|
Cleaned up 'How do I create users without having to edit password hashes?' entry in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3521 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-04 04:20:34 +00:00 |
|
Adrian Holovaty
|
0444f5644a
|
Added 'Where can I find Django developers for hire?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-28 16:25:36 +00:00 |
|
Adrian Holovaty
|
16bdaa7acb
|
Added FAQ question 'I submitted a bug fix in the ticket system several weeks ago. Why are you ignoring my patch?'
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-27 16:55:26 +00:00 |
|
Adrian Holovaty
|
ed80500a30
|
Added link to Luke Plant's current-user hack from docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-24 02:28:09 +00:00 |
|
Adrian Holovaty
|
45076bf871
|
Fixed adverse -> averse typo in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3434 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-24 02:25:41 +00:00 |
|
Jacob Kaplan-Moss
|
2a8a32c449
|
Added a CACHE_MIDDLEWARE_ANONYMOUS_ONLY setting which makes the cache ignore pages served to authenticated users. Fixes #1509 (thanks, Matt).
Also added a FAQ entry about using this setting to avoid caching of the admin interface.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-20 15:37:12 +00:00 |
|
Adrian Holovaty
|
963d88a809
|
Added 'How do I add database-specific options to my CREATE TABLE statements, such as specifying MyISAM as the table type?' to faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3236 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-29 03:57:19 +00:00 |
|
Adrian Holovaty
|
cb73fed1ac
|
Added links to FastCGI docs from various places
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-26 12:43:21 +00:00 |
|
Adrian Holovaty
|
b10149b08a
|
Fixed ReST error in [3158]. I think.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3159 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-20 02:57:19 +00:00 |
|
Adrian Holovaty
|
5bd6b322a9
|
Added 'Why is Django leaking memory?' to docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3158 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-20 02:52:15 +00:00 |
|
Adrian Holovaty
|
b7d5bc6ecc
|
Fixed #2173 -- Small tweaks to Windows mod_python question in docs/faq.txt. Thanks, paolo and asmodai
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-18 17:29:59 +00:00 |
|
Malcolm Tredinnick
|
4540a85dda
|
Fixed #2166 -- (take two!). Use "manage.py reset ..." to reset a model's
database tables, not the older piped combination that used to be required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3137 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-17 02:32:50 +00:00 |
|
Malcolm Tredinnick
|
cc56d65c6e
|
Fixed #2166 - Use "manage.py dbshell" as the portable way to pipe commands to
the database. Thanks Paolo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3132 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-16 13:37:26 +00:00 |
|
Adrian Holovaty
|
64ebd1da15
|
Added 'Is Django a content-management-system?' to the faq
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 01:52:59 +00:00 |
|
Wilson Miner
|
afe55af1e7
|
Updated my URL in the FAQ doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3085 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-05 16:28:09 +00:00 |
|
Adrian Holovaty
|
332726981f
|
Changed docs/faq.txt MVC question to use clearer argument made in Jacob's Google presentation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-03 21:21:25 +00:00 |
|
Adrian Holovaty
|
f69cf70ed8
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 01:31:56 +00:00 |
|
Adrian Holovaty
|
a05e05a7f0
|
Updated 1.0 date in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2523 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-16 02:58:25 +00:00 |
|
Adrian Holovaty
|
1320fd543d
|
Added 'Which sites use Django?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-22 17:40:30 +00:00 |
|
Adrian Holovaty
|
ee484f1c48
|
Made small clarification to docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-03 15:38:14 +00:00 |
|
Adrian Holovaty
|
2ddc9504c3
|
Clarified wording in docs/faq.txt. Thanks, Mike Coleman
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-02 05:15:32 +00:00 |
|
Adrian Holovaty
|
41fac5f9ef
|
Added 'Does Django support multiple-column primary keys?' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-31 21:38:02 +00:00 |
|
Adrian Holovaty
|
4fd2b3eab9
|
Added 'When will you release Django 1.0?' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-30 22:04:17 +00:00 |
|
Adrian Holovaty
|
21305d50b7
|
Added 'My admin-site CSS and images showed up fine using the development server, but they're not displaying when using mod_python' to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2123 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-24 21:42:38 +00:00 |
|
Adrian Holovaty
|
14ea5bfef5
|
Added 'How do I automatically set a field's value to the user who last edited the object in the admin?' and 'How do I limit admin access so that objects can only be edited by the users who created them?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-23 23:22:45 +00:00 |
|
Adrian Holovaty
|
7ce571ef01
|
Added 'How can I download the Django documentation to read it offline?' to docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-23 23:16:39 +00:00 |
|
Adrian Holovaty
|
09ef4c6fa9
|
Added link to washingtonpost.com from docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-20 22:19:04 +00:00 |
|
Adrian Holovaty
|
0041e84d67
|
Changed answer to 'Do you have any of those nifty screencast things?' in docs/faq.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-12 05:41:52 +00:00 |
|
Adrian Holovaty
|
7104000e52
|
Made some small changes to the Django FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-06 17:03:12 +00:00 |
|
Adrian Holovaty
|
acdd24f526
|
Added 'Should I use the official version or development version?' question to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1318 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-20 23:49:35 +00:00 |
|
Adrian Holovaty
|
ed92d36825
|
Followup faq change to [1237]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-15 07:36:09 +00:00 |
|
Adrian Holovaty
|
a411d68a10
|
Added extra paragraphs to 'Why did you write all of Django from scratch' FAQ question
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-11-15 07:34:18 +00:00 |
|
Adrian Holovaty
|
f07e5d4f5d
|
Fixed #627 -- BACKWARDS-INCOMPATIBLE CHANGE. Admin is now an app, not a 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-10-19 01:09:05 +00:00 |
|
Adrian Holovaty
|
88a65ddd7f
|
Added ManyToManyField filter doesn't display question to FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@653 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-20 03:24:01 +00:00 |
|
Adrian Holovaty
|
aa865f3605
|
Added 'Why did you write all of Django from scratch' FAQ question
git-svn-id: http://code.djangoproject.com/svn/django/trunk@652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-20 03:18:05 +00:00 |
|
Adrian Holovaty
|
fe01b4d939
|
Changed my bio to reflect my job change
git-svn-id: http://code.djangoproject.com/svn/django/trunk@651 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-20 03:05:37 +00:00 |
|
Adrian Holovaty
|
f4547bfbfd
|
Added clarification to [594]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@595 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-01 21:51:01 +00:00 |
|
Adrian Holovaty
|
8c83f2ab30
|
Added 'If I make changes to a model, how do I update the database?' to the FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@594 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-09-01 21:48:15 +00:00 |
|