index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
admin_views
Age
Commit message (
Expand
)
Author
2016-07-18
[1.10.x] Fixed XSS in admin's add/change related popup.
Tim Graham
2016-07-01
[1.10.x] Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-06-16
[1.10.x] Fixed #26747 -- Used more specific assertions in the Django test suite.
Jon Dufresne
2016-05-04
Fixed #26558 -- Removed need for request context processor on admin login page.
Dan Stephenson
2016-04-29
Fixed #26207 -- Replaced dynamic classes with non-data descriptors for deferr...
Anssi Kääriäinen
2016-04-21
Fixed #22383 -- Added support for HTML5 required attribute on required form f...
Jon Dufresne
2016-04-20
Fixed #16327 -- Redirected "Save as new" to change view instead of the change...
Markus Amalthea Magnuson
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2016-03-29
Fixed #21734 -- Handled ProtectedError in a POST to admin's delete_selected a...
Akshesh
2016-03-25
Fixed #26387 -- Restored the functionality of the admin's raw_id_fields in li...
Tim Graham
2016-03-21
Removed unused variable.
Tim Graham
2016-03-21
Fixed #26235 -- Handled ProtectedError in a POST to admin's delete_view().
Akshesh
2016-03-15
Fixed #25364 -- Added generic way to test on all browsers supported by selenium.
Akshesh
2016-02-12
Removed unneeded hint=None/obj=None in system check messages.
Tim Graham
2016-02-06
Fixed #26175 -- Removed SHA1 password hashes in tests.
Tim Graham
2016-02-04
Fixed #13875 -- Made admin's submit_row template tag pass whole context.
Federico Capoano
2016-02-02
Fixed #24316 -- Made ModelAdmin.list_display callables use an appropriate CSS...
Tim Graham
2016-02-01
Fixed incorrect permissions check for admin's "Save as new".
Myk Willis
2016-01-21
Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin.readonly...
Alexander Gaevsky
2016-01-11
Fixed #26048 -- Made admin selenium tests use implicitly_wait()
Tim Graham
2016-01-11
Replaced selenium.find_element_by_css_selector where by_id is sufficient.
Tim Graham
2016-01-09
Refs #25165 -- Fixed JSON serialization for delete popup in the admin.
Tim Graham
2016-01-08
Added a test for adding a UUID pk object using the "Add related" admin popup.
Alexander Gaevsky
2016-01-08
Fixed #21113 -- Made LogEntry.change_message language independent
Claude Paroz
2016-01-08
Refs #25165 -- Fixed JSON serialization for add/edit popup in the admin.
Alexander Gaevsky
2016-01-08
Refs #25165 -- Fixed failure of admin's "Add another" popup to close.
Tim Graham
2016-01-06
Fixed #26035 -- Prevented user-tools from appearing on admin logout page.
Scott Pashley
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-12-29
Fixed #25465 -- Restored line breaks conversion in admin readonly fields.
Alexander Gaevsky
2015-12-28
Moved LogEntry-related tests to their own test case
Claude Paroz
2015-12-28
Fixed previous commit (e3d782fe804a94b2fe7c8a18b95d9fb41fb9119c) on Python 3.
Tim Graham
2015-12-28
Added the response to an admin_views test assertion to aid debugging.
Tim Graham
2015-12-21
Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Tim Graham
2015-12-10
Fixed #25883 -- Fixed admin deletion page summary counts for related objects.
Sergey Fedoseev
2015-12-05
Fixed #25165 -- Removed inline JavaScript from the admin.
Thomas Grainger
2015-11-24
Removed explicit User ids in tests.
Tim Graham
2015-11-21
Fixed #25781 -- Simplified admin_views tests with client.force_login()
Adam Wester
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-11-19
Renamed __unicode__() to __str__() in some test comments.
Tim Graham
2015-11-19
Fixed #19361 -- Added link to object's change form in admin's post-save message.
Anton Baklanov
2015-11-18
Fixed #22810 -- Corrected admin changelist count for list filters that filter...
Nick Sandford
2015-11-17
Fixed #25682 -- Removed bare except clauses.
Attila Tovt
2015-10-29
Fixed #25622 -- Accounted for generic relations in the admin to field validation
Simon Charette
2015-10-22
Fixed #25519 -- Made the admin "View site" link point to sites running on a s...
Dheerendra Rathor
2015-10-20
Fixed quad quoted ("""") docstring starts.
John Vandenberg
2015-09-23
Refs #23957 -- Required session verification per deprecation timeline.
Tim Graham
2015-09-12
Fixed #23395 -- Limited line lengths to 119 characters.
Dražen Odobašić
2015-09-11
Fixed #25374 -- Made ModelAdmin checks work on instances instead of classes.
Malcolm Box
2015-09-08
Fixed #25135 -- Deprecated the contrib.admin allow_tags attribute.
Ola Sitarska
2015-09-04
Fixed #25353 -- Changed LogEntry.action_time to a "date created".
Tim Graham
[next]