Alex Gaynor
|
2bc7422b52
|
[soc2009/multidb] Updated to trunk r11603. This includes a critical security fix.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11614 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-10-09 22:16:10 +00:00 |
|
Alex Gaynor
|
6f983870f3
|
[soc2009/multidb] Merged up to trunk r11467.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-08-18 05:17:59 +00:00 |
|
Alex Gaynor
|
3a43d539b4
|
[soc2009/multidb] Added a note to the documentation about the deprecation of the DATABASE_* settings.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11426 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-08-09 22:11:51 +00:00 |
|
Alex Gaynor
|
1cbe183ff7
|
[soc2009/multidb] Raise a ConnectionDoesNotExist exception, instead of a KeyError for an invaid connection
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-08-09 21:53:57 +00:00 |
|
Alex Gaynor
|
2899accd26
|
[soc2009/multidb] Merged up to trunk r11413.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-08-09 02:39:23 +00:00 |
|
Alex Gaynor
|
7cf6fd8d61
|
[soc2009/multidb] Resolved a strange merge conflict.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-31 18:31:55 +00:00 |
|
Alex Gaynor
|
1a98f6ff26
|
[soc2009/multidb] Updated to trunk r11371.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-31 18:29:06 +00:00 |
|
Alex Gaynor
|
0536cb98d5
|
[soc2009/multidb] Merged up to trunk r11267.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11272 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-19 21:31:13 +00:00 |
|
Alex Gaynor
|
8395544774
|
[soc2009/multidb] Added connection parameter to the get_db_prep_* family of functions. This allows us to generate the lookup and save values for Fields in a backend specific manner.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11264 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-17 15:57:43 +00:00 |
|
Alex Gaynor
|
24b66ace9d
|
[soc2009/multidb] Merged up to trunk r11251.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-16 23:13:49 +00:00 |
|
Alex Gaynor
|
08ab082480
|
[soc2009/multidb] Merged up to trunk r11240.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-16 03:02:08 +00:00 |
|
Alex Gaynor
|
94e002c6e4
|
[soc2009/multidb] Merged up to trunk r11205
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-09 17:45:59 +00:00 |
|
Alex Gaynor
|
5d462b9ec1
|
[soc2009/multidb] Added a using option to a Model's Meta class. This allows you to select the default database for a specific model, in addition to the global default
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11135 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-01 05:01:59 +00:00 |
|
Alex Gaynor
|
04e3fc8de2
|
[soc2009/multidb] First set of documentation for multi-db
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11134 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-07-01 04:37:08 +00:00 |
|
Alex Gaynor
|
7838fd87eb
|
[soc2009/multidb] Added the start of documentation for multidb
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11118 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-26 18:16:18 +00:00 |
|
Alex Gaynor
|
1b183216ec
|
[soc2009/multidb] Updated the list of settings documentation for the move of the TEST_DATABASE_* settings
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11117 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-26 18:10:12 +00:00 |
|
Alex Gaynor
|
50f5673c98
|
[soc2009/multidb] Merged up to trunk r11103. Resolved merge conflict
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-26 18:03:12 +00:00 |
|
Alex Gaynor
|
61db8d6b97
|
[soc2009/multidb] Updated testing documentation for the new settings, also updated the TODO
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-19 02:19:37 +00:00 |
|
Alex Gaynor
|
4f199d099c
|
[soc2009/multidb] Merged up to trunk r11079
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11081 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-19 02:18:47 +00:00 |
|
Alex Gaynor
|
f3808a02c3
|
[soc2009/multidb] Removed a duplicate bit of docs that snuck in during a merge
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-18 17:05:59 +00:00 |
|
Alex Gaynor
|
bc3cd5d952
|
[soc2009/multidb] Merged up to trunk r11068
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@11071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-18 17:03:52 +00:00 |
|
Alex Gaynor
|
83df1f1056
|
[soc2009/multidb] Merged up to trunk r10973. Resolved merge conflicts
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10978 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-10 23:30:30 +00:00 |
|
Alex Gaynor
|
110e4f68ef
|
[soc2009/multidb] Updated the transactions documentation for parts of the API that were extended to support multiple databases.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10937 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-07 03:26:12 +00:00 |
|
Alex Gaynor
|
fdd5ff646e
|
[soc2009/multidb] Updated the contributing documentation for the settings changes
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-07 03:06:13 +00:00 |
|
Alex Gaynor
|
9286db5145
|
[soc2009/multidb] Updated the test runner to support syncing all the databases django knows about so that tests can operate against more than one database
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10895 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-03 02:13:01 +00:00 |
|
Alex Gaynor
|
1dc330595c
|
[soc2009/multidb] Coverted all applicable management commands to have a --database flag for signifying with database to preform the operations against.
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10893 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-03 02:03:49 +00:00 |
|
Alex Gaynor
|
bce55b1aa8
|
[soc2009/multidb] Implemented a connections object that is responsible for tracking multiple database connections and lazily instantiating them. Also implemneted the DATABASES setting which replaces the various DATABASE_* settings
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/multidb@10892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-06-03 01:58:33 +00:00 |
|
Karen Tracey
|
7638651cc3
|
Fixed #11204 -- Corrected typo in the pluralize doc. Thanks martin and SmileyChris.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10849 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-27 16:26:56 +00:00 |
|
Karen Tracey
|
9b19fd7a76
|
Fixed #11209 -- Added a note to doc on connection.queries that the logged sql may not inlude parameter quoting.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10847 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-27 16:20:11 +00:00 |
|
Karen Tracey
|
bdf33b37da
|
Fixed #11215 -- Replaced erroneous catch with except in testing doc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-27 16:03:51 +00:00 |
|
Karen Tracey
|
5dc30c9fd2
|
Fixed #11205 -- Made the links to the str method description look the same as the links to the unicode method description in the tutorial part 1. Having one be fully qualified while the other was not was odd-looking.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10843 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-26 16:46:56 +00:00 |
|
Karen Tracey
|
5e20adcdf6
|
Fixed #11202 -- Removed mod_python information from FAQ, as it is no longer the recommended deployment option, in favor of more general pointers to the docs and wiki where deployment is discussed in depth.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10841 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-26 16:27:12 +00:00 |
|
Adrian Holovaty
|
a251e0ab7e
|
Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks for the patch, seanl
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-26 05:32:52 +00:00 |
|
Adrian Holovaty
|
9848f888ba
|
Made some small improvements to docs/topics/http/sessions.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10839 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-26 05:29:28 +00:00 |
|
Brian Rosner
|
5d9983d084
|
Fixed #8857 -- Corrected ref in modelforms documentation and added ref to file upload documentation in form documentation. Thanks Kyle Fox and prairiedogg.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-24 06:46:02 +00:00 |
|
Karen Tracey
|
e258961e4f
|
Fixed #11188 -- Removed incorrect doc note about step being unsupported when slicing query sets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-23 12:58:31 +00:00 |
|
Karen Tracey
|
ae95edf91d
|
Fixed #11138 -- Corrected the description of behavior related to the max_num parameter for model formsets.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-18 16:00:29 +00:00 |
|
Karen Tracey
|
5a5842ccf2
|
Fixed #11137 -- Add missing base class in proxy model extra managers doc. Thanks ekarulf.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10818 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-18 15:36:18 +00:00 |
|
Karen Tracey
|
a6a0b29318
|
Fixed #10400: Added a note in the file uploads doc about the correct form type needed for file uploads to work. Thanks claudep and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 18:45:25 +00:00 |
|
Karen Tracey
|
b2d2aba77e
|
Fixed #10817 -- Corrected some grammar in the forms doc. Thanks nickretallack@gmail.com.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 18:10:10 +00:00 |
|
Karen Tracey
|
21c6f98076
|
Fixed #10846: Corrected typo in modwsgi.txt and updated reference to deployment in The Django Book. Thanks timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 18:04:29 +00:00 |
|
Karen Tracey
|
b527a59da8
|
Fixed #10855: Reference doc on creating superusers in the tutorial at the point where an account is needed, so that readers who neglected to create one earlier (or who forgot the password) don't get stuck or think they have to start all over. Thanks cwolf127 and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10810 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 17:54:51 +00:00 |
|
Karen Tracey
|
33e77db6a2
|
Fixed #10925 -- Clarified the location of some code referenced in the tutorial. Thanks rm and timo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 17:43:15 +00:00 |
|
Karen Tracey
|
5a4ad739b7
|
Fixed #10971 -- Corrected code example involving redirect_chain in the testing doc. Thanks yourcelf.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10807 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 17:36:04 +00:00 |
|
Karen Tracey
|
c8e071b00d
|
Fixed #11031 -- Added doc for some additional roles needed when testing Oracle. Thanks JirkaV and Matt Boersma.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 17:24:59 +00:00 |
|
Karen Tracey
|
3465ac05a6
|
Fixed #11034: Corrected serialization example in admin actions doc. Thanks timo and kaikuehne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10804 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 17:13:33 +00:00 |
|
Karen Tracey
|
21cee79ee4
|
Fixed #11054 -- Corrected typo in auth-remote-user.txt. Thanks Jan Hülsbergen.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10803 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 16:57:50 +00:00 |
|
Karen Tracey
|
50745cc31e
|
Fixed #11066 -- Corrected 15 duplicate "the"s found in docs and code comments. Thanks kaikuehne.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10801 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 16:45:28 +00:00 |
|
Karen Tracey
|
92e5249a67
|
Fixed #11130 -- Corrected code example in custom template tag doc. Thanks phyfus.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 16:31:02 +00:00 |
|
Karen Tracey
|
2cbec63f0b
|
Fixed #11106 -- Corrected typo in models doc. Thanks mnieber.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10797 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2009-05-17 16:20:11 +00:00 |
|