summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
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
2014-09-29Replaced set([foo, ...]) by {foo, ...} literals. Refs PR 3282.Thomas Chaumeny
2014-09-26Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.Thomas Chaumeny
2014-09-08Fixed #23431 -- Allowed inline and hidden references to admin fields.Simon Charette
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-30Fixed #23055 -- Made generic admin filter obey ModelAdmin queryset.Ramiro Morales
2014-08-28Fixed #23374 -- Renamed StaticLiveServerCase to StaticLiveServerTestCaseClaude Paroz
2014-08-27Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.Simon Charette
2014-08-27Fixed #13749 -- Added link from admin site to front-end site.areski
2014-08-26Fixed #23075 -- Added documentation on novalidate attribute and made it defau...Erik Romijn
2014-08-24Fixed #23355 -- Updated admin jQuery to 1.11.1.Tim Graham
2014-08-20Prevented data leakage in contrib.admin via query string manipulation.Simon Charette
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-14Fixed #20133 -- Added summary to admin deletion confirmation pages.areski
2014-08-14Fixed #21132 -- Removed the useless app_name argument to AdminSite.Tim Graham