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-05-04
[1.9.x] Fixed #26558 -- Removed need for request context processor on admin l...
Dan Stephenson
2016-03-25
[1.9.x] Fixed #26387 -- Restored the functionality of the admin's raw_id_fiel...
Tim Graham
2016-02-01
[1.9.x] Fixed incorrect permissions check for admin's "Save as new".
Myk Willis
2016-01-21
[1.9.x] Fixed #26060 -- Fixed crash with reverse OneToOneField in ModelAdmin....
Alexander Gaevsky
2016-01-08
[1.9.x] Added a test for adding a UUID pk object using the "Add related" admi...
Alexander Gaevsky
2016-01-08
[1.9.x] Fixed #25997 -- Removed redundant escaping in admin's edit related mo...
Alexander Gaevsky
2016-01-06
[1.9.x] Fixed #26035 -- Prevented user-tools from appearing on admin logout p...
Scott Pashley
2015-12-29
[1.9.x] Fixed #25465 -- Restored line breaks conversion in admin readonly fie...
Alexander Gaevsky
2015-12-28
[1.9.x] Fixed #23285 -- Fixed non-deterministic admin_views test.
Tim Graham
2015-12-21
[1.9.x] Fixed #25903 -- Fixed the admin's list_editable add/change buttons.
Tim Graham
2015-12-10
[1.9.x] Fixed #25883 -- Fixed admin deletion page summary counts for related ...
Sergey Fedoseev
2015-11-25
[1.9.x] Removed explicit User ids in tests.
Tim Graham
2015-11-21
[1.9.x] Fixed #25781 -- Simplified admin_views tests with client.force_login()
Adam Wester
2015-10-29
[1.9.x] Fixed #25622 -- Accounted for generic relations in the admin to field...
Simon Charette
2015-10-20
[1.9.x] Fixed quad quoted ("""") docstring starts.
John Vandenberg
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
2015-09-03
Fixed #25058 -- Added GenericRelations with related_query_name to the admin's...
sarthakmeh
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-08-28
Fixed #25323 -- Fixed selenium test failures with chromedriver 2.18.
Tim Graham
2015-08-28
Fixed #25299 -- Fixed crash with ModelAdmin.list_display value that clashes w...
Tim Graham
2015-08-27
Fixed #20597 -- Replaced admin GIF/PNG icons by SVG
elky
2015-07-29
Fixed #25163 -- Added hint for non-staff users to admin login page.
Luis Visintini
2015-07-27
Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...
Flavio Curella
2015-07-21
Refs #24919 -- Made test models serializable for migrations.
Tim Graham
2015-07-17
Fixed #16501 -- Added an allow_unicode parameter to SlugField.
Edward Henderson
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
2015-06-08
Fixed #21927 -- Made application and instance namespaces more distinct.
Marten Kenbeek
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 AdminSite.each_co...
Riccardo Magliocchetti
2015-05-02
Fixed #23387 -- Kept "Save as new" button after validation errors in admin.
Adam Zapletal
2015-03-30
Fixed #24466 -- Added JavaScript escaping in a couple places in the admin.
Tim Graham
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
2015-03-09
Refs #24461 -- Added test/release notes for XSS issue in ModelAdmin.readonly_...
Baptiste Mispelon
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
2015-02-23
Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-14
Fixed #15779 -- Allowed 'add' primary key in admin edition
Claude Paroz
2015-02-12
Fixed #24333 -- Fixed admin history view crash with non-integer slug.
Tim Graham
[next]