| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-07-31 | [1.5.x] Fixed #20779 -- Documented AdminSite.app_index_template; refs #8498. | SusanTan | |
| Thanks CollinAnderson for the report. Backport of 7de35a9ef3 from master | |||
| 2013-07-08 | [1.5.x] Fixed #12346 -- Added a note on how to validate InlineFormSets. | Tim Graham | |
| Thanks johnsmith for the suggestion. Backport of 181f63c22d from master | |||
| 2013-05-16 | [1.5.x] Fixed #19712 - Clarified admindocs regarding which attributes appear. | Tim Graham | |
| Thanks Daniele Procida for the report. Backport of b5b63079bd from master | |||
| 2013-03-22 | [1.5.x] Added missing markup to docs. | Tim Graham | |
| Backport of 93cffc3b37 from master. | |||
| 2013-03-22 | [1.5.x] Fixed docs template name typo | Tom V | |
| Backport of a907fa088e from master | |||
| 2013-02-25 | [1.5.x] Minor edits to some recently-added admin docs. | Carl Meyer | |
| Backport of 8f839aaa180f from master. | |||
| 2013-02-23 | [1.5.x] Fixed #19887 - Noted when callables may be used in ModelAdmin.fields ↵ | Tim Graham | |
| and ModelAdmin.fieldset. Thanks Patrick Strasser for the suggestion and Zbigniew Siciarz for the patch. Backport of 722683f508 from master. | |||
| 2013-02-02 | [1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ↵ | Nick Sandford | |
| ModelAdmin.get_form() method is overridden. Backport of 0694d2196f0fad | |||
| 2013-01-31 | [1.5.x] Fixed #19692 -- Completed deprecation of mimetype in favor of ↵ | Aymeric Augustin | |
| content_type. Thanks Tim for the report and initial patch. Backport of 89cb771 from master. | |||
| 2013-01-29 | [1.5.x] Fixed typos in docs and comments | Tim Graham | |
| Backport of ee26797cff from master | |||
| 2013-01-25 | [1.5.x] Fixed #19577 - Added HTML escaping to admin examples. | Tim Graham | |
| Thanks foo@ for the report and Florian Apolloner for the review. Backport of eafc036476 from master | |||
| 2013-01-22 | [1.5.x] Fixed #19640 - Added inlineformset_factory to reference docs. | Tim Graham | |
| Thanks wim@ for the suggestion. Backport of 5b2d9bacd2 from master | |||
| 2013-01-15 | [1.5.x] Fixed #19597 - Added some notes on jQuery in admin. | Tim Graham | |
| Thanks Daniele Procida. Backport of d406afe12e from master | |||
| 2013-01-15 | [1.5.x] Fixed #19605 - Removed unused url imports from doc examples. | Tim Graham | |
| Thanks sergzach for the suggestion. Backport of 43f89e0ad6 from master | |||
| 2013-01-13 | [1.5.X] Added details on minified jQuery and DEBUG mode for contrib.admin. | Tim Graham | |
| Thanks Daniele Procida. Backport of 4720117a31 from master | |||
| 2013-01-02 | [1.5.x] Fixed #19516 - Fixed remaining broken links. | Tim Graham | |
| Added -n to sphinx builds to catch issues going forward. Backport of 9b5f64cc6e from master. | |||
| 2013-01-03 | [1.5.x] Update doc example for overriding change_form.html | Chris Beaven | |
| Slightly reworded another related paragraph for clarity, too. Backport of 3f890f8. | |||
| 2012-11-25 | [1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. ↵ | Julien Phalip | |
| Thanks to rasca for the suggestion and to mateusgondim for the patch. Backport of ae206d78f6d991e | |||
| 2012-11-19 | [1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API | Preston Holmes | |
| Thanks to Lowe Thiderman for the patch and tests | |||
| 2012-11-17 | [1.5.x] Fixed #19315 -- Improved markup in admin FAQ. | Aymeric Augustin | |
| Thanks ClaesBas. Backport of ccb2b57 from master. | |||
| 2012-11-06 | [1.5.X] Fixed #15968 - Noted that readonly_fields are excluded from the ↵ | Tim Graham | |
| ModelForm Backport of a386675a6a from master | |||
| 2012-11-03 | [1.5.X] Fixed #16841 - Documented a couple ModelAdmin methods | Tim Graham | |
| * ModelAdmin.get_changelist_form and get_changelist_formset * InlineModelAdmin.get_formset Thanks Jordan Reiter for the report. Backport of 39f5bc7fc3 from master | |||
| 2012-11-02 | [1.5.X] Fixed #19120 - Added an example of using ModelAdmin methods for ↵ | Tim Graham | |
| read-only fields. Thanks Daniele Procida for the patch. Backport of d1de7596b2 from master | |||
| 2012-11-02 | [1.5.X] Cleaned up contrib.admin install instructions. | Tim Graham | |
| Thanks Cal Leeming for the patch. \nBackport of 082fad0b83 from master | |||
| 2012-10-24 | Fixed #9471 - Expanded ModelAdmin.raw_id_fields docs; thanks adroffne for ↵ | Tim Graham | |
| the suggestion. | |||
| 2012-10-20 | Fixed arguments for get_inline_instances example; refs #17856 | Tim Graham | |
| 2012-10-20 | Fixed #17856 -- Passed obj to get_inline_instances | Aymeric Augustin | |
| Thanks ybon, quinode and sjaensch for the patch, and Tim Graham for the review. | |||
| 2012-10-20 | Fixed #17006 - Documented ModelAdmin get_form() and get_formsets() | Tim Graham | |
| 2012-09-27 | Fixed #11460 - Added a FAQ regarding missing rows in the admin. | Tim Graham | |
| 2012-09-20 | Fixed #18934 - Removed versionadded/changed annotations for Django 1.3 | Tim Graham | |
| 2012-08-31 | Fixed #16309 - Made ModelAdmin.list_filter versionchanged annotations more ↵ | Tim Graham | |
| specific to the sections that changed; thanks akaihola for the suggestion and patch. | |||
| 2012-08-15 | Fixed comment to match the code | Tom Mortimer-Jones | |
| 2012-08-05 | Merge pull request #233 from rafikdraoui/modeladmin-doc | Tim Graham | |
| Updated example of customized ModelAdmin in documentation for 1.4 | |||
| 2012-08-02 | Fixed #18581 - Updated admin actions screenshots. Thanks Kevin London. | Tim Graham | |
| 2012-07-25 | Updated example of customized ModelAdmin in documentation for 1.4 | Rafik Draoui | |
| The change_view method of django.contrib.admin.ModelAdmin takes an extra `form_url` argument in Django 1.4. | |||
| 2012-07-25 | Fixed a typo in the admin reference docs. | Aymeric Augustin | |
| Thanks Yohan Boniface for the report. | |||
| 2012-07-08 | Fixed #18173 - Corrected ModelAdmin documentation for get_changelist. | Tim Graham | |
| Thanks Keryn Knight for the report and vanessagomes for the patch. | |||
| 2012-06-18 | Fixed #18444 -- Replace hard coded "View on Site" URLs | Daniel Hepper | |
| 2012-06-07 | Removed references to changes made in 1.2. | Aymeric Augustin | |
| Thanks Florian Apolloner for the patch. | |||
| 2012-04-24 | Fixed #18037 -- Changed behaviour of url and ssi template tags to the new ↵ | Claude Paroz | |
| syntax, as per official deprecation timeline. Thanks Ramiro Morales and Jannis Leidel for the review. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17934 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-04-20 | Fixed #18156 -- Updated signature of ModelAdmin change_view in docs to ↵ | Claude Paroz | |
| reflect r17466. Thanks arthurprat for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17918 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-03-21 | Fixed #17936 -- Fixed a code sample in the admin `SimpleListFilter` ↵ | Julien Phalip | |
| documentation. Thanks to anonymous for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17772 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-24 | Fixed #17749 - Documented better way of overriding ModelAdmin; thanks ↵ | Timo Graham | |
| chrisdpratt and claudep. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17582 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-17 | Documentation (and some small source code) edits from [17432] - [17537] | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17540 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2012-02-09 | Fixed #17515 -- Added ability to override the template of custom admin ↵ | Jannis Leidel | |
| FilterSpec classes. Thanks, saxix and Julien Phalip. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17483 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-30 | Moved 'User-requested password resets' docs from [17266] from auth docs to ↵ | Adrian Holovaty | |
| admin docs git-svn-id: http://code.djangoproject.com/svn/django/trunk@17305 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-09 | Made some small clarifications to contrib/admin/index.txt | Adrian Holovaty | |
| git-svn-id: http://code.djangoproject.com/svn/django/trunk@17178 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-12-03 | Added a versionadded directive for the 'admin_urlname' filter introduced at ↵ | Aymeric Augustin | |
| r16857. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17167 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-26 | Fixed #16257 -- Added new `ModelAdmin.get_list_display_links()` method to ↵ | Julien Phalip | |
| allow for the dynamic display of links on the admin changelist. Thanks to graveyboat for the suggestion and initial patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@17037 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
| 2011-10-14 | Fixed many more ReST indentation errors, somehow accidentally missed from ↵ | Luke Plant | |
| [16955] git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37 | |||
