Django

Code

root/django/trunk/docs/db-api.txt


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @8043 [8043] 07/21/08 22:01:21 adrian Fixed #7814 -- Fixed a number of style inconsistencies in the docs. …
(edit) @8001 [8001] 07/19/08 17:50:06 mtredinnick Modified [7999] based on some feedback from Marty Alchin.
(edit) @7999 [7999] 07/19/08 17:26:46 mtredinnick Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). …
(edit) @7884 [7884] 07/11/08 05:03:04 mtredinnick Documented that the update() method on querysets is a direct SQL call, not …
(edit) @7791 [7791] 06/30/08 01:24:21 mtredinnick Fixed #7314 -- Changed the way extra() bits are handled when QuerySets? are …
(edit) @7745 [7745] 06/25/08 22:59:15 adrian Various documentation edits
(edit) @7717 [7717] 06/20/08 23:43:05 russellm Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis …
(edit) @7633 [7633] 06/14/08 09:19:28 russellm Fixed some stale documentation that was advising against the use of …
(edit) @7625 [7625] 06/12/08 08:19:37 russellm Fixed #7327 -- Added documentation and test case for defining subqueries. …
(edit) @7559 [7559] 05/29/08 06:56:32 russellm Fixed #7260 -- Corrected the description of the exception returned by …
(edit) @7499 [7499] 04/28/08 09:14:41 mtredinnick Added the ability to pickle and unpickle QuerySets? and Query classes.
(edit) @7489 [7489] 04/27/08 19:59:09 adrian Edited some docs/db-api.txt changes
(edit) @7480 [7480] 04/27/08 06:55:47 mtredinnick Made a bunch of spelling corrections.
(edit) @7477 [7477] 04/26/08 21:50:16 mtredinnick Merged the queryset-refactor branch into trunk. This is a big internal …
(edit) @7364 [7364] 03/26/08 03:25:48 mtredinnick Removed the ado_mssql database backend. It has not been maintained, …
(edit) @7338 [7338] 03/20/08 07:44:34 mtredinnick Changed the indenting level on a couple of subsections, since they're …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7130 [7130] 02/18/08 17:43:12 mtredinnick Fixed a few errors in the documentation. Thanks, Matthew Flanagan, …
(edit) @6405 [6405] 09/21/07 23:58:26 ubernostrum Fixed #5565: Corrected small reST error in docs/db-apit.txt. Thanks, …
(edit) @6303 [6303] 09/15/07 13:31:50 adrian Fixed #5275 -- Documented QuerySet?.iterator(). Thanks, ubernostrum
(edit) @6293 [6293] 09/15/07 12:30:23 adrian Fixed #5267 -- Documented that order_by('?') queries can be slow
(edit) @6163 [6163] 09/13/07 23:55:09 adrian Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). …
(edit) @6126 [6126] 09/13/07 09:41:38 adrian Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud
(edit) @6027 [6027] 08/30/07 23:30:20 adrian Made negligible capitalization fix to docs/db-api.txt
(edit) @6011 [6011] 08/25/07 13:59:59 adrian Removed incorrect link that slipped in docs/db-api.txt in [6010]
(edit) @6010 [6010] 08/25/07 13:58:36 adrian Fixed #5068 -- Fixed error in docs/db-api.txt. Thanks, Collin Grady and …
(edit) @5803 [5803] 08/05/07 00:14:46 gwilson Fixed #2101 -- Renamed maxlength argument to max_length for oldforms …
(edit) @5802 [5802] 08/04/07 23:42:26 gwilson Changed some more links to be relative in the documentation. I had a …
(edit) @5798 [5798] 08/03/07 22:39:24 gwilson Changed several documentation links to be relative.
(edit) @5783 [5783] 08/01/07 00:52:18 gwilson Fixed #5037 -- Fixed use of wrong field type in a db-api docs example, …
(edit) @5757 [5757] 07/24/07 22:15:05 adrian Added 'New in Django development version' to docs/db-api.txt change from …
(edit) @5746 [5746] 07/21/07 22:41:11 gwilson Fixed #4373 -- Modified the get_object_or_404/get_list_or_404 shortcuts to …
(edit) @5720 [5720] 07/16/07 17:29:09 gwilson Fixed #4851 -- Fixed description of an example query in db-api docs.
(edit) @5709 [5709] 07/15/07 14:34:21 adrian Edited docs/db-api.txt changes from [5700]
(edit) @5700 [5700] 07/14/07 23:41:59 russellm Clarified the documentation on the steps that happen during a save, and …
(edit) @5698 [5698] 07/14/07 11:58:54 adrian Edited docs/db-api.txt changes from [5658]
(edit) @5658 [5658] 07/12/07 02:45:35 russellm Fixed #4459 -- Added 'raw' argument to save method, to override any …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5571 [5571] 06/30/07 20:00:23 adrian Fixed #4690 -- Fixed a bunch of ReST errors in docs. Thanks, Paul B.
(edit) @5566 [5566] 06/30/07 16:25:10 adrian Edited docs/db-api.txt changes from [5555]
(edit) @5556 [5556] 06/27/07 14:16:05 jacob Fixed #4712: added mention of Oracle in docs from [5555]. Thanks, Tom.
(edit) @5555 [5555] 06/27/07 13:58:10 jacob Fixed #1465: added support for regex lookups. Thanks, Tom Tobin.
(edit) @5466 [5466] 06/11/07 19:31:55 mtredinnick Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk.
(edit) @5458 [5458] 06/11/07 06:14:05 mtredinnick Fixed #3807 -- Some small fixes to a couple of examples. …
(edit) @5438 [5438] 06/07/07 16:40:56 adrian Fixed typo in docs/db-api.txt from [5431]
(edit) @5437 [5437] 06/07/07 13:24:27 jacob Fixed #4214: added a bit of explicit info on updating FK fields to …
(edit) @5431 [5431] 06/07/07 12:46:55 jacob Fixed #4496 - fixed section header in db-api doc. Thanks, …
(edit) @5356 [5356] 05/26/07 04:53:16 mtredinnick Fixed #4388 -- Documented where the view shortcuts are imported from. …
(edit) @5253 [5253] 05/15/07 14:35:53 adrian Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson
(edit) @5252 [5252] 05/15/07 14:06:52 adrian Fixed #4303 -- Fixed typo in docs/db-api.txt
(edit) @5120 [5120] 04/28/07 09:23:41 mtredinnick Fixed #4175 -- Fixed a couple of ReST markup errors. Thanks, Matt …
(edit) @5064 [5064] 04/24/07 00:58:03 adrian Fixed #4133 -- Fixed broken links in docs. Thanks, Gary Wilson
(edit) @4681 [4681] 03/08/07 02:50:33 mtredinnick Fixed #3333 -- Made db-api.txt links relative, in line with the other …
(edit) @4649 [4649] 02/28/07 13:42:29 adrian Added note to docs/db-api.txt about 'depth' being new in Django …
(edit) @4645 [4645] 02/28/07 09:24:05 jacob Added a "depth" argument to select_related() to control how many "levels" …
(edit) @4636 [4636] 02/26/07 21:48:49 jacob Fixed #2264: the docs now mention that delete() cascades. Thanks, …
(edit) @4394 [4394] 01/22/07 20:11:08 adrian Fixed #3283 -- Added support for empty QuerySets? via none() method. Thanks …
(edit) @4281 [4281] 01/03/07 16:38:51 jacob Oops -- reverted accidentally commited material from [4280]
(edit) @4280 [4280] 01/03/07 16:37:05 jacob Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, …
(edit) @4275 [4275] 01/03/07 08:16:58 russellm Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to …
(edit) @4221 [4221] 12/17/06 08:17:11 russellm Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty …
(edit) @3902 [3902] 10/13/06 21:48:05 russellm Fixes #2737 -- Added code to allow None as a query value for exact …
(edit) @3826 [3826] 09/25/06 08:49:01 russellm Made pk a generic expansion for the primary key, rather than just an …
(edit) @3774 [3774] 09/21/06 08:30:01 mtredinnick Fixed #2769 -- Applied some ReST formatting fixes. Thanks, ramiro.
(edit) @3567 [3567] 08/12/06 00:31:31 adrian Fixed ReST error in docs/db-api.txt
(edit) @3511 [3511] 08/01/06 16:45:57 adrian Fixed #2465 -- Documented the fact that select_related doesn't follow …
(edit) @3302 [3302] 07/08/06 22:53:11 russellm Refs #2217 -- Updated DB API docs to discuss filtering using objects …
(edit) @3301 [3301] 07/08/06 22:51:37 russellm Refs #2217 -- Updated DB API docs to discuss filtering using objects …
(edit) @3217 [3217] 06/27/06 15:36:25 jacob Added Manager.create() method to create and save an object in a …
(edit) @3141 [3141] 06/18/06 12:33:02 adrian Fixed #2176 -- Fixed typo in docs/db-api.txt. Thanks, simon@lieschke.net
(edit) @3125 [3125] 06/13/06 22:31:34 mtredinnick Fixed #2143 -- Changed a few places where the pre-magic-removal-merge …
(edit) @3096 [3096] 06/06/06 22:10:28 adrian Added section to docs/db-api.txt get_or_create() section about GET vs. …
(edit) @3092 [3092] 06/06/06 19:09:29 adrian Added Manager.get_or_create()
(edit) @3073 [3073] 06/03/06 18:28:24 adrian Fixed #593 -- Added 'search' DB-API lookup type, which does full-text …
(edit) @3054 [3054] 06/01/06 23:04:04 adrian Fixed #2064 -- Added 'Falling back to raw SQL' section to docs/db-api.txt
(edit) @2955 [2955] 05/21/06 22:01:02 adrian Added 'Overriding default model methods' section to model-api.txt
(edit) @2908 [2908] 05/15/06 06:33:17 mtredinnick Fixed #1815: More documentation proof-reading from nico@teknico.net.
(edit) @2869 [2869] 05/09/06 10:21:28 adrian Fixed #1815 -- Fixed ReST errors in docs. Thanks, nico@teknico.net
(edit) @2862 [2862] 05/06/06 17:55:30 lukeplant Updated docs regarding QuerySet? slicing and IndexError?, in line with r2859
(edit) @2855 [2855] 05/05/06 22:44:14 adrian Simplified example in 'Limiting QuerySets?' section of docs/db-api.txt.
(edit) @2854 [2854] 05/05/06 22:32:01 adrian Fixed #1779 -- Fixed typo in docs/db-api.txt. Thanks, bde3@cornell.edu
(edit) @2837 [2837] 05/04/06 21:56:15 adrian Fixed #1733 -- Clarified docs/db-api.txt section on slicing QuerySets?. …
(edit) @2836 [2836] 05/04/06 21:45:13 adrian Fixed #1742 -- Fixed ReST errors in docs/db-api.txt. Thanks, pb
(edit) @2824 [2824] 05/03/06 15:01:11 adrian Fixed typos in docs/db-api.txt
(edit) @2820 [2820] 05/03/06 01:22:08 adrian Proofread docs/db-api.txt
(edit) @2811 [2811] 05/01/06 20:56:43 adrian Fixed some ReST errors in docs/db-api.txt
(edit) @2810 [2810] 05/01/06 20:55:25 adrian Fixed some ReST errors in docs/db-api.txt
(edit) @2809 [2809] 05/01/06 20:31:56 adrian MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly …
(edit) @2670 [2670] 04/10/06 22:33:19 adrian Fixed #1540 -- Fixed typos in docs/db-api.txt. Thanks, pb
(edit) @2302 [2302] 02/10/06 15:43:45 adrian Fixed #1335 -- Fixed typo in docs/db-api.txt. Thanks, Eric Walstad
(edit) @2228 [2228] 02/01/06 23:13:39 adrian Fixed #1285 -- Fixed bug in docs/db-api.txt. Thanks, adrianob@gmail.com
(edit) @2076 [2076] 01/20/06 14:23:57 adrian Added section to docs/db-api.txt about ordering by fields in other tables
(edit) @1986 [1986] 01/15/06 16:58:35 adrian Added 'Comparing objects' section to docs/db-api.txt
(edit) @1898 [1898] 01/10/06 18:11:29 adrian Removed 'Only in Django development version' messages from the docs, …
(edit) @1871 [1871] 01/08/06 18:51:48 adrian Fixed #1116 -- Fixed two typos in docs. Thanks, Cheng
(edit) @1786 [1786] 12/28/05 13:18:48 adrian Added note to docs/db-api.txt about using distinct=True with get_values()
(edit) @1766 [1766] 12/22/05 09:10:01 adrian Fixed typo in OR syntax example in docs/db-api.txt
(edit) @1541 [1541] 12/04/05 12:54:44 hugo reverted changes from [1534] and [1536] regarding ticket #966
(edit) @1536 [1536] 12/04/05 08:04:56 hugo added documentation for the query kwargs introduced by [1534]
(edit) @1508 [1508] 11/30/05 00:14:05 adrian Fixed #251 -- Added OR support to queries, via the new 'complex' DB API …
Note: See TracRevisionLog for help on using the revision log.