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