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
2014-08-26
[1.7.x] Fixed #17707, #20734 -- Added examples to URL namespacing docs.
Tim Graham
2014-08-12
[1.7.x] Refs #23276: Removed bad examples of passing views as strings to url()
Collin Anderson
2014-07-29
[1.7.x] Fixed a typo in the admin documentation.
David Arcos
2014-07-29
[1.7.x] Fixed #23123 -- Don't use a bare except in ModelAdmin documentation
Baptiste Mispelon
2014-07-22
[1.7.x] Fixed typo in docs/ref/contrib/admin/index.txt.
africa itcase
2014-05-15
[1.7.x] Fixed #17642 -- Added min_num support to modelformsets, inlines, and ...
Anders Steinlein
2014-05-13
[1.7.x] Removed an unnecessary anchor in the docs.
Tim Graham
2014-05-12
[1.7.x] Fixed #22613 -- Added formfield_for_choice_field() to the list of met...
Tim Graham
2014-04-22
[1.7.x] Various documentation typo/spelling fixes
Marti Raudsepp
2014-04-10
[1.7.x] Fixed #21353 -- Noted that description is ignored for TabularInlines.
Tim Graham
2014-03-19
Replaced reference to ModelAdmin.get_formsets() (deprecated) with get_formset...
Daniel Hahler
2014-03-03
Fixed #21908 -- Added example usage for ModelAdmin.get_inline_instances().
Tim Graham
2014-03-03
Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data().
Greg Chapple
2014-02-28
Fixed #21948 -- Noted TEMPLATE_LOADERS requirement when overriding admin temp...
Alex de Landgraaf
2014-02-28
Fixed doc typos.
Tim Graham
2014-02-25
Fixed docs typos.
Szczepan Cieślik
2014-02-22
Fixed #21902 -- Documented search order for list_display.
Marcin Sokół
2014-02-14
Fixed #21924 -- Added the ability to specify a reverse order for admin_order_...
Klemens Mantzos
2014-02-13
Fixed #21951 -- Updated docs to use __str__ for Python 3
Alasdair Nicol
2014-01-26
Fixed #19774 -- Deprecated the contenttypes.generic module.
Simon Charette
2014-01-25
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-22
Don't show `self` in the list of arguments of a method.
Baptiste Mispelon
2014-01-19
Fixed some admin sphinx definitions so links work properly.
Tim Graham
2014-01-18
Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().
Aymeric Augustin
2013-12-28
Used app_label instead of appname.
Aymeric Augustin
2013-12-18
Fixed #21386 -- Removed admindocs dependence on sites framework
Bouke Haarsma
2013-11-25
Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...
Jay Leadbetter
2013-11-24
Fixed typo in previous commit; refs #21490.
Tim Graham
2013-11-24
Fixed #21490 -- Fixed custom admin URL reverse example.
Tim Graham
2013-11-09
Fixed versionadded misuse in the admin documentation.
Baptiste Mispelon
2013-10-29
Fixed #8261 -- ModelAdmin hook for customising the "show on site" button
Unai Zalakain
2013-10-01
Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...
Ramiro Morales
2013-09-20
Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.
tschilling
2013-09-18
Fixed #19414 -- Added admin registration decorator
Brian Holdefehr
2013-09-07
Improved docs for `contrib.admin.options.ModelAdmin.response_*`
Pablo Mouzo
2013-09-07
Add docs for `response_add`, `response_change` and `response_delete`
Pablo Mouzo
2013-09-06
Fixed some sphinx errors and added some links.
Tim Graham
2013-09-06
Fixed versionadded and ordering of note in admin/index.txt
Adrian Holovaty
2013-09-06
Added AdminSite attributes for easily changing admin title.
Adrian Holovaty
2013-08-19
Removed versionadded/changed annotations for 1.5
Tim Graham
2013-08-15
Fixed some ReST errors regarding backticks
Tim Graham
2013-08-06
Fixed #20852 - Fixed incorrectly generated left quotes in docs.
Dominic Rodger
2013-08-04
Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.
Loic Bistuer
2013-08-03
Added ModelAdmin.get_search_fields.
Loic Bistuer
2013-07-31
Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.
SusanTan
2013-07-27
Fixed a number of minor misspellings.
Julien Phalip
2013-07-24
Fixed #18168 -- clarified precedence of validation
Preston Holmes
2013-07-08
Fixed #19695 -- Retitle "Form Media" to "Form Assets".
James Bennett
2013-07-08
Fixed #12346 -- Added a note on how to validate InlineFormSets.
Tim Graham
2013-07-05
Fixed #20224 -- Update docs examples which mention __unicode__
Claude Paroz
[next]