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
2013-02-25
[1.5.x] Updated translations
Claude Paroz
2013-02-21
[1.5.x] Made a couple of selenium tests wait for page loaded
Anssi Kääriäinen
2013-02-19
[1.5.x] Checked object permissions on admin history view.
Carl Meyer
2013-02-04
[1.5.x] Updated translations (bn/es/eu/lb/mn)
Claude Paroz
2013-02-02
[1.5.x] Fixed #19333 -- Moved compress.py outside of the admin static folder....
Julien Phalip
2013-02-02
[1.5.x] Fixed #19445 -- Skip admin fieldsets validation when the ModelAdmin.g...
Nick Sandford
2013-01-15
Updated contrib apps translations
Claude Paroz
2013-01-01
[1.5.x] Updated translation catalogs for core and admin
Claude Paroz
2012-12-30
[1.5.x] Added further flexibility to ModelAdmin for controlling post-save red...
Julien Phalip
2012-12-24
[1.5.x] Fixed #19505 -- A more flexible implementation for customizable admin...
Julien Phalip
2012-12-24
[1.5.x] Made admin generated changelist URLs independent of dict ordering
Luke Plant
2012-12-15
[1.5.X] Fixed #19368 -- Ensured that login error messages adapt to changes in...
Russell Keith-Magee
2012-12-08
[1.5.x] Fixed #19439 -- Removed unused template tag library in change_passwor...
Claude Paroz
2012-12-08
[1.5.x] Fixed #19423 -- Prevented ModelAdmin sharing widgets due to formfield...
Claude Paroz
2012-12-06
[1.5.x] Fixed #19429 -- Applied linebreaksbr to read-only fields in inlines
Marc Aymerich
2012-12-04
[1.5.x] Fixed #18697 -- Made values accepted for two customizable admin templ...
Ramiro Morales
2012-12-03
[1.5.x] Fixed #19318 -- Ensured that the admin's SimpleListFilter options can...
Sebastián Magrí
2012-11-29
[1.5.x] Fixed #19354 -- Do not assume usermodel.pk == usermodel.id
Claude Paroz
2012-11-28
[1.5.x] Fixed a comment typo.
Ramiro Morales
2012-11-25
[1.5.x] Fixed #17911 -- Ensure that admin readonly fields' display values are...
Edward Tjörnhammar
2012-11-25
[1.5.x] Fixed #17646 -- Added a get_list_filter() method to ModelAdmin. Thank...
Julien Phalip
2012-11-24
[1.5.x] Fixed #18722 -- Adjusted width of sortable columns in admin
Jonatan Heyman
2012-11-23
Added new languages
Claude Paroz
2012-11-20
[1.5.x] Fixed #19331 (again) use the right admin named URL.
Ramiro Morales
2012-11-20
[1.5.x] Fixed #19331 -- Added missing trailing slash in auth admin template
Claude Paroz
2012-11-19
[1.5.x] Fixed #18658 -- Improved ModelAdmin.message_user API
Preston Holmes
2012-11-18
Updated admin base translation file.
Ramiro Morales
2012-11-17
[1.5.x] Fixed #19291 -- Completed deprecation of ADMIN_MEDIA_PREFIX.
Aymeric Augustin
2012-11-17
[1.5.x] Fixed #19114 -- Fixed LogEntry unicode representation
Claude Paroz
2012-11-17
[1.5.x] Fixed #19226 -- Applied linebreaksbr to read-only fields in admin
Claude Paroz
2012-11-03
[1.5.X] Fixed #17549 -- Added a clickable link for URLFields in admin change ...
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-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
[next]