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-01-28
Fixed #14880 - raw_id_fields in admin does not work when limit_choices_to dic...
Luke Plant
2011-01-28
Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_fields
Luke Plant
2011-01-20
Poured a little more perfectionism into the delete-confirmation templates.
Carl Meyer
2011-01-20
Fixed #14672 - Added admin handling for on_delete=PROTECT. Thanks to jtiai fo...
Carl Meyer
2011-01-12
Added tests demonstrating that filtering lookup expression that involve model...
Ramiro Morales
2011-01-03
Fixed #14999 -- Ensure that filters on local fields are allowed, and aren't c...
Russell Keith-Magee
2011-01-02
Fixed #2986 -- Made the JavaScript code that drives related model instance ad...
Ramiro Morales
2011-01-02
Fixed #11700 -- Stopped admin actions and list_editable fields to show up in ...
Jannis Leidel
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-12
Fixed #13607 -- Auto-initialize admin's date hierarchy links intelligently. T...
Jannis Leidel
2010-12-04
Removed all usages of deprecated TestCase methods (self.fail*). This removed...
Alex Gaynor
2010-12-02
Fixed #8342 -- Removed code from the admin that assumed that you can't login ...
Jannis Leidel
2010-11-21
Fixed #3400 -- Support for lookup separator with list_filter admin option. Th...
Honza Král
2010-11-21
Fixed #11108 -- added ModelAdmin.delete_model, a hook with which to perform c...
Alex Gaynor
2010-11-19
Corrected change in behavior regarding the page shown after the 'Save' button...
Ramiro Morales
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-10-10
Fixed #12650 -- Don't generate invalid XHTML in the admin, databrowse apps when
Ramiro Morales
2010-09-11
Adjust AdminDocTests to run after r13728. Also match comments to tests and ad...
Karen Tracey
2010-09-10
Adding related objects in the admin (via popup) respects user
Malcolm Tredinnick
2010-09-07
Fixed #13081 - Admin actions lose get-parameters in changelist view
Luke Plant
2010-08-19
Fixed #14123 -- Made AdminDocs tests optional, based on the availability of d...
Russell Keith-Magee
2010-08-14
Fixed #13796 -- Ensure that builtin tags and filters are included in admin do...
Russell Keith-Magee
2010-08-06
Fixed #14014 -- Ensure that the "save and add another" button for users actua...
Russell Keith-Magee
2010-08-06
Fixed #14012 -- Corrected the handling of the create user popup dialog in the...
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
[prev]
[next]