| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-07-17 | Fixed #16501 -- Added an allow_unicode parameter to SlugField. | Edward Henderson | |
| Thanks Flavio Curella and Berker Peksag for the initial patch. | |||
| 2015-07-06 | Refs #4960 -- Fixed selenium test failures for CharField strip changes. | Tim Graham | |
| 2015-07-03 | Fixed #25032 -- Removed double redirect in admin login. | Jan Pazdziora | |
| 2015-06-29 | Fixed #25018 -- Changed simple_tag to apply conditional_escape() to its output. | Luke Plant | |
| This is a security hardening fix to help prevent XSS (and incorrect HTML) for the common use case of simple_tag. Thanks to Tim Graham for the review. | |||
| 2015-06-08 | Fixed #21927 -- Made application and instance namespaces more distinct. | Marten Kenbeek | |
| Made URL application namespaces be set in the included URLconf and instance namespaces in the call to include(). Deprecated other ways to set application and instance namespaces. | |||
| 2015-06-07 | Moved jQuery to a vendor/jquery subdirectory. | Trey Hunner | |
| 2015-05-20 | Refs #24652 -- Used SimpleTestCase where appropriate. | Simon Charette | |
| 2015-05-11 | Fixed #24553 -- Added the list of available applications to ↵ | Riccardo Magliocchetti | |
| AdminSite.each_context() | |||
| 2015-05-02 | Fixed #23387 -- Kept "Save as new" button after validation errors in admin. | Adam Zapletal | |
| When "Save as new" is chosen and errors occur, only show the "Save as new" button and not the other save buttons. Thanks to Tino de Bruijn for doing the real work on this fix. | |||
| 2015-03-30 | Fixed #24466 -- Added JavaScript escaping in a couple places in the admin. | Tim Graham | |
| Thanks Aymeric Augustin and Florian Apolloner for work on the patch. | |||
| 2015-03-23 | Added test for LogEntry.get_edited_object(); refs #24244. | Varun Sharma | |
| 2015-03-20 | Fixed #24490 -- Set LogEntry.change_message when adding an object. | Karl Hobley | |
| 2015-03-18 | Fixed #24476 -- Added context manager/decorator for overriding script prefix. | Bas Peschier | |
| Tests were using an undocumented keyword argument for easily overriding script prefix while reversing. This is now changed into a test utility which can be used as decorator or context manager. | |||
| 2015-03-09 | Refs #24461 -- Added test/release notes for XSS issue in ↵ | Baptiste Mispelon | |
| ModelAdmin.readonly_fields This issue was fixed by refs #24464. | |||
| 2015-03-07 | Fixed #23993 -- Added form.media to the admin login template. | david | |
| 2015-03-05 | Fixed admin selenium tests broken by removal of fixtures. | Tim Graham | |
| 2015-03-05 | Converted test fixtures to setUpTestData methods | Josh Smeaton | |
| 2015-03-04 | Fixed #24426 -- Displayed admin actions panel when show_full_result_count=False. | Tim Graham | |
| 2015-03-02 | Fixed #24294 -- Allowed staff_member_required decorator to handle args. | Andrei Kulakov | |
| 2015-02-23 | Normalized usage of the tempfile module. | Aymeric Augustin | |
| Specifically stopped using the dir argument. | |||
| 2015-02-23 | Guaranteed removal of temporary files during tests. | Aymeric Augustin | |
| Dropped the DJANGO_TEST_TEMP_DIR environment variable. Before this change, proper removal depended on the developer passing dir=os.environ['DJANGO_TEST_TMP_DIR'] to tempfile functions. | |||
| 2015-02-14 | Fixed #15779 -- Allowed 'add' primary key in admin edition | Claude Paroz | |
| Thanks Marwan Alsabbagh for the report, and Simon Charette and Tim Graham for the reviews. | |||
| 2015-02-12 | Fixed #24333 -- Fixed admin history view crash with non-integer slug. | Tim Graham | |
| 2015-02-09 | Refactored an admin_view test case. | Simon Charette | |
| Used setUpTestData, client login/logout and manager's count() method. Thanks to Tim for the review. | |||
| 2015-02-09 | Moved a custom admin template test to a more appropriate case. | Simon Charette | |
| Thanks to Tim for the review. | |||
| 2015-02-08 | Replaced hardcoded URLs in admin_* tests | Claude Paroz | |
| Refs #15779. This will allow easier admin URL changes, when needed. Thanks Simon Charette for the review. | |||
| 2015-02-06 | Sorted imports with isort; refs #23860. | Tim Graham | |
| 2015-02-05 | Removed old import aliases. | Tim Graham | |
| 2015-02-03 | Fixed #24149 -- Normalized tuple settings to lists. | darkryder | |
| 2015-01-20 | Fixed typos in code comments. | Adam Taylor | |
| 2015-01-18 | Removed support for admin validators per deprecation timeline; refs #16905. | Tim Graham | |
| 2015-01-17 | Fixed #24055 -- Keep reference to view class for resolve() | Collin Anderson | |
| 2015-01-16 | Fixed #24099 -- Removed contenttype.name deprecated field | Claude Paroz | |
| This finsishes the work started on #16803. Thanks Simon Charette, Tim Graham and Collin Anderson for the reviews. | |||
| 2015-01-12 | Fixed #24124 (again) -- Updated tests with new default context_processors. | Aymeric Augustin | |
| Thanks Collin for the review. | |||
| 2015-01-10 | Fixed #13165 -- Added edit and delete links to admin foreign key widgets. | Simon Charette | |
| Thanks to Collin Anderson for the review and suggestions and Tim for the final review. | |||
| 2015-01-08 | Fixed #24101 -- Fixed flaky admin_views selenium tests; refs #7361. | Tim Graham | |
| 2014-12-31 | Fixed #22295 -- Replaced permission check for displaying admin user-tools | Thomas Tanner | |
| 2014-12-28 | Deprecated TEMPLATE_CONTEXT_PROCESSORS. | Aymeric Augustin | |
| 2014-12-28 | Deprecated TEMPLATE_DIRS. | Aymeric Augustin | |
| 2014-12-28 | Moved context_processors from django.core to django.template. | Aymeric Augustin | |
| 2014-12-16 | Fixed #23995 -- Removed unnecessary calls to self.client.logout() in tests. | Diego Guimarães | |
| 2014-12-15 | Refs #23947 -- Fixed admin_views test execution order dependency. | Diego Guimarães | |
| 2014-12-12 | Fixed #23857 -- Fixed admin crash with "save as new" and deleting inline. | Tim Graham | |
| Thanks amarandon for the report. | |||
| 2014-12-12 | Fixed template tag braces spacing. | Kevin Marsh | |
| 2014-12-02 | Fixed #23934 -- Fixed regression in admin views obj parameter. | Kamil Braun | |
| 2014-12-01 | Fixed admin_views test from refs #7361 (name was too long). | Tim Graham | |
| 2014-11-29 | Fixed #17890 -- Added an extra_context parameter to AdminSite.password_change(). | Berker Peksag | |
| 2014-11-27 | Fixed cache state dependence for assertNumQueries in ↵ | wrwrwr | |
| test_group_permission_performance. Refs #20432 and #23746. | |||
| 2014-11-25 | Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in ↵ | Simon Charette | |
| the admin. refs #23754, #23862 | |||
| 2014-11-25 | Fixed #23754 -- Always allowed reference to the primary key in the admin | Simon Charette | |
| This change allows dynamically created inlines "Add related" button to work correcly as long as their associated foreign key is pointing to the primary key of the related model. Thanks to amorce for the report, Julien Phalip for the initial patch, and Collin Anderson for the review. | |||
