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
2015-02-23
[1.8.x] Normalized usage of the tempfile module.
Aymeric Augustin
2015-02-23
[1.8.x] Guaranteed removal of temporary files during tests.
Aymeric Augustin
2015-02-12
[1.8.x] Fixed #24333 -- Fixed admin history view crash with non-integer slug.
Tim Graham
2015-02-09
[1.8.x] Sorted imports with isort; refs #23860.
Tim Graham
2015-02-08
[1.8.x] Replaced hardcoded URLs in admin_* tests
Claude Paroz
2015-01-20
[1.8.x] Fixed typos in code comments.
Adam Taylor
2015-01-16
Fixed #24099 -- Removed contenttype.name deprecated field
Claude Paroz
2015-01-12
Fixed #24124 (again) -- Updated tests with new default context_processors.
Aymeric Augustin
2015-01-10
Fixed #13165 -- Added edit and delete links to admin foreign key widgets.
Simon Charette
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
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 test_group_permission_pe...
wrwrwr
2014-11-25
Fixed #23915 -- Made sure m2m fields through non-pk to_field are allowed in t...
Simon Charette
2014-11-25
Fixed #23754 -- Always allowed reference to the primary key in the admin
Simon Charette
2014-11-25
Fixed #23898 -- Added missing context to admin's deleted_selected view.
Redouane Zait
2014-11-03
Fixed typos using https://github.com/vlajos/misspell_fixer
Veres Lajos
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-20
Moved a test case that caused deprecation warnings.
Loic Bistuer
2014-10-19
Fixed #21196 -- Removed index on test field causing MySQL specific warning.
Thomas Chaumeny
2014-10-06
Fixed #23604 -- Allowed related m2m fields to be references in the admin.
Emmanuelle Delescolle
2014-09-30
Fixed #7361 -- Added cancel link to admin delete views.
Nick Sandford
2014-09-26
Fixed #8408 -- Added ModelAdmin.show_full_result_count to avoid COUNT() query.
Thomas Chaumeny
2014-09-08
Fixed #23431 -- Allowed inline and hidden references to admin fields.
Simon Charette
2014-08-27
Fixed #23329 -- Allowed inherited and m2m fields to be referenced in the admin.
Simon Charette
2014-08-27
Fixed #13749 -- Added link from admin site to front-end site.
areski
2014-08-20
Prevented data leakage in contrib.admin via query string manipulation.
Simon Charette
2014-08-14
Fixed #20133 -- Added summary to admin deletion confirmation pages.
areski
2014-07-24
Removed usage of deprecated switch_to_*() selenium methods.
Tim Graham
2014-07-14
Fixed #22994 -- regression with generic FK + admin list_view
Anssi Kääriäinen
2014-07-12
Fixed #22939 -- Delayed admin_static backend detection
Claude Paroz
2014-07-09
Fixed #22223 -- Prevented over-escaping URLs in reverse()
Claude Paroz
2014-07-07
Fixed #22909 -- Removed camelCasing in some tests.
Tim Graham
2014-06-26
Fixed #22894 -- Made admin add related/raw ID fields widgets customizable.
Riccardo Magliocchetti
2014-06-21
Removed some apps from ALWAYS_INSTALLED_APPS
Claude Paroz
2014-06-13
Fixed #6327 -- Added has_module_permission method to BaseModelAdmin
Maxime Turcotte
2014-06-11
Fixed #22653 -- Added some database feature flags to tests.
Tim Graham
2014-06-09
Removed unused import.
Tim Graham
2014-06-09
Fixed #20420 -- Normalized query counts on Oracle.
Aymeric Augustin
2014-06-02
Fixed #11776 -- Added CSS class for non-field/top of form errors.
Nick Presta
2014-05-28
Fixed several typos in Django
Alex Gaynor
[next]