Django

Code

root/django/trunk/django/contrib/admin/options.py


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @9383 [9383] 11/10/08 11:13:41 kmtracey Fixed #8910 -- Added force_unicode during admin log message creation to …
(edit) @9363 [9363] 11/06/08 10:44:42 kmtracey Fixed #9506 take 2 -- Marked the message properly for translation, in both …
(edit) @9360 [9360] 11/06/08 08:32:33 kmtracey Fixed #9506 -- Marked error string for translation.
(edit) @9243 [9243] 10/21/08 15:25:45 brosner Display non_field_errors of inline forms in the admin. This was a …
(edit) @9086 [9086] 09/27/08 00:57:10 mtredinnick Fixed #9171 -- Fixed a few places where we were assuming lists instead …
(edit) @9070 [9070] 09/18/08 12:10:16 kmtracey Fixed #9129 -- Restored a force_unicode that was lost when unicode changes …
(edit) @9063 [9063] 09/17/08 03:59:55 mtredinnick Changed a slightly suspicious usage of request.POST to request.method == …
(edit) @8985 [8985] 09/08/08 00:45:17 adrian Fixed #7929 -- Removed some snippets of admin code that weren't doing …
(edit) @8861 [8861] 09/02/08 12:26:24 brosner Fixed #7973 -- Added exclude to BaseModelAdmin? to make everything …
(edit) @8773 [8773] 08/31/08 15:11:28 jacob Fixed ModelAdmin.radio_fields to work with the new TypedChoiceField.
(edit) @8764 [8764] 08/31/08 12:20:43 brosner Fixed #8058 -- Moved media for filter_vertical/filter_horizontal widget to …
(edit) @8719 [8719] 08/29/08 14:50:22 brosner Properly reference FieldDoesNotExist? as it does not exist in global of …
(edit) @8714 [8714] 08/29/08 13:12:31 mtredinnick Fixed some edge-case error handling from [8699]. Thanks, gkelly.
(edit) @8704 [8704] 08/29/08 11:46:46 brosner Fixed #7982 -- Corrected ModelAdmin? url dispatching to ensure it matching …
(edit) @8699 [8699] 08/29/08 11:09:29 jacob Fixed #7738: support initial values via GET for SelectMutliple in the …
(edit) @8682 [8682] 08/28/08 15:58:10 jacob Fixed #8556: added a useful formfield to CommaSeparatedIntegerField. …
(edit) @8555 [8555] 08/25/08 14:56:14 brosner Fixed #8547 -- Corrected the breadcrumb display in the object_history.html …
(edit) @8479 [8479] 08/23/08 00:05:21 brosner Fixed #8367 -- Pass the object to get_form from get_fieldsets in …
(edit) @8474 [8474] 08/22/08 23:00:15 brosner Fixed #1390 -- Added an app index in the admin interface. Thanks juliae …
(edit) @8469 [8469] 08/22/08 14:27:26 brosner Fixed #7947 -- Handle the display of OneToOneField? in model forms …
(edit) @8433 [8433] 08/18/08 10:49:58 brosner Moved admin form helpers to their own module to clean-up …
(edit) @8396 [8396] 08/15/08 16:57:36 brosner Fixed #8341 -- Allow simpler subclassing of ModelAdmin? and …
(edit) @8392 [8392] 08/15/08 15:33:45 brosner Fixed #8292 -- Honor filter_horizontal and filter_vertical in inlines …
(edit) @8385 [8385] 08/15/08 12:38:39 brosner Fixed #957 -- prepopulated_fields now works correctly on inlines.
(edit) @8384 [8384] 08/15/08 12:36:33 brosner Fixed media creation in the add_view. It was not pulling media from the …
(edit) @8307 [8307] 08/11/08 12:20:47 brosner Added back save_model that was removed from [8273] to allow for both pre- …
(edit) @8279 [8279] 08/09/08 23:03:01 brosner Fixed #4667 -- Added support for inline generic relations in the admin. …
(edit) @8274 [8274] 08/09/08 18:40:57 brosner Moved ModelAdmin?.check_dependancies to AdminSite?. Make debugging problems …
(edit) @8273 [8273] 08/09/08 15:52:40 brosner Fixed #5780 -- Adjusted the ModelAdmin? API to allow the created/updated …
(edit) @8266 [8266] 08/09/08 12:12:48 jacob Added ModelAdmin?.save_model() and ModelAdmin?.save_formset() methods to …
(edit) @8265 [8265] 08/09/08 11:45:15 jacob Broke the admin's use of LogEntry? and user messages out into callbacks on …
(edit) @8245 [8245] 08/08/08 16:19:59 mtredinnick Fixed #8107 -- Fixed a missing forced_unicode() call in admin. Patch …
(edit) @8243 [8243] 08/08/08 15:27:48 brosner Fixed #8069 -- Corrected the inconsistent case with BaseInlineFormset?. It …
(edit) @8240 [8240] 08/08/08 14:54:34 brosner Fixed #8163 -- Restore oldforms admin styling on input fields. Also …
(edit) @8236 [8236] 08/08/08 13:07:33 mtredinnick Added a few force_unicode() calls around objects in the admin. Required …
(edit) @8192 [8192] 08/02/08 00:29:17 gwilson Fixed #8078 -- Fixed a Python 2.3 incompatibility in …
(edit) @8177 [8177] 08/01/08 15:00:30 brosner Fixed #5631 -- When fieldsets contains a field that is on the same line, …
(edit) @8153 [8153] 07/30/08 06:41:04 russellm Fixed #7880 -- Corrected the handling of fields in the admin that specify …
(edit) @8144 [8144] 07/29/08 19:52:01 mtredinnick Fixed #7992 -- Interpolate UTF-8 verbose_names correctly into unicode …
(edit) @8136 [8136] 07/29/08 07:41:08 russellm Fixed #6095 -- Added the ability to specify the model to use to manage a …
(edit) @8057 [8057] 07/22/08 22:25:41 brosner Fixed #7898 -- Moved formset media definition to a media property in …
(edit) @8046 [8046] 07/21/08 22:24:09 adrian Fixed #7847 -- Removed a whole bunch of unused imports from throughout the …
(edit) @8011 [8011] 07/20/08 16:12:36 mtredinnick Fixed filter_horizontal and filter_vertical handling in admin so that they …
(edit) @7971 [7971] 07/18/08 20:22:26 jacob Fixed #7741: django.newforms is now django.forms. This is obviously a …
(add) @7967 [7967] 07/18/08 18:54:34 brosner Merged the newforms-admin branch into trunk. This is a backward …
Note: See TracRevisionLog for help on using the revision log.