summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
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
2012-11-17Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-06Fixed #15968 - Noted that readonly_fields are excluded from the ModelFormTim Graham
2012-11-03Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02Fixed #19120 - Added an example of using ModelAdmin methods for read-only fie...Tim Graham
2012-11-02Cleaned up contrib.admin install instructions.Tim Graham
2012-10-24Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for the...Tim Graham
2012-10-20Fixed arguments for get_inline_instances example; refs #17856Tim Graham
2012-10-20Fixed #17856 -- Passed obj to get_inline_instancesAymeric Augustin
2012-10-20Fixed #17006 - Documented ModelAdmin get_form() and get_formsets()Tim Graham
2012-09-27Fixed #11460 - Added a FAQ regarding missing rows in the admin.Tim Graham
2012-09-20Fixed #18934 - Removed versionadded/changed annotations for Django 1.3Tim Graham
2012-08-31Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more sp...Tim Graham
2012-08-15Fixed comment to match the codeTom Mortimer-Jones
2012-08-05Merge pull request #233 from rafikdraoui/modeladmin-docTim Graham
2012-08-02Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London.Tim Graham
2012-07-25Updated example of customized ModelAdmin in documentation for 1.4Rafik Draoui
2012-07-25Fixed a typo in the admin reference docs.Aymeric Augustin
2012-07-08Fixed #18173 - Corrected ModelAdmin documentation for get_changelist.Tim Graham
2012-06-18Fixed #18444 -- Replace hard coded "View on Site" URLsDaniel Hepper
2012-06-07Removed references to changes made in 1.2.Aymeric Augustin
2012-04-24Fixed #18037 -- Changed behaviour of url and ssi template tags to the new syn...Claude Paroz
2012-04-20Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to reflec...Claude Paroz
2012-03-21Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` documenta...Julien Phalip
2012-02-24Fixed #17749 - Documented better way of overriding ModelAdmin; thanks chrisdp...Timo Graham
2012-02-17Documentation (and some small source code) edits from [17432] - [17537]Adrian Holovaty
2012-02-09Fixed #17515 -- Added ability to override the template of custom admin Filter...Jannis Leidel
2011-12-30Moved 'User-requested password resets' docs from [17266] from auth docs to ad...Adrian Holovaty
2011-12-09Made some small clarifications to contrib/admin/index.txtAdrian Holovaty
2011-12-03Added a versionadded directive for the 'admin_urlname' filter introduced at r...Aymeric Augustin
2011-10-26Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to all...Julien Phalip
2011-10-14Fixed many more ReST indentation errors, somehow accidentally missed from [16...Luke Plant
2011-10-13Fixed #16776 -- Fixed a regression introduced in r16415 which caused Django's...Julien Phalip
2011-10-10Removed use of non-standard indentation rules in docs, and the custom transfo...Luke Plant