summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin/index.txt
AgeCommit message (Expand)Author
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-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-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-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