summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2014-01-26Fixed #19774 -- Deprecated the contenttypes.generic module.Simon Charette
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-22Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2014-01-19Fixed some admin sphinx definitions so links work properly.Tim Graham
2014-01-18Fixed #21712 -- Moved autodiscover() to AdminConfig.ready().Aymeric Augustin
2013-12-28Used app_label instead of appname.Aymeric Augustin
2013-12-18Fixed #21386 -- Removed admindocs dependence on sites frameworkBouke Haarsma
2013-11-25Fixed #20522 - Allowed use of partially validated object in ModelAdmin.add_vi...Jay Leadbetter
2013-11-24Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-09Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
2013-10-29Fixed #8261 -- ModelAdmin hook for customising the "show on site" buttonUnai Zalakain
2013-10-01Fixed #15185 -- Allowed ModelAdmin.list_display_links=None to disable change ...Ramiro Morales
2013-09-20Fixed #20702 -- Deprecated get_formsets in favor of get_formsets_with_inlines.tschilling
2013-09-18Fixed #19414 -- Added admin registration decoratorBrian Holdefehr
2013-09-07Improved docs for `contrib.admin.options.ModelAdmin.response_*`Pablo Mouzo
2013-09-07Add docs for `response_add`, `response_change` and `response_delete`Pablo Mouzo
2013-09-06Fixed some sphinx errors and added some links.Tim Graham
2013-09-06Fixed versionadded and ordering of note in admin/index.txtAdrian Holovaty
2013-09-06Added AdminSite attributes for easily changing admin title.Adrian Holovaty
2013-08-19Removed versionadded/changed annotations for 1.5Tim Graham
2013-08-15Fixed some ReST errors regarding backticksTim Graham
2013-08-06Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-08-04Introduced ModelAdmin.get_fields() and refactored get_fieldsets() to use it.Loic Bistuer
2013-08-03Added ModelAdmin.get_search_fields.Loic Bistuer
2013-07-31Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-27Fixed a number of minor misspellings.Julien Phalip
2013-07-24Fixed #18168 -- clarified precedence of validationPreston Holmes
2013-07-08Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-05Fixed #20224 -- Update docs examples which mention __unicode__Claude Paroz
2013-06-26Fixed #14881 -- Modified password reset to work with a non-integer UserModel.pk.Tim Graham
2013-06-19Fixed #6903 - Preserve admin changelist filters after saving or deleting an o...Loic Bistuer
2013-06-13Added release notes for auth views being reversed by name, not by path.Tim Graham
2013-06-06Merge pull request #1245 from oinopion/list_select_relatedMarc Tamlyn
2013-06-05Fixed #19080 -- Fine-grained control over select_related in adminTomek Paczkowski
2013-06-05Proofed the 1.6 release notesTim Graham
2013-06-01Fixed #18388 - Added InlineModelAdmin.get_max_num hook.Tim Graham
2013-05-30Fixed #19425 - Added InlineModelAdmin.get_extra hook.Tim Graham
2013-05-21Fixed #17308 -- Enabled the use of short_description on properties in the admin.Wiktor Kolodziej
2013-05-20Fixed warnings in admindocs; refs #20126.Tim Graham
2013-05-19Fixed #15961 -- Modified ModelAdmin to allow for custom search methods.Bozidar Benko
2013-05-19Merge pull request #1162 from sspross/patch-docsMarc Tamlyn
2013-05-19Add missing imports and models to the examples in the admin documentationvkuzma
2013-05-19Fixed #20126 -- XViewMiddleware moved to django.contrib.admindocs.middlewareƁukasz Langa
2013-05-16Fixed #19712 - Clarified admindocs regarding which attributes appear.Tim Graham
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-04-20Adapted uses of versionchanged/versionadded to the new form.Juan Catalano
2013-03-29Fixed #20160 -- Erronous reference to `module_name` in admin doc.Baptiste Mispelon
2013-03-22Added missing markup to docs.Tim Graham