index
:
django.git
fix-31295
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
Age
Commit message (
Expand
)
Author
2010-08-09
[soc2010/query-refactor] Merged up to trunk r13556, resolved merge conflicts
archive/soc2010/query-refactor
Alex Gaynor
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-16
Fixed #12434: Made pretty_name handle empty string and None as input. Thanks ...
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-02
Fixed #11710: Made a small test change to ensure utf-8 bytestrings in
Karen Tracey
2010-03-01
Fixed test of the admin actions selection counter for changes made in r12626....
Jannis Leidel
2010-02-26
Added file omitted from r12598.
Russell Keith-Magee
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
2009-12-28
Fixed #11191 - Admin throws 500 instead of 404 for PK of incorrect type
Luke Plant
2009-12-22
Fixed #342 -- added readonly_fields to ModelAdmin. Thanks Alex Gaynor for boo...
Brian Rosner
2009-12-18
Fixed #9749 - Added hook to ModelAdmin for specifying custom ChangeLists. Tha...
Jannis Leidel
2009-12-12
Fixed #12218: Added some helpful messages when Go is pressed in admin actions...
Karen Tracey
2009-12-10
Fixed #12349: Added missing unquote in admin history view. Thanks for the rep...
Karen Tracey
2009-10-27
Fixed #11057: having no actions in the admin (`actions=None`) no longer messe...
Jacob Kaplan-Moss
2009-10-26
Fixed #9977 - CsrfMiddleware gets template tag added, session dependency remo...
Luke Plant
2009-09-13
Fixed #11820 -- Corrected the spelling of Grace Hopper's name in a test. Than...
Russell Keith-Magee
2009-09-10
Fixed #11061: Malformed POST request causes TypeError in AdminSite.login().
Luke Plant
2009-07-16
Fixed #10061 -- Added namespacing for named URLs - most importantly, for the ...
Russell Keith-Magee
2009-07-13
Fixed #11416 -- Restored use of the never_cache decorator on admin views. Tha...
Russell Keith-Magee
2009-07-03
Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...
Russell Keith-Magee
2009-05-15
Fixed import statement in admin_views test to work with Python 2.3.
Matt Boersma
2009-05-14
Fixed #10992: fixed a bug saving inlines with custom primary key fields. Than...
Jacob Kaplan-Moss
2009-05-09
Fixed #11042 -- Corrected admin inlines for inherited models. Thanks to jsmul...
Russell Keith-Magee
2009-05-08
Fixed #10448: correcting errors on "save as new" now correctly create a new o...
Jacob Kaplan-Moss
2009-05-07
Fixed #10899 -- Ensured that log messages for deletions in the admin contain ...
Russell Keith-Magee
2009-05-07
Fixed #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
[next]