Django

Code

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


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @7792 [7792] 06/30/08 01:42:50 mtredinnick Fixed #7543 -- Typo fix. Thanks, James Turnbull.
(edit) @7757 [7757] 06/26/08 00:21:29 adrian Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, …
(edit) @7745 [7745] 06/25/08 22:59:15 adrian Various documentation edits
(edit) @7713 [7713] 06/20/08 07:10:13 lukeplant Fixed #3774 - primary_key=True does not, in fact, imply blank=False
(edit) @7681 [7681] 06/17/08 10:46:59 gwilson Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, …
(edit) @7678 [7678] 06/17/08 08:56:10 russellm Fixed #7216 -- Added a description on how to use named URLs with a …
(edit) @7656 [7656] 06/15/08 23:04:24 adrian Fixed #6944 -- Fixed a small typo in docs/model-api.txt. Thanks, julien
(edit) @7546 [7546] 05/22/08 14:24:25 lukeplant Reverted mistaken r7545 r7545 was a mistake due to not accounting for …
(edit) @7545 [7545] 05/22/08 12:34:02 lukeplant Fixed documentation of 'description' option of Admin.fields to reflect …
(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) @7331 [7331] 03/20/08 01:56:23 mtredinnick Fixed #6445 -- Allow model instances to be used as a default for …
(edit) @7302 [7302] 03/18/08 14:55:21 ubernostrum Fixed #6541: Corrected documentation of how the admin chooses a default …
(edit) @7294 [7294] 03/18/08 09:54:39 mtredinnick Added "svn:eol-style native" to every text file in the tree (*.txt, …
(edit) @7239 [7239] 03/13/08 19:07:01 mtredinnick Added a "new in development version" marker that I randomly realised I'd …
(edit) @7237 [7237] 03/13/08 15:23:06 adrian Fixed a typo in docs/model-api.txt
(edit) @7159 [7159] 02/26/08 15:18:34 jacob Added documentation about the "app.Model" relation syntax introduced by …
(edit) @7119 [7119] 02/15/08 05:38:53 mtredinnick Made a bunch of tiny documentation formatting and typo fixes. Thanks, …
(edit) @6879 [6879] 12/04/07 00:13:56 adrian Edited various doc changes from [6801]
(edit) @6801 [6801] 12/01/07 13:23:49 ikelly Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE …
(edit) @6743 [6743] 11/29/07 12:15:38 mtredinnick Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris?.
(edit) @6652 [6652] 11/05/07 07:59:52 mtredinnick Documentation for creating custom model fields.
(edit) @6566 [6566] 10/20/07 07:35:10 mtredinnick Fixed #4944 -- Added a note about Model.save() raising IntegrityError is …
(edit) @6381 [6381] 09/19/07 20:48:47 adrian Fixed errors in docs/model-api.txt changes from [6378]
(edit) @6378 [6378] 09/19/07 18:33:57 jacob Fixed #231: all fields that should take max_length now do. Thanks, Don …
(edit) @6346 [6346] 09/15/07 20:57:25 mtredinnick Fixed #3703 -- Added pk property to models. Thanks, Collin Grady and …
(edit) @6304 [6304] 09/15/07 13:33:03 adrian Fixed #5449 -- Noted in docs/model-api.txt that the admin date selection …
(edit) @6213 [6213] 09/14/07 15:36:53 adrian Fixed #5460 -- unique_together now accepts a single tuple for convenience. …
(edit) @6205 [6205] 09/14/07 14:22:43 adrian Fixed #5342 -- Added max_length parameter to EmailField?. Thanks, …
(edit) @6179 [6179] 09/14/07 03:29:51 russellm Fixed #4544 -- Updated docs for allowed field types in an admin …
(edit) @6109 [6109] 09/12/07 08:11:51 adrian Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew …
(edit) @6069 [6069] 09/08/07 14:30:16 gwilson Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David …
(edit) @6007 [6007] 08/25/07 13:48:32 adrian Fixed #5170 -- Made FileField? a link in the ImageField? section of …
(edit) @5860 [5860] 08/11/07 22:01:37 adrian Fixed #5110 -- Made a small clarification in docs/model-api.txt. Thanks, …
(edit) @5825 [5825] 08/06/07 21:33:11 adrian Fixed #5097 -- Made various updates and corrections to the documentation. …
(edit) @5816 [5816] 08/06/07 00:33:18 adrian Added note to docs/model-api.txt about help_text not being escaped in the …
(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) @5796 [5796] 08/03/07 22:19:14 gwilson Fixed #5078 -- Fixed several broken links to the syndication …
(edit) @5736 [5736] 07/20/07 16:24:30 adrian Added some additional docs to docs/model-api.txt db_type() section
(edit) @5725 [5725] 07/20/07 01:28:56 adrian Added a db_type() method to the database Field class. This is a hook for …
(edit) @5638 [5638] 07/09/07 21:34:42 gwilson Fixed #4817 -- Removed leading forward slashes from some urlconf examples …
(edit) @5609 [5609] 07/04/07 07:11:04 mtredinnick Merged Unicode branch into trunk (r4952:5608). This should be …
(edit) @5560 [5560] 06/30/07 15:58:36 adrian Fixed some awkward wordings from docs/model-api.txt from [5519] and added …
(edit) @5519 [5519] 06/23/07 09:16:00 mtredinnick Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. …
(edit) @5505 [5505] 06/20/07 14:39:24 adrian Fixed #4637 -- Fixed broken link in docs/model-api.txt. Thanks, …
(edit) @5504 [5504] 06/20/07 14:38:19 adrian Fixed #4638 -- Fixed typo in docs/model-api.txt. Thanks, …
(edit) @5459 [5459] 06/11/07 06:19:43 mtredinnick Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for …
(edit) @5435 [5435] 06/07/07 13:12:12 jacob Fixed #3880: added a link to the transaction docs from the model API. …
(edit) @5364 [5364] 05/27/07 08:01:21 mtredinnick Added references to the various get_FOO_*() methods for FileField?
(edit) @5351 [5351] 05/26/07 04:17:38 mtredinnick Fixed #4351 -- Attempted to make it easier for readers to see the …
(edit) @5308 [5308] 05/21/07 15:45:33 adrian Added 'New in Django development version' notes to docs/model-api.txt …
(edit) @5302 [5302] 05/20/07 20:29:58 mtredinnick Fixed #2365, #3324 -- Renamed FloatField? to DecimalField? and changed the …
(edit) @5290 [5290] 05/19/07 13:35:42 mtredinnick Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson.
(edit) @5281 [5281] 05/18/07 11:40:27 adrian Fixed small grammar error in docs/model-api.txt from [5250]
(edit) @5250 [5250] 05/15/07 13:03:00 mtredinnick Fixed #3664 -- Documented that get_absolute_url() and item_link() …
(edit) @5166 [5166] 05/07/07 22:20:49 mtredinnick Fixed #4203 -- Noted that "blank" defaults to False in models. …
(edit) @5066 [5066] 04/25/07 01:38:23 mtredinnick Fixed #3857 -- Used a table to describe the required arg for FileField?. …
(edit) @5040 [5040] 04/20/07 04:22:01 mtredinnick Changed all URL references for django_admin/ to the canonical name …
(edit) @5005 [5005] 04/12/07 20:19:44 adrian Fixed #4029 -- Fixed some broken links and made some links relative in …
(edit) @5004 [5004] 04/12/07 20:01:57 adrian Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, …
(edit) @4985 [4985] 04/09/07 08:28:09 russellm Backwards-incompatible change -- Removed LazyDate? helper class. To …
(edit) @4891 [4891] 04/01/07 00:22:14 adrian Edited docs/model-api.txt permalink changes from [4879]
(edit) @4879 [4879] 03/31/07 06:35:06 mtredinnick Fixed #3540 -- Updated permalink documentation to fix an error and …
(edit) @4804 [4804] 03/23/07 15:45:30 ubernostrum Remove notes about things added/removed in development version, since the …
(edit) @4746 [4746] 03/16/07 10:17:20 adrian Tightened change to docs/model-api.txt from [4692]
(edit) @4692 [4692] 03/09/07 03:32:39 mtredinnick Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used …
(edit) @4626 [4626] 02/26/07 15:52:22 adrian Small cleanup of docs/model-api.txt change from [4625]
(edit) @4625 [4625] 02/26/07 15:40:15 jacob Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, …
(edit) @4596 [4596] 02/25/07 23:37:24 jacob Fixed #3397: You can now order by non-DB fields in the admin by telling …
(edit) @4579 [4579] 02/25/07 13:51:33 adrian Reverted [4578] because there's no such thing as a PasswordField? database …
(edit) @4578 [4578] 02/25/07 11:18:17 jacob Fixed #2071: added a smidge of docs on PasswordField?. Thanks for the …
(edit) @4539 [4539] 02/17/07 22:44:17 adrian Copy edited new docs in docs/model-api.txt from [4535]
(edit) @4535 [4535] 02/16/07 23:51:45 mtredinnick Fixed #2568 -- Added documentation for the permalink() decorator. Based on …
(edit) @4429 [4429] 01/25/07 07:47:55 russellm Fixed #3098 -- Added db_table parameter to m2m fields, allowing the …
(edit) @4392 [4392] 01/22/07 20:01:20 adrian Fixed #3346 -- Documented that search_fields Admin option can use related …
(edit) @4309 [4309] 01/12/07 13:40:06 jacob Fixed #3287: method columns in the admin changelist can now have a …
(edit) @4276 [4276] 01/03/07 08:29:21 russellm Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.
(edit) @3910 [3910] 10/19/06 16:55:08 adrian Added note to docs/model-api.txt that EmailField? has automatic …
(edit) @3836 [3836] 09/25/06 12:34:54 adrian Negligible spacing fix to docs/model-api.txt from [3781]
(edit) @3781 [3781] 09/21/06 20:54:10 mtredinnick Fixed #2649 -- Clarified behaviour of editable attribute on models. …
(edit) @3652 [3652] 08/23/06 10:40:41 adrian Added some helpful hints to list_display documentation in …
(edit) @3620 [3620] 08/20/06 00:32:20 adrian Fixed typo in docs/model-api.txt
(edit) @3601 [3601] 08/17/06 21:48:34 adrian Fixed #2559 -- Added cool new operators for Admin.search_fields, plus …
(edit) @3598 [3598] 08/16/06 19:37:49 adrian Small formatting change to docs/model-api.txt change from [3597] -- double …
(edit) @3597 [3597] 08/16/06 19:02:51 russellm Clarified documentation regarding string-form model references.
(edit) @3585 [3585] 08/14/06 18:07:43 adrian Added paragraph to docs/model-api.txt explicitly pointing out file uploads …
(edit) @3538 [3538] 08/08/06 10:03:01 adrian Added example of strftime formatting to docs/model-api.txt FileField? docs. …
(edit) @3358 [3358] 07/17/06 09:59:41 adrian Documented allow_tags attribute for admin change list methods
(edit) @3307 [3307] 07/09/06 23:16:26 adrian Fixed #2301 -- Added list_display_links option to 'class Admin', which …
(edit) @3189 [3189] 06/21/06 09:42:52 adrian Reverted [3184]. There's no such thing as models.PasswordField?.
(edit) @3184 [3184] 06/20/06 23:49:12 mtredinnick Fixed #2071 -- documented the PasswordField? (including cavaets). Thanks …
(edit) @3126 [3126] 06/13/06 22:34:52 mtredinnick Fixed #2141 -- corrected indentation problems in a couple of the code …
(edit) @3094 [3094] 06/06/06 21:46:08 adrian Fixed #1697 and #2095 -- Made 'choices' parameter accept any iterable
(edit) @3059 [3059] 06/01/06 23:54:28 adrian Fixed #1966 -- Documented list_per_page Admin option
(edit) @3043 [3043] 05/31/06 23:37:47 adrian Fixed #2057 -- Added explicit statement to auto_now and auto_now_add …
(edit) @3042 [3042] 05/31/06 23:35:44 adrian Fixed #2054 -- Added a bit of docs to the 'core' field docs in …
(edit) @2960 [2960] 05/22/06 00:04:40 adrian Fixed funky formatting in docs/model-api.txt
(edit) @2955 [2955] 05/21/06 22:01:02 adrian Added 'Overriding default model methods' section to model-api.txt
(edit) @2953 [2953] 05/21/06 21:24:32 adrian Fixed #981 -- Documented backend-specific SQL files
Note: See TracRevisionLog for help on using the revision log.