Tim Graham
|
03bc0a8ac5
Fixed typo in previous commit; refs #21490.
|
11 yıl önce |
Tim Graham
|
bfe7377adb
Fixed #21490 -- Fixed custom admin URL reverse example.
|
11 yıl önce |
Baptiste Mispelon
|
c82e850eed
Fixed versionadded misuse in the admin documentation.
|
11 yıl önce |
Unai Zalakain
|
fd219fa24c
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
|
11 yıl önce |
Ramiro Morales
|
1d0fc61b1c
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change list links.
|
11 yıl önce |
tschilling
|
0d1ba84d13
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
|
11 yıl önce |
Brian Holdefehr
|
98514849dc
Fixed #19414 -- Added admin registration decorator
|
12 yıl önce |
Pablo Mouzo
|
2223b83a55
Improved docs for `contrib.admin.options.ModelAdmin.response_*`
|
11 yıl önce |
Pablo Mouzo
|
9079436b00
Add docs for `response_add`, `response_change` and `response_delete`
|
11 yıl önce |
Tim Graham
|
5ca290f5db
Fixed some sphinx errors and added some links.
|
11 yıl önce |
Adrian Holovaty
|
d179fc72cf
Fixed versionadded and ordering of note in admin/index.txt
|
11 yıl önce |
Adrian Holovaty
|
a962286b74
Added AdminSite attributes for easily changing admin title.
|
11 yıl önce |
Tim Graham
|
7b69c3e775
Removed versionadded/changed annotations for 1.5
|
11 yıl önce |
Dominic Rodger
|
c33d1ca1d9
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
|
11 yıl önce |
Loic Bistuer
|
ebb3e50243
Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.
|
11 yıl önce |
Loic Bistuer
|
0bcdcc7eb9
Added ModelAdmin.get_search_fields.
|
11 yıl önce |
SusanTan
|
7de35a9ef3
Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
|
11 yıl önce |
Preston Holmes
|
10f8a21002
Fixed #18168 -- clarified precedence of validation
|
11 yıl önce |
James Bennett
|
c0f03175ce
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
|
11 yıl önce |
Tim Graham
|
181f63c22d
Fixed #12346 -- Added a note on how to validate InlineFormSets.
|
11 yıl önce |
Claude Paroz
|
7442eb1a24
Fixed #20224 -- Update docs examples which mention __unicode__
|
11 yıl önce |
Tim Graham
|
1184d07789
Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.
|
11 yıl önce |
Loic Bistuer
|
c86a9b6398
Fixed #6903 - Preserve admin changelist filters after saving or deleting an object
|
11 yıl önce |
Tim Graham
|
70d7e45eb0
Added release notes for auth views being reversed by name, not by path.
|
11 yıl önce |
Marc Tamlyn
|
9ed971f4f1
Merge pull request #1245 from oinopion/list_select_related
|
11 yıl önce |
Tomek Paczkowski
|
0fd9f7c95f
Fixed #19080 -- Fine-grained control over select_related in admin
|
11 yıl önce |
Tim Graham
|
bb863faecd
Proofed the 1.6 release notes
|
11 yıl önce |
Tim Graham
|
61524b09cf
Fixed #18388 - Added InlineModelAdmin.get_max_num hook.
|
12 yıl önce |
Tim Graham
|
36aecb12b8
Fixed #19425 - Added InlineModelAdmin.get_extra hook.
|
12 yıl önce |
Wiktor Kolodziej
|
cec9558fba
Fixed #17308 -- Enabled the use of short_description on properties in the admin.
|
12 yıl önce |