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
Age
Commit message (
Expand
)
Author
2012-12-06
Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-04
Fixed #18697 -- Made values accepted for two customizable admin templates con...
Ramiro Morales
2012-12-03
Fixed #19318 -- Ensured that the admin's SimpleListFilter options can be disp...
Sebastián Magrí
2012-12-02
Fixed #17050 -- Added some CSS class names to the admin index pages to facili...
Julien Phalip
2012-11-29
Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-28
Fixed two docstring/comment typos.
Ramiro Morales
2012-11-25
Fixed #17911 -- Ensure that admin readonly fields' display values are shown i...
Edward Tjörnhammar
2012-11-25
Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thanks to ras...
Julien Phalip
2012-11-24
Fixed #18722 -- Adjusted width of sortable columns in admin
Jonatan Heyman
2012-11-20
Fixed #19331 (again) use the right admin named URL.
Ramiro Morales
2012-11-20
Fixed #19331 -- Added missing trailing slash in auth admin template
Claude Paroz
2012-11-19
Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-17
Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Aymeric Augustin
2012-11-17
Fixed #19114 -- Fixed LogEntry unicode representation
Claude Paroz
2012-11-17
Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
Claude Paroz
2012-11-03
Fixed #17549 -- Added a clickable link for URLFields in admin change list.
Ulrich Petri
2012-10-20
Fixed #17856 -- Passed obj to get_inline_instances
Aymeric Augustin
2012-10-18
Fixed #8001 -- Made redirections after add/edit in admin customizable.
Ramiro Morales
2012-10-15
Updated base translation files
Claude Paroz
2012-10-13
Fixed #19077, #19079 -- Made USERNAME_FIELD a required field, and modified Us...
Russell Keith-Magee
2012-10-04
Fixed #19051 - Fixed Selenium tearDownClass method; thanks glarrain for the r...
Tim Graham
2012-10-02
Fixed #19056 -- Ensure admin change password template doesn't rely on usernam...
Russell Keith-Magee
2012-09-28
Fixed #18676 -- Allow fast-path deletion of objects
Anssi Kääriäinen
2012-09-26
Fixed #17899 -- Rewrote [Ee]-mail to [Ee]mail
Adrien Lemaire
2012-09-26
Fixed #3011 -- Added swappable auth.User models.
Russell Keith-Magee
2012-09-24
Fixed #18072 -- Made more admin links use reverse() instead of hard-coded rel...
Ramiro Morales
2012-09-15
Fixed #18530 -- Fixed a small regression in the admin filters where wrongly f...
Julien Phalip
2012-09-08
Internal refactoring; moving LOOKUP_SEP up one level.
Malcolm Tredinnick
2012-09-08
Moved the admin inline JS to new JS files for cleanliness.
Travis Swicegood
2012-09-08
Remove Admin's swallowing of AttributeError (#16655, #18593, #18747)
Travis Swicegood
2012-09-07
wrap long words in field labels on admin forms, closes #18755
Dan Loewenherz
2012-08-29
Replaced many smart_bytes by force_bytes
Claude Paroz
2012-08-26
Made model instance history admin view link not hard-coded. Refs #15294.
Ramiro Morales
2012-08-14
There's no need to do `list(dict.keys())` list(dict)` is enough.
Alex Gaynor
2012-08-14
[py3] Fixed admin_views tests
Claude Paroz
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-08
[py3] Fixed 'iterable but non string' detection
Claude Paroz
2012-08-08
remove a bunch of unnescesarry iterkeys() calls
Alex Gaynor
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-08-07
[py3] Fixed access to dict keys/values/items.
Aymeric Augustin
2012-07-22
[py3] Replaced unicode/str by six.text_type/bytes.
Aymeric Augustin
2012-07-22
[py3] Replaced basestring by six.string_types.
Aymeric Augustin
2012-07-22
[py3] Removed longs.
Aymeric Augustin
2012-07-22
[py3] Used six.with_metaclass wherever necessary.
Aymeric Augustin
2012-07-21
Fixed #10057 -- Ensured that the 'show_delete' context variable in the admin'...
Julien Phalip
2012-07-07
Fixed #17978 -- Fixed a minor layout issue when an inline contains a filter h...
Julien Phalip
2012-07-06
Fixed #18572 - Python26 string format incompatibility
Luke Plant
2012-07-03
Fixed incorrect URL to object on delete confirmation and history page
Luke Plant
2012-07-03
Removed various unnecessary instances of mark_safe applied to URLs
Luke Plant
2012-07-03
Changed a lot of internal code to use 'format_html' where appropriate/possible
Luke Plant
[prev]
[next]