Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/admin_views
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25622 -- Accounted for generic relations in the ad...Simon Charette2015-10-293-12/+34
* Fixed #25519 -- Made the admin "View site" link point to ...Dheerendra Rathor2015-10-221-0/+5
* Fixed quad quoted ("""") docstring starts.John Vandenberg2015-10-201-1/+1
* Refs #23957 -- Required session verification per deprecat...Tim Graham2015-09-241-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-122-58/+161
* Fixed #25374 -- Made ModelAdmin checks work on instances ...Malcolm Box2015-09-111-5/+6
* Fixed #25135 -- Deprecated the contrib.admin allow_tags a...Ola Sitarska2015-09-092-7/+16
* Fixed #25353 -- Changed LogEntry.action_time to a "date c...Tim Graham2015-09-041-0/+10
* Fixed #25058 -- Added GenericRelations with related_query...sarthakmeh2015-09-033-18/+41
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-5/+0
* Fixed #25323 -- Fixed selenium test failures with chromed...Tim Graham2015-08-281-2/+8
* Fixed #25299 -- Fixed crash with ModelAdmin.list_display ...Tim Graham2015-08-282-1/+15
* Fixed #20597 -- Replaced admin GIF/PNG icons by SVGelky2015-08-271-1/+1
* Fixed #25163 -- Added hint for non-staff users to admin l...Luis Visintini2015-07-291-0/+19
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-49/+75
* Refs #24919 -- Made test models serializable for migrations.Tim Graham2015-07-211-3/+5
* Fixed #16501 -- Added an allow_unicode parameter to SlugF...Edward Henderson2015-07-173-9/+15
* Refs #4960 -- Fixed selenium test failures for CharField ...Tim Graham2015-07-061-0/+3
* Fixed #25032 -- Removed double redirect in admin login.Jan Pazdziora2015-07-031-1/+10
* Fixed #25018 -- Changed simple_tag to apply conditional_e...Luke Plant2015-06-291-1/+1
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-082-9/+9
* Moved jQuery to a vendor/jquery subdirectory.Trey Hunner2015-06-071-4/+4
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+3
* Fixed #24553 -- Added the list of available applications ...Riccardo Magliocchetti2015-05-111-0/+82
* Fixed #23387 -- Kept "Save as new" button after validatio...Adam Zapletal2015-05-033-12/+63
* Fixed #24466 -- Added JavaScript escaping in a couple pla...Tim Graham2015-03-311-0/+25
* Added test for LogEntry.get_edited_object(); refs #24244.Varun Sharma2015-03-231-0/+6
* Fixed #24490 -- Set LogEntry.change_message when adding a...Karl Hobley2015-03-201-1/+12
* Fixed #24476 -- Added context manager/decorator for overr...Bas Peschier2015-03-181-9/+3
* Refs #24461 -- Added test/release notes for XSS issue in ...Baptiste Mispelon2015-03-093-1/+17
* Fixed #23993 -- Added form.media to the admin login templ...david2015-03-072-0/+4
* Fixed admin selenium tests broken by removal of fixtures.Tim Graham2015-03-051-4/+3
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-0512-727/+963
* Fixed #24426 -- Displayed admin actions panel when show_f...Tim Graham2015-03-041-0/+1
* Fixed #24294 -- Allowed staff_member_required decorator t...Andrei Kulakov2015-03-023-0/+15
* Normalized usage of the tempfile module.Aymeric Augustin2015-02-231-2/+1
* Guaranteed removal of temporary files during tests.Aymeric Augustin2015-02-232-2/+2
* Fixed #15779 -- Allowed 'add' primary key in admin editionClaude Paroz2015-02-142-3/+17
* Fixed #24333 -- Fixed admin history view crash with non-i...Tim Graham2015-02-121-0/+5
* Refactored an admin_view test case.Simon Charette2015-02-091-107/+85
* Moved a custom admin template test to a more appropriate ...Simon Charette2015-02-091-44/+41
* Replaced hardcoded URLs in admin_* testsClaude Paroz2015-02-083-581/+620
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-67/+65
* Removed old import aliases.Tim Graham2015-02-061-1/+1
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-40/+40
* Fixed typos in code comments.Adam Taylor2015-01-201-1/+1
* Removed support for admin validators per deprecation time...Tim Graham2015-01-181-19/+0
* Fixed #24055 -- Keep reference to view class for resolve()Collin Anderson2015-01-171-1/+8
* Fixed #24099 -- Removed contenttype.name deprecated fieldClaude Paroz2015-01-161-3/+3
* Fixed #24124 (again) -- Updated tests with new default co...Aymeric Augustin2015-01-121-7/+2