summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2014-01-22[1.6.x] Don't show `self` in the list of arguments of a method.Baptiste Mispelon
2013-11-24[1.6.x] Fixed typo in previous commit; refs #21490.Tim Graham
2013-11-24[1.6.x] Fixed #21490 -- Fixed custom admin URL reverse example.Tim Graham
2013-11-18[1.6.x] Fixed #20852 - Fixed incorrectly generated left quotes in docs.Dominic Rodger
2013-11-09[1.6.x] Fixed versionadded misuse in the admin documentation.Baptiste Mispelon
2013-07-31[1.6.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498.SusanTan
2013-07-08[1.6.x] Fixed #19695 -- Retitle "Form Media" to "Form Assets".James Bennett
2013-07-08[1.6.x] Fixed #12346 -- Added a note on how to validate InlineFormSets.Tim Graham
2013-07-05[1.6.x] Fixed #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
2013-03-21Docs template name mistakeTom V
2013-03-08Fixed #15363 -- Renamed and normalized to `get_queryset` the methods that ret...Loic Bistuer
2013-02-28Fixed #19929 -- Improved error when MySQL doesn't have TZ definitions.Aymeric Augustin
2013-02-25Minor edits to some recently-added admin docs.Carl Meyer
2013-02-24Add column-<field_name> classes to the admin listDiederik van der Boor
2013-02-23Fixed #19887 - Noted when callables may be used in ModelAdmin.fields and Mode...Tim Graham
2013-02-22Documented jQuery upgradeClaude Paroz
2013-02-19Fixed #19852 - Updated admin fieldset example for consistency.Tim Graham
2013-02-04Simplified default project template.Aymeric Augustin
2013-02-02Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.get_form(...Nick Sandford
2013-01-31Fixed #19692 -- Completed deprecation of mimetype in favor of content_type.Aymeric Augustin
2013-01-29Fixed typos in docs and commentsTim Graham
2013-01-25Fixed #19577 - Added HTML escaping to admin examples.Tim Graham
2013-01-22Fixed #19640 - Added inlineformset_factory to reference docs.Tim Graham
2013-01-15Fixed #19597 - Added some notes on jQuery in admin.Tim Graham
2013-01-15Fixed #19605 - Removed unused url imports from doc examples.Tim Graham
2013-01-13Added details on minified jQuery and DEBUG mode for contrib.admin.Tim Graham
2013-01-02Fixed #19516 - Fixed remaining broken links.Tim Graham
2013-01-03Update doc example for overriding change_form.htmlChris Beaven
2012-12-29Removed versionadded/changed annotations dating back to 1.4.Aymeric Augustin
2012-11-25Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...Julien Phalip
2012-11-19Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes