Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 éve |
Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
11 éve |
Loic Bistuer
|
ebb3e50243
Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.
|
11 éve |
Loic Bistuer
|
0bcdcc7eb9
Added ModelAdmin.get_search_fields.
|
11 éve |
SusanTan
|
7de35a9ef3
Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
|
11 éve |
Preston Holmes
|
10f8a21002
Fixed #18168 -- clarified precedence of validation
|
11 éve |
James Bennett
|
c0f03175ce
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
|
11 éve |
Tim Graham
|
181f63c22d
Fixed #12346 -- Added a note on how to validate InlineFormSets.
|
11 éve |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 éve |
Tim Graham
|
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
11 éve |
Loic Bistuer
|
c86a9b6398
Fixed #6903 - Preserve admin changelist filters after saving or deleting an object
|
11 éve |
Tim Graham
|
70d7e45eb0
Added release notes for auth views being reversed by name, not by path.
|
11 éve |
Marc Tamlyn
|
9ed971f4f1
Merge pull request #1245 from oinopion/list_select_related
|
11 éve |
Tomek Paczkowski
|
0fd9f7c95f
Fixed #19080 -- Fine-grained control over select_related in admin
|
11 éve |
Tim Graham
|
bb863faecd
Proofed the 1.6 release notes
|
11 éve |
Tim Graham
|
61524b09cf
Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
|
12 éve |
Tim Graham
|
36aecb12b8
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
|
12 éve |
Wiktor Kolodziej
|
cec9558fba
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
|
12 éve |
Bozidar Benko
|
2d309a7043
Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.
|
12 éve |
vkuzma
|
1fe587d80b
Add missing imports and models to the examples in the admin documentation
|
12 éve |
Luke Plant
|
f026a519ae
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added '__all__' shortcut
|
12 éve |
Juan Catalano
|
78c842a323
Adapted uses of versionchanged/versionadded to the new form.
|
12 éve |
Baptiste Mispelon
|
391ec5a085
Fixed #20160 -- Erronous reference to `module_name` in admin doc.
|
12 éve |
Tom V
|
a907fa088e
Docs template name mistake
|
12 éve |
Loic Bistuer
|
6983a1a540
Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that return a QuerySet.
|
12 éve |
Aymeric Augustin
|
0c82b1dfc4
Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.
|
12 éve |
Carl Meyer
|
8f839aaa18
Minor edits to some recently-added admin docs.
|
12 éve |
Diederik van der Boor
|
b7ba4fc408
Add column-<field_name> classes to the admin list
|
12 éve |
Tim Graham
|
722683f508
Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and ModelAdmin.fieldset.
|
12 éve |
Claude Paroz
|
60fff6fc94
Documented jQuery upgrade
|
12 éve |