Naglis Jonaitis
|
74c692ba21
Fix ModelAdmin documentation example
|
4 years ago |
Karl Hobley
|
cf38b2457d
Put quotes around some inline code
|
4 years ago |
jacobtoppm
|
cc676c4c9e
Add export_filename option to modeladmin
|
4 years ago |
jacobtoppm
|
fbead4549b
Add documentation for spreadsheet format setting and new modeladmin features
|
4 years ago |
Andy Chosak
|
17e09fee76
Fix quotes in ModelAdmin documentation
|
4 years ago |
Martey Dodoo
|
229103ff2e
Update links in documentation. (#5689)
|
5 years ago |
Andreas Bernacca
|
3fd3d97850
Add model to PersonAdmin in documentation
|
5 years ago |
Andy Babic
|
13b485a2a9
Fix sphinx errors
|
5 years ago |
Seb
|
b839bd65bb
Add support for custom search handler classes to ModelAdmin's IndexView
|
5 years ago |
Sergey Fedoseev
|
8f8faf3c60
Fixed some formatting in 'Customising IndexView' doc. (#4877)
|
6 years ago |
Sergey Fedoseev
|
29c8ad6637
Fix reference in ModelAdmin.ordering docs.
|
6 years ago |
Victor Miti
|
c38b172793
updated Django Docs Links to point to *docs.djangoproject.com/en/stable/*
|
6 years ago |
Karl Hobley
|
f608c67eb1
Fix capitalisation of names
|
6 years ago |
Karl Hobley
|
bf3e994505
Fix capitalisation of QuerySet
|
6 years ago |
LB (Ben Johnston)
|
39d5672c9c
Fix modeladmin documentation typo (#4251)
|
6 years ago |
Mads Jensen
|
b30c722728
Used Python 3 super() syntax also in documentation. (#4246)
|
6 years ago |
Matt Westcott
|
5f382d8784
Remove Python 2 references from docs
|
7 years ago |
Andy Babic
|
37bbbb9dba
Improved code separation in `contrib.modeladmin` (#3467)
|
7 years ago |
Tim Heap
|
6ba34636cb
Fix whitespace errors in docs
|
8 years ago |
Andy Babic
|
78f67f8fdb
* Gives the `result_row_display` control over the `<tr>` element for each row in `IndexView` by shifting the `<tr>` out of `result_list.html` and into `result_row.html`
|
8 years ago |
Andy Babic
|
0c1b67bc16
Add documentation to help with customisation of `contrib.modeladmin`
|
8 years ago |