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
/
django
/
contrib
/
admin
/
views
Age
Commit message (
Expand
)
Author
2011-02-26
[1.2.X] Fixed #10918 -- Ensure that the search widget on a raw_id_admin uses ...
Russell Keith-Magee
2011-01-28
[1.2.X] Fixed #15103 - SuspiciousOperation with limit_choices_to and raw_id_f...
Luke Plant
2010-12-23
Fix a security issue in the admin. Disclosure and new release forthcoming.
Alex Gaynor
2010-12-13
[1.2.X] Fixed #14312 -- Raising an ``IncorrectLookupParameters`` if the page ...
Jannis Leidel
2010-12-02
[1.2.X] Fixed #8342 -- Removed code from the admin that assumed that you can'...
Jannis Leidel
2010-10-09
[1.2.X] Fixed #12872 -- Removed vestiges of mythic old template validation ad...
Ramiro Morales
2010-05-04
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds....
Russell Keith-Magee
2010-03-16
Fixed #12105: Corrected handling of isnull=False lookups in admin. Thanks mar...
Karen Tracey
2010-01-10
Changed a whole bunch of places to raise exception instances instead of old-s...
Adrian Holovaty
2010-01-10
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for...
Adrian Holovaty
2010-01-09
Fixed #6991 -- Removed some redundant user.is_authenticated() calls in variou...
Adrian Holovaty
2009-12-09
Fixed #4604 - Configurable message passing system, supporting anonymous users
Luke Plant
2009-05-14
Fixed #10348: ChangeList no longer overwrites a select_related provided by `M...
Jacob Kaplan-Moss
2009-05-07
Fixed #10516 -- Corrected admin search when the search_fields definition cont...
Russell Keith-Magee
2009-04-22
Fixed a needless list() coercion in in ChangeList. Refs #10163.
Jacob Kaplan-Moss
2009-04-11
Fixed #10645 -- Added some robustness around some admin and modelform params.
Malcolm Tredinnick
2009-03-18
Fixed #8193: all dynamic imports in Django are now done correctly. I know thi...
Jacob Kaplan-Moss
2009-03-17
Fixed #8939: added a `list_editable` option to `ModelAdmin`; fields declared ...
Jacob Kaplan-Moss
2008-12-11
Fixed #9795: Since related-object selection widgets take limit_choices_to int...
James Bennett
2008-11-20
OneToOne filtering should only apply in a popup selection from the related mo...
James Bennett
2008-10-22
Fixed #9252 -- Moved the try/except protecting against incorrect lookup param...
Karen Tracey
2008-10-08
Fixed #9053 -- Allowed for sorting of callable and ModelAdmin methods specifi...
Karen Tracey
2008-09-21
Fixed #7582: Removed checks that prevented null=True ForeignKey fields from b...
Karen Tracey
2008-09-02
Security fix. Announcement forthcoming.
Jacob Kaplan-Moss
2008-09-01
Fixed #8648 -- Admin no longer ignores to_field. Thanks for the help Karen Tr...
Brian Rosner
2008-08-29
Fixed #7881: Support `__in` lookups in `limit_choices_to` and `raw_id_admin`....
Jacob Kaplan-Moss
2008-08-24
Fixed #8509: Cleaned up handling of test cookies in admin logins. Thanks to r...
Russell Keith-Magee
2008-08-15
Removed some checks for Model._meta.one_to_one_field to prevent list_filter a...
Brian Rosner
2008-08-11
Refs #7742 -- Changed the `django.contrib.admin.views.template.template_valid...
Gary Wilson Jr
2008-08-09
Fixed #5801: admin requests with GET args now get properly bounced through lo...
Jacob Kaplan-Moss
2008-08-02
Fixed #7919 -- md5 and sha modules are deprecated since Python 2.5, use hashl...
Gary Wilson Jr
2008-07-22
Fixed #7847 -- Removed a whole bunch of unused imports from throughout the co...
Adrian Holovaty
2008-07-18
Merged the newforms-admin branch into trunk.
Brian Rosner
2008-07-08
Fixed #7670 -- Fixed a couple of missed changes from [7865]. Patch from jshaf...
Malcolm Tredinnick
2008-07-08
Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify...
Adrian Holovaty
2008-05-16
Simplified control flow for change made in r7535
Luke Plant
2008-05-15
Fixed bug in staff_member_required decorator for the case where users share a...
Luke Plant
2008-05-10
Removed mark_safe from the saved request path on the admin login form. This p...
Russell Keith-Magee
2008-04-28
Fixed #3002 -- Fixed a problem with ordering by related models in the admin
Malcolm Tredinnick
2008-04-27
Merged the queryset-refactor branch into trunk.
Malcolm Tredinnick
2008-03-25
Fixed #6852 -- Converted the admin to use the new paginator, to remove Deprec...
Adrian Holovaty
2008-02-25
Fixed #5701 -- Fixed decorators to take the name, attributes, and docstring o...
Gary Wilson Jr
2008-02-19
Fixed #6481 -- Fixed a bunch of import problems (and some whitespace cleanups).
Malcolm Tredinnick
2007-11-18
Fixed #5880 -- Fixed an XSS hole in the admin interface.
Gary Wilson Jr
2007-11-14
Fixed #5944 -- Added safe string markings to admin error messages in one place
Malcolm Tredinnick
2007-11-14
Implemented auto-escaping of variable output in templates. Fully controllable...
Malcolm Tredinnick
2007-09-16
Fixed #1394 -- Fixed an admin crash when saving models with pk db column != p...
Malcolm Tredinnick
2007-09-15
Added a get_host() method to HttpRequest. There is still an http.get_host() v...
Malcolm Tredinnick
2007-08-05
Fixed #2101 -- Renamed `maxlength` argument to `max_length` for oldforms `For...
Gary Wilson Jr
2007-08-04
Refs #3397 -- Corrected the Exception that is caught when ordering by non-fie...
Gary Wilson Jr
[next]