index
:
chango.git
devmain
fix-31295
initial-branch
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
2018-05-12
[2.0.x] Alphabetized imports in various docs.
Mariusz Felisiak
2018-05-02
[2.0.x] Fixed #29351 -- Doc'd that ModelAdmin.prepopulated_fields removes sto...
Kelly Hogan
2018-02-22
[2.0.x] Added backticks around obj argument in admin docs.
Jon Dufresne
2017-12-07
[2.0.x] Fixed typo in docs/ref/contrib/admin/index.txt.
Sam Collins
2017-11-09
[2.0.x] Fixed #28777 -- Clarified the docs for admin.register's args.
Tim Graham
2017-10-28
[2.0.x] Fixed #28205 -- Doc'd that ModelAdmin.prepopulated_fields only works ...
Botond Beres
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-19
Refs #14370 -- Fixed typo in ModelAdmin.autocomplete_fields docs.
Johannes Hoppe
2017-09-18
Fixed #14370 -- Allowed using a Select2 widget for ForeignKey and ManyToManyF...
Johannes Hoppe
2017-09-02
Fixed #17985 -- Documented ModelAdmin.lookup_allowed().
Simon Meers
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super() in docs.
chillaranand
2017-01-18
Refs #23919 -- Removed Python 2 notes in docs.
Tim Graham
2017-01-17
Removed versionadded/changed annotations for 1.10.
Tim Graham
2017-01-17
Refs #25135 -- Removed support for the contrib.admin allow_tags attribute.
Tim Graham
2017-01-11
Fixed typos in docs/ref/contrib/admin/index.txt
Tim Graham
2016-12-19
Fixed #27377 -- Clarified that prepopulated_fields doesn't work with OneToOne...
Henry Dang
2016-12-15
Doc'd how ModelAdmin.list_display uses short_description.
Javier Rojas
2016-12-14
Fixed #27313 -- Allowed overriding admin popup response template.
Michael Scott
2016-12-08
Fixed #27566 -- Clarified overriding ModelAdmin.save_model()/delete_model() d...
Doug Harris
2016-11-15
Replaced "django" with "Django" in spelling_wordlist.
akki
2016-10-17
Fixed ModelAdmin.get_max_num() example if obj is None.
Riccardo Magliocchetti
2016-10-07
Fixed #24941 -- Added ModelAdmin.get_exclude().
Zach Borboa
2016-10-04
Fixed typos in docs/ref/contrib/admin/javascript.txt.
aruseni
2016-10-04
Fixed typo in docs/ref/contrib/admin/javascript.txt.
aruseni
2016-09-27
Fixed #27076 -- Documented contrib.admin.sites.AdminSite.register().
Austin Simmons
2016-09-26
Fixed #27276 -- Doc'd how to reverse admin's login view.
Jonatas CD
2016-09-02
Fixed #27099 -- Documented list filter's has_output() method.
Jeff Willette
2016-07-16
Fixed #17209 -- Added password reset/change class-based views
Claude Paroz
2016-06-30
Fixed #26002 -- Explained ModelAdmin.get_search_results() example.
Tim Graham
2016-06-15
Removed nonexistent attribute in docs/ref/contrib/admin/index.txt
Tim Graham
2016-06-04
Fixed #19963 -- Added support for date_hierarchy across relations.
Vytis Banaitis
2016-06-03
Fixed #26021 -- Applied hanging indentation to docs.
Ed Henderson
2016-05-20
Removed versionadded/changed annotations for 1.9.
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-05-17
Updated admin's jQuery to 2.2.3.
Tim Graham
2016-04-28
Fixed typo in docs/ref/contrib/admin/index.txt
eltronix
2016-04-27
Fixed typo in docs/ref/contrib/admin/index.txt
eltronix
2016-04-20
Fixed #16327 -- Redirected "Save as new" to change view instead of the change...
Markus Amalthea Magnuson
2016-04-04
Fixed #26450 -- Corrected "Save as new" button label in docs.
Markus Amalthea Magnuson
2016-02-18
Added intended use in the admin's introduction.
Tim Graham
2016-02-09
Fixed #26182 -- Removed an obsolete (refs #24917) paragraph in admindocs.
userimack
2016-02-01
Fixed #26124 -- Added missing code formatting to docs headers.
rowanv
2016-01-30
Fixed #26156 -- Added createsuperuser instructions to admin docs.
Yoong Kang Lim
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-21
Fixed #494 -- Added ability to specify classes on admin inline fieldsets.
Karen Tracey
2015-12-10
Fixed #21221 -- Made form Media and static template tag use staticfiles if in...
Johannes Hoppe
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-12-01
Fixed #25778 -- Updated docs links to use https when available.
Jon Dufresne
[next]