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
/
regressiontests
/
admin_views
/
tests.py
Age
Commit message (
Expand
)
Author
2012-02-22
Enabled the admin selenium tests to run on Chrome.
Julien Phalip
2012-02-19
Fixed #13068 (again) -- Corrected the admin stacked inline template to allow ...
Julien Phalip
2012-02-09
Fixed #17515 -- Added ability to override the template of custom admin Filter...
Jannis Leidel
2012-02-09
Fixed #16958 -- Correctly use the queryset method in the auth app's UserAdmin...
Jannis Leidel
2012-02-09
Fixed #7758 and #17189 -- Allowed to override the `form_url` context var in t...
Jannis Leidel
2012-02-09
Fixed #159 -- Prevent the `AdminSite` from logging users out when they try to...
Jannis Leidel
2012-02-05
Improved on r17454 to ensure that `collapse.js` only gets minified when `DEBU...
Julien Phalip
2012-01-31
Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and ...
Carl Meyer
2011-12-19
Stopped unconditionally reversing admin model add/change URLs.
Ramiro Morales
2011-12-11
Fixed #17377 -- Don't depend on a warm cache in admin_views.UserAdminTest.tes...
Aymeric Augustin
2011-11-22
Fixed #17252 -- Fixed a minor regression introduced by the work in #11868, wh...
Julien Phalip
2011-10-26
Fixed #15938 -- Prevented the `max_length` number in the admin `prepopulated_...
Julien Phalip
2011-10-14
Remove the usage of deprecated function in Django. Also simplify the fallback...
Alex Gaynor
2011-10-13
Convert much of the regression tests to use absolute imports. There's still ...
Alex Gaynor
2011-10-10
Fixed #16371 -- Added a prefix "field-" to all CSS class names automatically ...
Julien Phalip
2011-09-22
Fixed #16837 -- Improved error message for admin login.
Paul McMillan
2011-09-20
Converted internal link generation in the admin and admin document generator ...
Ramiro Morales
2011-09-20
Improved test isolation of the admin tests and assigned custom admin sites to
Ramiro Morales
2011-08-28
Fixed #16716 -- Fixed two small regressions in the development version introd...
Julien Phalip
2011-08-15
Fixed #15206 -- Added select_related call to the permissions field of the Gro...
Jannis Leidel
2011-08-12
Fixed #16604 -- Use new save_related hook when saving objects on the changeli...
Jannis Leidel
2011-07-03
Fixed #16115 -- Added ModelAdmin.save_related method to be able to do pre- or...
Jannis Leidel
2011-06-03
Fixed various bugs related to having multiple columns in admin list_display w...
Luke Plant
2011-06-02
Fixed #11868 - Multiple sort in admin changelist.
Luke Plant
2011-06-02
Removed a broken test added in [16312]
Luke Plant
2011-06-01
Fixed bug with `__str__` headers in admin changelist have a non-functioning s...
Luke Plant
2011-05-06
Added missing future imports missed in r16167.
Jannis Leidel
2011-05-06
Make use of new translation and settings context manager in the tests.
Jannis Leidel
2011-05-05
Fixed #15964 - Do not order admin actions by description
Luke Plant
2011-04-22
Fixed #15008 -- Replaced all calls in the admin to render_to_response with Te...
Jannis Leidel
2011-04-22
Fixed #11639, #13618 -- Added get_prepopulated_fields method to ModelAdmin an...
Jannis Leidel
2011-04-01
Changed e-mail to email throughout documentation and codebase. The one except...
Adrian Holovaty
2011-03-09
Fixed a number of tests that were failing in Oracle due to false assumptions ...
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-03-03
Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelis...
Jannis Leidel
2011-03-01
Fixed #15517 -- Fixed regression in admin search_fields option introduced in ...
Ramiro Morales
2011-02-26
Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses the righ...
Russell Keith-Magee
2011-02-24
Prevented non-admin users from accessing the admin redirect shortcut.
Jacob Kaplan-Moss
2011-02-24
Fixed #14012 (again) -- Admin app: Don't show the full user edition view afte...
Ramiro Morales
2011-02-20
Fixed #14529 -- Fixed representation of model names in admin messages after m...
Ramiro Morales
2011-02-19
Fixed #11513 -- Ensure that the redirect at the end of an object change won't...
Russell Keith-Magee
2011-02-19
Fixed #14355 -- Ensure that help_text is displayed for readonly fields in the...
Russell Keith-Magee
2011-02-19
Fixed #13126 -- Ensured that individual form errors are displayed when errors...
Russell Keith-Magee
2011-02-16
Corrected small error when preserving an I18N-related setting value in an adm...
Ramiro Morales
2011-02-09
Ensure that L10N formats aren't cached between tests.
Russell Keith-Magee
2011-02-08
Cleaned up the tests from r15451 to avoid the need to retrieve a URL twice.
Russell Keith-Magee
2011-02-08
Fixed #10573 -- Corrected autofocus problem in admin when the first widget di...
Russell Keith-Magee
2011-02-08
Fixed #15234 -- Ensure that years in a date heirarchy don't use commas for th...
Russell Keith-Magee
2011-02-06
Fixed #14895 -- Ensure that USE_THOUSAND_SEPARATOR doesn't break the delete c...
Russell Keith-Magee
2011-02-04
Fixed #14824 -- Corrected the handling of formats when USE_L10N is disabled. ...
Russell Keith-Magee
[prev]
[next]