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
/
models.py
Age
Commit message (
Expand
)
Author
2011-03-08
[1.2.X] Fixed field names that were preventing the tests from running in Orac...
Ian Kelly
2011-03-03
[1.2.X] Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin c...
Jannis Leidel
2011-02-20
[1.2.X] Fixed #14529 -- Fixed representation of model names in admin messages...
Ramiro Morales
2011-02-19
[1.2.X] Fixed #11513 -- Ensure that the redirect at the end of an object chan...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #14355 -- Ensure that help_text is displayed for readonly field...
Russell Keith-Magee
2011-02-19
[1.2.X] Fixed #13126 -- Ensured that individual form errors are displayed whe...
Russell Keith-Magee
2011-02-08
[1.2.X] Fixed #10573 -- Corrected autofocus problem in admin when the first w...
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-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-08-06
[1.2.X] Fixed #14012 -- Corrected the handling of the create user popup dialo...
Russell Keith-Magee
2010-04-11
Fixed #13301 -- Corrected problem with capitalization of changelist row heade...
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-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
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-02-26
Fixed #6191, #11296 -- Modified the admin deletion confirmation page to use t...
Russell Keith-Magee
2010-02-16
Added missing tests for fix committed in r12398. Thanks Karen for the report.
Jannis Leidel
2010-01-12
Fixed #10640 - Adds a add_form_template option to ModelAdmin. Thanks jcsackett.
Jannis Leidel
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-07-03
Fixed #10922 -- Corrected handling of POST data to ensure that the right obje...
Russell Keith-Magee
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 #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
2009-05-07
Fixed #10893 -- Corrected a problem with using list_editable in the admin whe...
Russell Keith-Magee
2009-04-18
Fixed #10799: fixed the use of list_editable with model inheritance and custo...
Jacob Kaplan-Moss
2009-04-18
Fixed #10002: inline file uploads now correctly display prior data. Thanks, d...
Jacob Kaplan-Moss
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-04-06
Made a bunch of improvements to admin actions. Be warned: this includes one m...
Jacob Kaplan-Moss
2009-04-02
Fixed #9651: fixed save_as with inline forms. Thanks, kmike and Mnewman.
Jacob Kaplan-Moss
2009-04-01
Fixed #9969: choices with options groups (added in [7977]) now work correctly...
Jacob Kaplan-Moss
2009-04-01
Fixed #7510: the ModelAdmin now uses `self.queryset` instead of the default m...
Jacob Kaplan-Moss
2009-03-31
Fixed #9863. A ForeignKey with editable=False to the parent in an inline no l...
Joseph Kocherhans
2009-03-29
Fixed #10622 -- Resolved an issue with model inheritence and list_editable. T...
Brian Rosner
2009-03-23
Fixed #10505: added support for bulk admin actions, including a globally-avai...
Jacob Kaplan-Moss
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2009-03-10
Fixed #10271, #10281 -- Fixed the handling multiple inline models that share...
Russell Keith-Magee
2008-12-16
Follow-up to r9656 -- beef up the added test to exercise all (one can hope) p...
Karen Tracey
2008-12-16
Fixed #9859 -- Added another missing force_unicode needed in admin when runni...
Karen Tracey
2008-10-21
Fixed #3096 -- Make admin list_filters respect limit_choices_to.
Karen Tracey
2008-10-08
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...
Karen Tracey
2008-08-09
Fixed #5780 -- Adjusted the ModelAdmin API to allow the created/updated objects
Brian Rosner
2008-08-08
Added a few force_unicode() calls around objects in the admin. Required for
Malcolm Tredinnick
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner