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
2011-02-09
[1.2.X] Ensure that L10N formats aren't cached between tests.
Russell Keith-Magee
2011-02-09
Corrected merge failure from r15455.
Russell Keith-Magee
2011-02-08
[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...
Russell Keith-Magee
2011-02-08
[1.2.X] Fixed #15234 -- Ensure that years in a date heirarchy don't use comma...
Russell Keith-Magee
2011-02-04
[1.2.X] Fixed #14824 -- Corrected the handling of formats when USE_L10N is di...
Russell Keith-Magee
2011-01-28
[1.2.X] Fixed #14880 - raw_id_fields in admin does not work when limit_choice...
Luke Plant
2011-01-28
[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...
Luke Plant
2011-01-13
[1.2.X] Fixed #2986 -- Made the JavaScript code that drives related model ins...
Ramiro Morales
2011-01-12
[1.2.X] Fixed #15032 -- Replaced 1.2.X implementation of admin changelist fil...
Ramiro Morales
2011-01-03
[1.2.X] Fixed #14999 -- Ensure that filters on local fields are allowed, and ...
Russell Keith-Magee
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-04
[1.2.X] Removed all usages of deprecated TestCase methods (self.fail*). This...
Alex Gaynor
2010-12-02
[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...
Jannis Leidel
2010-11-19
[1.2.X] Corrected change in behavior regarding the page shown after the 'Save...
Ramiro Morales
2010-10-10
[1.2.X] Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse...
Ramiro Morales
2010-09-12
[1.2.X] Fix AdminDocsTest failure on 1.2.X branch by correcting the test to r...
Karen Tracey
2010-09-11
[1.2.X] Adjust AdminDocTests to run after r13728. Also match comments to test...
Malcolm Tredinnick
2010-09-07
[1.2.X] Fixed #13081 - Admin actions lose get-parameters in changelist view
Luke Plant
2010-08-19
[1.2.X] Fixed #14123 -- Made AdminDocs tests optional, based on the availabil...
Russell Keith-Magee
2010-08-14
[1.2.X] Fixed #13796 -- Ensure that builtin tags and filters are included in ...
Russell Keith-Magee
2010-08-06
[1.2.X] Fixed #14014 -- Ensure that the "save and add another" button for use...
Russell Keith-Magee
2010-08-06
[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...
Russell Keith-Magee
2010-05-13
Fixed #13514 -- Corrected the process of loading multiple javascript translat...
Russell Keith-Magee
2010-05-02
Fixed #13166 - Added JavaScript warnings to admin changelist to help against ...
Jannis Leidel
2010-05-02
Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.
Jannis Leidel
2010-04-19
Fixed #13361 - Made sure jQuery is always included in the admin changelist an...
Jannis Leidel
2010-04-13
Fixed #12903 - Made translating the admin action selection text easier. Thank...
Jannis Leidel
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
Russell Keith-Magee
2010-04-11
Fixed #13298 -- Modified test assertion to ensure that javascript variables a...
Russell Keith-Magee
2010-04-05
Fixed #13038 -- Ensured that readonly fields in the admin have their name add...
Russell Keith-Magee
2010-04-05
Fixed #11949 -- Added a hook to allow ModelAdmin customization of the delete ...
Russell Keith-Magee
2010-03-21
Fixed #13004: Ensure the add page for a model with a ManyToManyField specified
Karen Tracey
2010-03-20
Fixed #12962: Made admin delete action work again. Thanks ptone, skevy, mlavi...
Karen Tracey
2010-03-16
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...
Karen Tracey
2010-03-10
Clean up a stray debugging print from [12746].
James Bennett
2010-03-10
Ensure that NullBooleanField displays the appropriate icon for null values in...
James Bennett
2010-03-01
Fixed test of the admin actions selection counter for changes made in r12626....
Jannis Leidel
2010-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-23
Fixed #12878. Formset-wide errors are now rendered properly as html.
Joseph Kocherhans
2010-02-23
Fixed #12707. Admin action messages are no longer displayed when submitting l...
Joseph Kocherhans
2010-02-16
Added missing tests for fix committed in r12398. Thanks Karen for the report.
Jannis Leidel
2010-02-01
Fixed #12692 - Properly handle the extra clause of admin inline formsets. Als...
Jannis Leidel
2010-01-27
Fixed #12703 -- Corrected a test suite failure in the admin_views tests.
Russell Keith-Magee
2010-01-12
Make use of new ability to override admin add form templates and removed a li...
Jannis Leidel
2010-01-12
Fixed #8933 - Allow more admin templates to be overridden.
Jannis Leidel
2010-01-12
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
Jannis Leidel
2010-01-12
Fixed #12512. Changed ModelForm to stop performing model validation on fields...
Joseph Kocherhans
2010-01-10
Removed unnecessary debugging statement in admin_views regression test
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-05
Fixed #10615 - Added selection counter to admin change list. Thanks to Martin...
Jannis Leidel
[next]