summaryrefslogtreecommitdiff
path: root/docs/ref/contrib/admin
AgeCommit message (Expand)Author
2012-11-25[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...Julien Phalip
2012-11-19[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user APIPreston Holmes
2012-11-17[1.5.x] Fixed #19315 -- Improved markup in admin FAQ.Aymeric Augustin
2012-11-06[1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the Model...Tim Graham
2012-11-03[1.5.X] Fixed #16841 - Documented a couple ModelAdmin methodsTim Graham
2012-11-02[1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for read-...Tim Graham
2012-11-02[1.5.X] Cleaned 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
2011-10-10Fixed a bunch of ReST errors that resulted in interpretation as block quotationsLuke Plant
2011-10-07Fixed #8060 - Added permissions-checking for admin inlines. Thanks p.patruno ...Carl Meyer
2011-10-03Added some sphinx cross-reference links to the built-in template tags and fil...Julien Phalip
2011-09-30Fixed doc references to `django.db.models.query.QuerySet` and converted some ...Jannis Leidel
2011-09-20Converted internal link generation in the admin and admin document generator ...Ramiro Morales
2011-09-16Fixed #16863 -- Corrected ReST markup to avoid errors building docs.Carl Meyer
2011-09-11Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...Ramiro Morales
2011-09-11Fixed #16552: Noted that contrib.sessions is a requirement for the admin.James Bennett
2011-09-08Fixed #15997 -- Added `list_max_show_all` option to `ModelAdmin` in replaceme...Jannis Leidel
2011-09-03Two very simple docs fixes.Ramiro Morales
2011-08-13Fixed #16621 -- Fixed lots of typos in the docs. Thanks, Bernhard Essl.Jannis Leidel
2011-08-12Fixed #14496 -- Fixed conflict between ModelForm exclude and ModelAdmin reado...Jannis Leidel
2011-07-29Fixed #16377 -- Fixed docs about how to disable the admin actions conditional...Jannis Leidel
2011-07-03Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...Jannis Leidel
2011-07-01Fixed #15974 -- Correctly link to static files handling in deployment docs. T...Jannis Leidel