summaryrefslogtreecommitdiff
path: root/django/contrib/admin
AgeCommit message (Expand)Author
2016-08-24Fixed #26816 -- Corrected an admin check to require inlines to subclass Inlin...Berker Peksag
2016-08-24Replaced property() usage with decorator in a couple places.Berker Peksag
2016-08-23Fixed #26998 -- Reverted some admin checks from checking field.many_to_many b...Collin Anderson
2016-08-11Fixed #26919 -- Added the action form's media in the changelist view.Stanislav Karpov
2016-08-01Pulled contrib translations from TransifexClaude Paroz
2016-07-21Removed duplicate admin CSS selector.Chad Whitman
2016-07-18Fixed XSS in admin's add/change related popup.Tim Graham
2016-07-16Fixed #17209 -- Added password reset/change class-based viewsClaude Paroz
2016-07-09Fixed #26872 -- Fixed text overflow in ModelAdmin.list_filter.Kenneth
2016-06-29Added Upper/Lower Sorbian translationsClaude Paroz
2016-06-29Added Georgian mapping to contrib/admin/static/admin/js/urlify.jsLh4cKg
2016-06-28Fixed #26811 -- Added addButton option to admin inlines JavaScript.David Sanders
2016-06-27Fixed #26779 -- Added extra_context parameter to admin's i18n_javascript view.Shabda Raaj
2016-06-24Refs #17209 -- Added LoginView and LogoutView class-based viewsClaude Paroz
2016-06-21Fixed #26729 -- Allowed overriding a form field's label/help_text in Form.__i...Paulo
2016-06-10Fixed #26742 -- Fixed action select color in admin changelist.Dmitry Medvinsky
2016-06-09Fixed #4548 -- Added username hint to admin's change_password form.Oliver Sauder
2016-06-08Fixing #26524 -- Made a foreign key id reference in ModelAdmin.list_display d...krishbharadwaj
2016-06-06Refs #16501, #26474 -- Added xregexp.js source file.Pyie Zone
2016-06-04Fixed #19963 -- Added support for date_hierarchy across relations.Vytis Banaitis
2016-05-17Updated translation catalogsClaude Paroz
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-05-17Updated admin's jQuery to 2.2.3.Tim Graham
2016-05-13Fixed #26612 -- Fixed SelectFilter2 buttons changing URL.David Sanders
2016-05-12Fixed #26277 -- Added support for null values in ChoicesFieldListFilter.Vincenzo Pandolfo
2016-05-11Refs #24227 -- Partially reverted replacement of M2M isinstance checks by fie...Collin Anderson
2016-05-07Fixed #26449 -- Merged admin's FORMFIELD_FOR_DBFIELD_DEFAULTS with formfield_...marysia
2016-05-07Fixed #26582 -- Added prettier admin display for list values.Dan Watson
2016-05-04Fixed #22936 -- Obsoleted Field.get_prep_lookup()/get_db_prep_lookup()Claude Paroz
2016-05-04Fixed #26558 -- Removed need for request context processor on admin login page.Dan Stephenson
2016-05-03Fixed #26577 -- Disabled implicit wait of Selenium tests where appropriate.Simon Charette
2016-05-03Fixed #26575 -- Disabled SelectFilter buttons when inactive.David Sanders
2016-05-03Fixed #26561 -- Improved admin's JavaScript SelectBox performance on large li...David Sanders
2016-04-30Pulled translations from TransifexClaude Paroz
2016-04-30Removed deprecated Chinese language codes for contrib appsClaude Paroz
2016-04-30Fixed source path in contrib.admin translation catalogClaude Paroz
2016-04-23Fixed #26533 -- Renamed Widget._format_value() to format_value().Tim Graham
2016-04-20Fixed #16327 -- Redirected "Save as new" to change view instead of the change...Markus Amalthea Magnuson
2016-04-15Fixed #19567 -- Added JavaScriptCatalog and JSONCatalog class-based viewsClaude Paroz
2016-04-15Removed unused AdminCommaSeparatedIntegerFieldWidget.Tim Graham
2016-04-08Fixed E128 flake8 warnings in django/.Tim Graham
2016-04-06Fixed #26473 -- chmod -x on django/contrib/admin/static/admin/fonts/LICENSE.txtTim Graham
2016-04-06Fixed #25856 -- Added %B support to Date.strftime.akoskaaa
2016-04-04Fixed W503 flake8 warnings.Tim Graham
2016-03-29Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...Akshesh
2016-03-25Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...Tim Graham
2016-03-24Removed unused xmlhttp from admin's core.js.Collin Anderson
2016-03-21Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().Akshesh
2016-03-19Refs #24227 -- Replaced M2M isinstance checks by field.many_to_manyClaude Paroz
2016-03-15Fixed #25364 -- Added generic way to test on all browsers supported by selenium.Akshesh