summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2016-07-18[1.8.x] Fixed XSS in admin's add/change related popup.Tim Graham
2016-03-25[1.8.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...Tim Graham
2016-02-23[1.8.x] Fixed many spelling mistakes in code, comments, and docs.Josh Soref
2016-01-21[1.8.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....Alexander Gaevsky
2016-01-08[1.8.x] Refs #24980 -- Fixed incorrect timezone handling in admin calendar wi...Alexander Gaevsky
2016-01-07[1.8.x] Fixed #24980 -- Fixed day determination in admin calendar widget.Alexander Gaevsky
2016-01-06[1.8.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...Scott Pashley
2015-12-29[1.8.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...Alexander Gaevsky
2015-10-29Fixed #25622 -- Accounted for generic relations in the admin to field validationSimon Charette
2015-08-28[1.8.x] Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.Tim Graham
2015-08-28[1.8.x] Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that c...Tim Graham
2015-08-13[1.8.x] Fixed #25267 -- Corrected message for admin.E122 system check.Fabrizio Ettore Messina
2015-08-13[1.8.x] Removed unreachable codeAndriy Sokolovskiy
2015-08-03[1.8.x] Fixed #25206 -- Fixed error message when checking a ModelAdmin fields...Alasdair Nicol
2015-06-23[1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning.Tim Graham
2015-05-28[1.8.x] Fixed #24851 -- Fixed crash with reverse one-to-one relation in Model...Tim Graham
2015-05-19[1.8.x] Fixed #24784 -- Fixed visibility regression in admin's FK widget.Tim Graham
2015-05-01[1.8.x] Fixed #24676 -- Fixed help text positioning in ``contrib.admin`` filt...Tim Graham
2015-04-30[1.8.x] Updated translations from TransifexClaude Paroz
2015-04-17[1.8.x] Fixed #24655 -- Fixed JavaScript path of contrib.admin's related fiel...Eric Whitmire
2015-04-01[1.8.x] Fetched updated contrib translations from TransifexClaude Paroz
2015-03-04[1.8.x] Fixed #24426 -- Displayed admin actions panel when show_full_result_c...Tim Graham
2015-03-04[1.8.x] Used format_html() in contrib.admin.utils for consistency.Tim Graham
2015-03-03[1.8.x] Removed outdated docstring for get_admin_url().Mathias André
2015-02-25[1.8.x] Fixed #24411 -- Avoided dict key/method clash in admin delete views.Tim Graham
2015-02-23[1.8.x] Fixed #24381 -- removed ForeignObjectRel opts and to_optsAnssi Kääriäinen
2015-02-14[1.8.x] Fixed #24289 -- Reversed usage of Field.many_to_one and one_to_many.Loic Bistuer
2015-02-12[1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug.Tim Graham
2015-02-11[1.8.x] Refs #14497 -- Handled empty readonly admin FileFieldsCollin Anderson
2015-02-09[1.8.x] Sorted imports with isort; refs #23860.Tim Graham
2015-02-05[1.8.x] Caught all exceptions raised by Engine.get_default().Aymeric Augustin
2015-02-04[1.8.x] Fixed #14497 -- Improved admin widget for "read only" FileFieldsRiccardo Magliocchetti
2015-02-01[1.8.x] Removed InlineAdminForm.field_count()Tim Graham
2015-01-17[1.8.x] Updated en translation catalogsClaude Paroz
2015-01-16Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz
2015-01-12Avoided exceptions in a non-critical check in the admin.Aymeric Augustin
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
2015-01-12Fixed #24089 -- Added check for when ModelAdmin.fieldsets[1]['fields'] isn't ...Muthiah Annamalai
2015-01-12Made Django's templates get their own LANGUAGE_* variables.Collin Anderson
2015-01-10Fixed #13165 -- Added edit and delete links to admin foreign key widgets.Simon Charette
2015-01-06Fixed #12663 -- Formalized the Model._meta API for retrieving fields.Daniel Pyrathon
2015-01-02Fixed #9104 -- Moved FieldDoesNotExist to core.exceptionsDaniel Pyrathon
2014-12-31Fixed #22295 -- Replaced permission check for displaying admin user-toolsThomas Tanner
2014-12-31Ignored warnings correctly in test_get_formsets_with_inlines_returns_tuples().Berker Peksag
2014-12-28Deprecated TEMPLATE_CONTEXT_PROCESSORS.Aymeric Augustin
2014-12-28Deprecated current_app in TemplateResponse and render(_to_response).Aymeric Augustin
2014-12-26Fixed #23948 -- Moved password help text from the template to the form.Tim Graham
2014-12-23Fixed #21414 -- Removed RelatedObject and deprecated Field.related.Anssi Kääriäinen
2014-12-22Upgrade jQuery from 1.11.1 to 1.11.2Collin Anderson
2014-12-17Fixed #23497 -- Made admin system checks run for custom AdminSites.Mosson, Andrew