summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
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
2014-12-15Fixed #23822 -- Added support for serializing model managers in migrationMarkus Holtermann
2014-12-12Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline.Tim Graham
2014-12-12Fixed template tag braces spacing.Kevin Marsh
2014-12-11Fixed typo in admin deprecation message.Markus Amalthea Magnuson
2014-12-08Fixed #23968 -- Replaced list comprehension with generators and dict comprehe...Jon Dufresne
2014-12-03Removed redundant numbered parameters from str.format().Berker Peksag
2014-12-02Fixed #23934 -- Fixed regression in admin views obj parameter.Kamil Braun
2014-11-29Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change().Berker Peksag
2014-11-25Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...Simon Charette
2014-11-25Fixed #23754 -- Always allowed reference to the primary key in the adminSimon Charette
2014-11-25Fixed #23898 -- Added missing context to admin's deleted_selected view.Redouane Zait
2014-11-23Removed direct references to template-related settings.Aymeric Augustin
2014-11-15Fixed #23793 -- Clarified password reset messages.Yigit Guler
2014-11-11Fixed #23750 -- Allowed core.checks.register to be used as a functionaverybigant
2014-11-03Fixed typos using https://github.com/vlajos/misspell_fixerVeres Lajos
2014-10-23Fixed #23444 -- Deprecated django.contrib.admin.helpers.InlineAdminForm.origi...a1tus
2014-10-10Fixed #23616 - Fixed generic relations in ModelAdmin.list_filter.Konrad Świat
2014-10-06Fixed #23604 -- Allowed related m2m fields to be references in the admin.Emmanuelle Delescolle
2014-09-30Updated translations from TransifexClaude Paroz
2014-09-30Fixed #7361 -- Added cancel link to admin delete views.Nick Sandford