index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
docs
/
ref
/
contrib
/
admin
Age
Commit message (
Expand
)
Author
2016-06-30
[1.9.x] Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Tim Graham
2016-06-15
[1.9.x] Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Tim Graham
2016-06-03
[1.9.x] Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-04-28
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
eltronix
2016-04-27
[1.9.x] Fixed typo in docs/ref/contrib/admin/index.txt
eltronix
2016-04-04
[1.9.x] Fixed #26450 -- Corrected "Save as new" button label in docs.
Markus Amalthea Magnuson
2016-02-18
[1.9.x] Added intended use in the admin's introduction.
Tim Graham
2016-02-09
[1.9.x] Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admind...
userimack
2016-02-01
[1.9.x] Fixed #26124 -- Added missing code formatting to docs headers.
Tim Graham
2016-01-30
[1.9.x] Fixed #26156 -- Added createsuperuser instructions to admin docs.
Yoong Kang Lim
2015-12-01
[1.9.x] Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
2015-11-18
[1.9.x] Fixed #25549 -- Documented auth_user_password_change URL.
Tim Graham
2015-11-17
[1.9.x] Fixed #25710 -- Clarified the docs about what INTERNAL_IPS does.
Alex Morozov
2015-11-16
[1.9.x] Fixed #25755 -- Unified spelling of "website".
Agnieszka Lasyk
2015-11-14
[1.9.x] Fixed #25531 -- Documented that admin_order_field supports lookups.
René Fleschenberg
2015-11-05
[1.9.x] Fixed #24244 -- Documented contrib.admin.models.LogEntry
Alex Morozov
2015-11-03
[1.9.x] Updated admindocs instructions for the deprecation of patterns().
Tim Graham
2015-10-28
[1.9.x] Fixed #21516 -- Updated imports paths for some formset functions/clas...
Bryan Marty
2015-10-24
[1.9.x] Optimized docs images and documented the process.
Curtis Maloney
2015-09-28
[1.9.x] Fixed #24323 -- Documented @admin.register can't be used with super(X...
Tim Graham
2015-09-21
Fixed #15760 -- Added JavaScript events for admin inline forms.
ramez
2015-09-11
Renamed admin doc image files to match the documentation they are for.
Ryan Allen
2015-09-11
Fixed #25200 -- Updated admin screenshots in docs.
Ryan Allen
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-09-07
Fixed #24917 -- Made admindocs display model methods that take arguments.
Zan Anderle
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-31
Fixed #25289 -- Updated admin's jQuery to 2.1.4.
Tim Graham
2015-08-29
Fixed #25262 -- Removed the enable_comments field from FlatPageAdmin.
Y3K
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-27
Fixed #25159 -- Removed brackets from class/function/method signatures in docs.
Tim Graham
2015-07-20
Fixed signature of ModelAdmin.get_paginator() in docs.
Ali Vakilzade
2015-07-13
Fixed #25116 -- Removed long-broken admindocs bookmarklets
Ben Spaulding
2015-06-27
Fixed #25033 -- Added context_processors.auth to documented admin dependencies.
Tim Graham
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
2015-06-04
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-05-29
Optimise the rest of the PNGs in docs
Curtis
2015-05-21
Cosmetic edits and minor fixes to docs/ref/contrib/admin/index.txt
I am Clinton
2015-05-20
Fixed typo in docs/ref/contrib/admin/index.txt
latyas(懒)
2015-05-11
Fixed #24553 -- Added the list of available applications to AdminSite.each_co...
Riccardo Magliocchetti
2015-05-01
Updated capitalization in the word "JavaScript" for consistency
Dave Hodder
2015-04-28
Fixed #13008 -- Added more Cache-Control headers to never_cache() decorator.
Markus Bertheau
2015-04-20
Fixed #24668 -- Amended ModelAdmin.save_formset() example for #10284.
Tim Graham
2015-04-09
Fixed typo in docs/ref/contrib/admin/index.txt
andredelorme
2015-04-08
Revert "Fixed #24474 -- Allowed configuring the admin's empty change list val...
Tim Graham
2015-04-08
Fixed #24474 -- Allowed configuring the admin's empty change list value.
Loek van Gent
2015-03-19
Fixed #24417 -- Added ModelAdmin.get_list_select_related()
Loek van Gent
2015-03-13
Fixed #24253 -- Documented staff_member_required decorator.
Andrei Kulakov
2015-03-07
Fixed typos and updated spelling wordlist.
Floris den Hengst
2015-02-13
Added missing parameter to each_context() in doc example.
Tim Graham
2015-02-13
Added each_context() and a template tip to custom admin view docs.
Joe Simpson
[next]